Date: Fri, 6 Nov 2009 16:26:57 +0100 From: "Johan Hendriks" <Johan@double-l.nl> To: <freebsd-stable@freebsd.org> Subject: Buildworld on 8.0 RC2 fails. Message-ID: <57200BF94E69E54880C9BB1AF714BBCBA57187@w2003s01.double-l.local>
next in thread | raw e-mail | index | archive | help
I have 4 macines running FreeBSD 8.0RC2 , which where last updated on 5/11/2009 =20 I have csuped the src today, and on the buildworld cycle (make kernel ) they all error out with the following error!! cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=3Dnocona -std=3Dc99 - = g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-protot ypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ex tensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DH AVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-omit-fra me-pointer -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-sse -mno-sse2 -mno-s se3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestan ding -fstack-protector -Werror /usr/src/sys/amd64/amd64/fpu.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=3Dnocona -std=3Dc99 - = g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-protot ypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ex tensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DH AVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-omit-fra me-pointer -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-sse -mno-sse2 -mno-s se3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestan ding -fstack-protector -Werror /usr/src/sys/amd64/amd64/identcpu.c cc1: warnings being treated as errors /usr/src/sys/amd64/amd64/identcpu.c: In function 'print_AMD_info': /usr/src/sys/amd64/amd64/identcpu.c:621: warning: implicit declaration of functi on 'CPUID_TO_FAMILY' /usr/src/sys/amd64/amd64/identcpu.c:621: warning: nested extern declaration of ' CPUID_TO_FAMILY' /usr/src/sys/amd64/amd64/identcpu.c:621: warning: implicit declaration of functi on 'CPUID_TO_MODEL' /usr/src/sys/amd64/amd64/identcpu.c:621: warning: nested extern declaration of ' CPUID_TO_MODEL' *** Error code 1 =20 Stop in /usr/obj/usr/src/sys/KRNL. *** Error code 1 =20 Stop in /usr/src. *** Error code 1 =20 Stop in /usr/src. smbserv01 src # =20 This is on Core2 duo en quad core machines. =20 My KRNL config file reads the following =20 include GENERIC ident KRNL =20 # pf options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ device pf device pflog device pfsync =20 # Console color options options SC_NORM_ATTR=3D(FG_LIGHTGREY|BG_BLACK) options SC_NORM_REV_ATTR=3D(FG_YELLOW|BG_GREEN) options SC_KERNEL_CONS_ATTR=3D(FG_BROWN|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=3D(FG_BLACK|BG_RED) =20 # System console options options SC_DISABLE_REBOOT # disable reboot key sequence options SC_HISTORY_SIZE=3D200 # number of history buffer = lines =20 my /etc/make.conf reads. CPUTYPE?=3Dnocona =20 KERNCONF=3DKRNL =20 BATCH_DELETE_OLD_FILES=3D yes =20 #BATCH=3Dyes =20 WITHOUT_X11=3Dyes WITHOUT_GUI=3Dyes # added by use.perl 2009-09-17 20:36:21 PERL_VERSION=3D5.10.1 =20 Regards, Johan Hendriks =20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57200BF94E69E54880C9BB1AF714BBCBA57187>