Subject: Re: build failure: pmap
To: None <smb@research.att.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: current-users
Date: 01/30/2004 07:23:35
hi,

> #   compile  pmap/pmap.o
> /usr/tools/bin/i386--netbsdelf-gcc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wno-uninitialized  -Werror    -nostdinc -isystem /usr/netbsd/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)
> 
> *** Failed target:  pmap.o
> *** Failed command: /usr/tools/bin/i386--netbsdelf-gcc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wno-uninitialized -Werror -nostdinc -isystem /usr/netbsd/usr/include -c /usr/src/usr.bin/pmap/pmap.c
> *** Error code 1
> 
> Stop.
> nbmake: stopped in /usr/src/usr.bin/pmap
> 
> This is on i386 with up-to-the-second source.

i've fixed it just now.

YAMAMOTO Takashi