Subject: compiling -current failed (i386)
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 12/11/2005 12:15:36
Hi,

trying to compile freshly cvs updated -current failed (failure triggered
"manualy" as the output from build.sh isn't very readable due to using -j):


>-558: /u/NetBSD/arch/i386/TOOLS/bin/nbmake-i386 -d x
    compile  okheaders/symbolcheck.o
+ /u/NetBSD/arch/i386/TOOLS/bin/i386--netbsdelf-gcc -O2 -pipe -march=pentium4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type -Wswitch -Wshadow -Werror -DHAVE_DES_H=1 -DHAVE_SKEY_H=1 -nostdinc -isystem /u/NetBSD/arch/i386/dest/usr/include -c /u/NetBSD/src/regress/include/okheaders/symbolcheck.c
In file included from /u/NetBSD/src/regress/include/okheaders/symbolcheck.c:352:
/u/NetBSD/arch/i386/dest/usr/include/zlib.h:74: error: redefinition of `struct z_stream_s'
/u/NetBSD/arch/i386/dest/usr/include/zlib.h:894: error: redefinition of `struct internal_state'

*** Failed target:  symbolcheck.o
*** Failed command: /u/NetBSD/arch/i386/TOOLS/bin/i386--netbsdelf-gcc -O2 -pipe -march=pentium4 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type -Wswitch -Wshadow -Werror -DHAVE_DES_H=1 -DHAVE_SKEY_H=1 -nostdinc -isystem /u/NetBSD/arch/i386/dest/usr/include -c /u/NetBSD/src/regress/include/okheaders/symbolcheck.c
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/regress/include/okheaders

Kurt