Re: can't compile kernel without bpf

2003-10-03 Thread Dan Lukes
Ivan Doležal wrote: As for kernel compilation (wireless does need bpf), this was it! The new 802.11 layer (device wlan) and some WiFi device drivers (ath and wi) uses the bpfattach2() function call. The bpfattach2() implementation has no stub counterpart in "non-bpf" section of net/bpf.c, so t

Re: can't compile kernel?

2002-09-19 Thread qhwt
On Thu, Sep 19, 2002 at 10:15:48PM +0900, I wrote: > On Wed, Sep 18, 2002 at 01:15:40PM -0500, Steve Ames wrote: > > > > New datapoint: > > > > If I compile the kernel in the old fashion (config SB; cd ../compile/SB; > > make depend all install) then the kernel compiles and installs fine. > > H

Re: can't compile kernel?

2002-09-19 Thread qhwt
Hi. On Wed, Sep 18, 2002 at 01:15:40PM -0500, Steve Ames wrote: > > New datapoint: > > If I compile the kernel in the old fashion (config SB; cd ../compile/SB; > make depend all install) then the kernel compiles and installs fine. > However I get the error below when doing a 'make kernel' from

Re: can't compile kernel?

2002-09-18 Thread Steven Ames
No update on the cpp0 error but I can get bind9 to stay running if I disable threads in the Makefile... no more signal 6. -Steve > New datapoint: > > If I compile the kernel in the old fashion (config SB; cd ../compile/SB; > make depend all install) then the kernel compiles and installs fine. >

Re: can't compile kernel?

2002-09-18 Thread Steve Ames
New datapoint: If I compile the kernel in the old fashion (config SB; cd ../compile/SB; make depend all install) then the kernel compiles and installs fine. However I get the error below when doing a 'make kernel' from /usr/src. Also even after rebooting onto the new kernel bind9 and mysql-ser

can't compile kernel?

2002-09-18 Thread Steve Ames
This started yesterday after an upgrade to a recent -CURRENT (prior version was perhaps 4 days old). Some programs (specifically bind9 and mysql-server) starting aborting with a sig6. Figuring maybe I just caught an update in the middle or some such I updated the source again and rebuilt world.