Date: Thu, 13 Apr 2006 17:14:43 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: J Hendriks <hendriks-j@wanadoo.nl>, ps@FreeBSD.org Cc: freebsd-stable@FreeBSD.org Subject: Re: Build kernel fails after cvsup tag=RELENG_6_1 Message-ID: <20060413141443.GA1013@ip.net.ua> In-Reply-To: <11371598.1144936571284.JavaMail.www@wwinf6101> References: <11371598.1144936571284.JavaMail.www@wwinf6101>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Thu, Apr 13, 2006 at 03:56:11PM +0200, J Hendriks wrote: > Hello i did a cvsup as of now and did a useual buildworld cycles on three of my testing machines 2 p4 and 1 p3 > > The all exited at the buildkernel part with the following error. > > cc -c -O -pipe -march=pentium4 -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/bce/if_bce.c > /usr/src/sys/dev/bce/if_bce.c: In function `bce_rx_intr': > /usr/src/sys/dev/bce/if_bce.c:4093: error: structure has no member named `rxcycles' > /usr/src/sys/dev/bce/if_bce.c: In function `bce_ioctl': > /usr/src/sys/dev/bce/if_bce.c:4897: error: label `bce_ioctl_exit' used but not defined > *** 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. > > No special things in make.conf except CPUTYPE?=p4 an p3 for the p3 machine > the routine i use is > > cd /usr/src > make cleanworld && make cleandir && make cleandir > make -j2 buildworld && make buildkernel KERNCONF=configfile > > First i thought it was the kernel config file so kopied GENERIC to KRNL and remove the 486 and 586 option and that is it but they still fail. > Your kernel has DEVICE_POLLING option which was broken in the driver. I've committed a fix to HEAD, you can pull it up from here or wait for it to be MFCed. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEPlzTqRfpzJluFF4RAhi0AJ98hfp6e0CJ8QWgXgRsaqUZ0wZPRACgk1GV aniny43MwVvf77WeREuy8nY= =glae -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060413141443.GA1013>
