Re: kernel build failure with bce

2006-04-14 Thread Plamen Stoev
Sean McNeil wrote: > The following error occurs building -stable on amd64: > > make -sj2 buildworld && make -sj2 buildkernel > ... > ===> bce (all) > /usr/src/sys/modules/bce/../../dev/bce/if_bce.c: In function > `bce_rx_intr': > /usr/src/sys/modules/bce/../../dev/bce/if_bce.c:4093: error: structu

kernel build failure with bce

2006-04-13 Thread Sean McNeil
The following error occurs building -stable on amd64: make -sj2 buildworld && make -sj2 buildkernel ... ===> bce (all) /usr/src/sys/modules/bce/../../dev/bce/if_bce.c: In function `bce_rx_intr': /usr/src/sys/modules/bce/../../dev/bce/if_bce.c:4093: error: structure has no member named `rxcycles' /

Re: Kernel build failure

2006-02-25 Thread Robert Uzzi
> Robert Uzzi schrieb: >> Can someone shed some light on the following error? >> >> rm -f .depend GPATH GRTAGS GSYMS GTAGS >> CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile >> MAKESRCPATH=../../../dev/aic7xxx/aicasm >> Warning: Object directory not changed from original >> /usr/src/sys/i386/com

Re: Kernel build failure

2006-02-24 Thread Björn König
Robert Uzzi schrieb: Can someone shed some light on the following error? rm -f .depend GPATH GRTAGS GSYMS GTAGS CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile MAKESRCPATH=../../../dev/aic7xxx/aicasm Warning: Object directory not changed from original /usr/src/sys/i386/compile/CUSTOM-SMP cc -

Kernel build failure

2006-02-24 Thread Robert Uzzi
Can someone shed some light on the following error? rm -f .depend GPATH GRTAGS GSYMS GTAGS CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile MAKESRCPATH=../../../dev/aic7xxx/aicasm Warning: Object directory not changed from original /usr/src/sys/i386/compile/CUSTOM-SMP cc -O2 -fno-strict-aliasing

Re: kernel build failure amd64

2005-01-12 Thread Christopher Vance
On Wed, Jan 12, 2005 at 05:19:14PM -0800, Ade Lovett wrote: Your src/ tree is not up to date, or has been otherwise mangled. The commit that added KB_CONF_NO_PROBE_TEST touched two files: Yes. My cvs repo got mangled. Either cvsup or the (not-FreeBSD) OS it's hosted on mangled something. Unfortuna

Re: kernel build failure amd64

2005-01-12 Thread Christopher Vance
On Thu, Jan 13, 2005 at 11:51:24AM +1100, I wrote: Recent cvsup with cvs up. Removed /usr/obj/.../src/sys/GENERIC. (cd /usr/src; make kernel) dies with /d2/FreeBSD/root/5-stable/usr/src/sys/dev/kbd/atkbd.c:1120: error: `KB_CONF_NO_PROBE_TEST' undeclared (first use in this function) /d2/FreeBSD/ro

Re: kernel build failure amd64

2005-01-12 Thread Ade Lovett
Christopher Vance wrote: The only file mentioning KB_CONF_NO_PROBE_TEST in any version appears to be src/sys/dev/kbd/atkbd.c, with no definition anywhere. Your src/ tree is not up to date, or has been otherwise mangled. The commit that added KB_CONF_NO_PROBE_TEST touched two files: [EMAIL PROTECTED

kernel build failure amd64

2005-01-12 Thread Christopher Vance
Recent cvsup with cvs up. Removed /usr/obj/.../src/sys/GENERIC. (cd /usr/src; make kernel) dies with cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extension

Re: 4.6 kernel build failure

2002-07-10 Thread parv
in message <[EMAIL PROTECTED]>, wrote Roelof Osinga thusly... > > cc -O -pipe -march=pentiumpro -D_KERNEL -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- > -I. -I@

Re: 4.6 kernel build failure

2002-07-10 Thread Roelof Osinga
faSty wrote: > ah you says so. I did it on one of my rack DNS server. I managed get > kernel compiled without any error. sorry i tried help you anyway. Oh no, don't be. Any help is always welcome! But I did notice one thing and that is that the good compiles were done just after the 2002.07.05 c

Re: 4.6 kernel build failure

2002-07-10 Thread faSty
ah you says so. I did it on one of my rack DNS server. I managed get kernel compiled without any error. sorry i tried help you anyway. -fasty On Wed, Jul 10, 2002 at 10:25:52AM +0200, Roelof Osinga wrote: > faSty wrote: > >no no you need clean up in /usr/src/sys/i386/compile/NISSER (type make

Re: 4.6 kernel build failure

2002-07-10 Thread Roelof Osinga
faSty wrote: > no no you need clean up in /usr/src/sys/i386/compile/NISSER (type make clean) > then cd /usr/src/sys/i386/conf and config NISSER then cd ../../compile/NISSER > lastly make depend Make absolutely no difference whatsoever. Still get stuck on that linux code. But how the heck it ever

Re: Build failure (long), was Re: Kernel Build Failure in kern/subr_disk.c

2001-05-29 Thread clemensF
> Christoph Sold: > to learn how to conifgure and compile a kernel. i've done lots of kernels, to play around, get features i wanted and throw out those i didn't need. but i may have patched the sources of the kernel to death by following every security advisory (eg. the tcp-sequence patch, the

Re: Kernel Build Failure in kern/subr_disk.c

2001-05-29 Thread Christoph Sold
clemensF schrieb: > > > Kris Kennaway: > > > Please read the handbook for the relevant information on how to > > download, compile and upgrade FreeBSD. > > i did. it does not answer the question. Well, then read again. Possible causes are - you downloaded the wrong sources (there are lots o

Re: Broken -stable (kernel build failure at wx module depends)

2001-04-22 Thread George W. Dinolt
I am sure someone is working on this. One way to fix the problem is to include the reference to the miibus.h file in the Makefile for the module and to use device miibus device wx in your config file if you include the device there. wx was recently (today) modified to use miibus but the Makefile