Subject: Pb with bdf while building current on i386
To: None <current-users@netbsd.org>
From: Eric Jacoboni <jaco@scrogneugneu.org>
List: current-users
Date: 03/05/2003 00:04:41
Hi,

Since two day or so, whenever i try to do a "./build.sh -E build", i  
get the following errors:

mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I.  
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd -I.  
-D_GNU_SOURCE     -I.  
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd  
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/../include   
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/../intl  
-I../intl   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O -c  
/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/elf32-i386.c
cc -DHAVE_CONFIG_H -I.  
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd -I.  
-D_GNU_SOURCE -I.  
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd  
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/../include  
-I/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/../intl  
-I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -O -c  
/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/elf32-i386.c -o  
elf32-i386.o
In file included from  
/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/elf32-i386.c:3391:
/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/elf32- 
target.h:405: warning: initialization from incompatible pointer type
(...)
/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/elf32-i386.c:460:  
warning: `elf_i386_grok_psinfo' defined but not used
/usr/src/tools/toolchain/../../gnu/dist/toolchain/bfd/elf32- 
i386.c:3212: warning: `elf_i386_reloc_type_class' defined but not used
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/toolchain/obj/build/bfd
*** Error code 1

I must admit that's the first time i try to build -current on this box:  
that's a P166 and, before, i was using a Athlon to do the stuff, then  
install the result on this box.

Actually, this machine works well but i just want to be able to follow  
devel line...