Date: Tue, 12 Sep 2006 23:24:46 +0200 From: "Pascal G. Hofstee" <caelian@gmail.com> To: freebsd-stable@freebsd.org Subject: RELENG_6 buildkernel broken ? Message-ID: <1158096286.2270.3.camel@chekov>
next in thread | raw e-mail | index | archive | help
A RELENG_6 buildkernel with sources updated about 2 hours ago seems to break down (after a successfull buildworld) on the following error. cc -c -O -pipe -march=athlon -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/dev/ata/ata-chipset.c /usr/src/sys/dev/ata/ata-chipset.c: In function `ata_nvidia_ident': /usr/src/sys/dev/ata/ata-chipset.c:2827: error: `ENX300' undeclared (first use in this function) /usr/src/sys/dev/ata/ata-chipset.c:2827: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/ata/ata-chipset.c:2827: error: for each function it appears in.) /usr/src/sys/dev/ata/ata-chipset.c:2827: error: syntax error before '}' token /usr/src/sys/dev/ata/ata-chipset.c: At top level: /usr/src/sys/dev/ata/ata-chipset.c:2800: warning: unused variable `ctlr' /usr/src/sys/dev/ata/ata-chipset.c:2824: warning: unused variable `buffer' Followed by about another full screen of "defined but not used" and "declared static but never defined" warnings. I tried updating from at least 3 different cvsup-servers but i am not seeing any differences. Can anybody confirm this breakage ? -- Pascal Hofstee
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1158096286.2270.3.camel>