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
[EMAIL PROTECTED]
FreeBSD committer

Attachment: pgpcXh599qMHB.pgp
Description: PGP signature

Reply via email to