Subject: Can't compile -current
To: None <current-users@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: current-users
Date: 01/29/2004 19:19:02
With the latest sources...
Martti
ROOT backup:/usr/src> cvs update -dPA; TZ=UTC date
Thu Jan 29 17:15:09 UTC 2004
ROOT backup:/usr/src> ./build.sh -D /var/tmp/d -R /var/tmp/r release
...
dependall ===> usr.bin/pmap
# compile pmap/pmap.o
/usr/obj/tools/bin/i386--netbsdelf-gcc -O2 -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional
-Wno-uninitialized -Werror -nostdinc -isystem /var/tmp/d/usr/include
-c /usr/src/usr.bin/pmap/pmap.c
/usr/src/usr.bin/pmap/pmap.c: In function `dump_vm_map_entry_regular':
/usr/src/usr.bin/pmap/pmap.c:326: error: `UVM_MAP_STATIC' undeclared
(first use in this function)
/usr/src/usr.bin/pmap/pmap.c:326: error: (Each undeclared identifier is
reported only once
/usr/src/usr.bin/pmap/pmap.c:326: error: for each function it appears in.)
/usr/src/usr.bin/pmap/pmap.c:327: error: `UVM_MAP_KMEM' undeclared
(first use in this function)