Buildworld on 8.0 RC2 fails.

View: New views
2 Messages — Rating Filter:   Alert me  

Buildworld on 8.0 RC2 fails.

by Johan Hendriks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

 

_______________________________________________
freebsd-stable@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@..."

Re: Buildworld on 8.0 RC2 fails.

by Jeremy Chadwick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Nov 06, 2009 at 04:26:57PM +0100, Johan Hendriks wrote:

> 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!!
>
> 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

This was fixed ~20 minutes ago.  It may take time for the change to get
committed to all of the cvsup servers.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/identcpu.c.diff?r1=1.174.2.2;r2=1.174.2.3;f=h

The breakage occurred 5 hours ago.  See commits to RELENG_8 tag, unless
you're using RELENG_8_0:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/identcpu.c

--
| Jeremy Chadwick                                   jdc@... |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |

_______________________________________________
freebsd-stable@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@..."