Buildworld on 8.0 RC2 fails.
Johan Hendriks
Johan at double-l.nl
Fri Nov 6 15:27:02 UTC 2009
I have 4 macines running FreeBSD 8.0RC2 , which where last updated on
5/11/2009
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=nocona
-std=c99 - 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=8000
--param inline-unit-growth=100 --param large-function-growth=1000
-fno-omit-fra
me-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -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=nocona
-std=c99 - 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=8000
--param inline-unit-growth=100 --param large-function-growth=1000
-fno-omit-fra
me-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -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
Stop in /usr/obj/usr/src/sys/KRNL.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
smbserv01 src #
This is on Core2 duo en quad core machines.
My KRNL config file reads the following
include GENERIC
ident KRNL
# 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
# Console color options
options SC_NORM_ATTR=(FG_LIGHTGREY|BG_BLACK)
options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options SC_KERNEL_CONS_ATTR=(FG_BROWN|BG_BLACK)
options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
# System console options
options SC_DISABLE_REBOOT # disable reboot key sequence
options SC_HISTORY_SIZE=200 # number of history buffer lines
my /etc/make.conf reads.
CPUTYPE?=nocona
KERNCONF=KRNL
BATCH_DELETE_OLD_FILES= yes
#BATCH=yes
WITHOUT_X11=yes
WITHOUT_GUI=yes
# added by use.perl 2009-09-17 20:36:21
PERL_VERSION=5.10.1
Regards,
Johan Hendriks
More information about the freebsd-stable
mailing list