Re: kernel compile fails if device bpf is not enabled

2023-02-08 Thread Zhenlei Huang
> On Feb 8, 2023, at 2:32 PM, Gary Jennejohn wrote: > > On Wed, 8 Feb 2023 12:49:46 +0800 > Zhenlei Huang mailto:z...@freebsd.org>> wrote: > > Hi Zhenlei, > >> Thanks for the report! Post the fix to Phabricator >> https://reviews.freebsd.org/D38432 >>

Re: kernel compile fails if device bpf is not enabled

2023-02-07 Thread Gary Jennejohn
On Wed, 8 Feb 2023 12:49:46 +0800 Zhenlei Huang wrote: Hi Zhenlei, > Thanks for the report! Post the fix to Phabricator > https://reviews.freebsd.org/D38432 . > > Best regards, > Zhenlei > Thanks! I see it's been accepted. > > On Feb 7, 2023, at 5:08 PM,

Re: kernel compile fails if device bpf is not enabled

2023-02-07 Thread Zhenlei Huang
Hi Gary, Thanks for the report! Post the fix to Phabricator https://reviews.freebsd.org/D38432 . Best regards, Zhenlei > On Feb 7, 2023, at 5:08 PM, Gary Jennejohn wrote: > > I just saw this error today because I didn't have device bpf enabled in > my

kernel compile fails if device bpf is not enabled

2023-02-07 Thread Gary Jennejohn
I just saw this error today because I didn't have device bpf enabled in my kernel configuration file: -- >>> stage 3.1: building everything -- linking kernel.full ld: error:

kernel compile fails in uma_core.c

2003-11-30 Thread Paulius Bulotas
Hello, when building kernel: ../../../vm/uma_core.c: In function `zone_timeout': ../../../vm/uma_core.c:345: error: `mp_maxid' undeclared (first use in this function) and so on. Anything I missed? Paulius ___ [EMAIL PROTECTED] mailing list

Re: kernel compile fails in uma_core.c

2003-11-30 Thread Bjoern A. Zeeb
On Sun, 30 Nov 2003, Paulius Bulotas wrote: Hello, when building kernel: ../../../vm/uma_core.c: In function `zone_timeout': ../../../vm/uma_core.c:345: error: `mp_maxid' undeclared (first use in this function) and so on. Anything I missed? No, this is the bad commit for UP but should

Re: kernel compile fails in uma_core.c

2003-11-30 Thread Jeff Roberson
On Sun, 30 Nov 2003, Paulius Bulotas wrote: Hello, when building kernel: ../../../vm/uma_core.c: In function `zone_timeout': ../../../vm/uma_core.c:345: error: `mp_maxid' undeclared (first use in this function) and so on. Anything I missed? I just fixed this, sorry. Paulius

Re: 5.1 - stl Kernel compile fails

2003-10-29 Thread Karl M. Joch
David O'Brien wrote: On Tue, Oct 28, 2003 at 08:11:33AM +0100, Karl M. Joch wrote: i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected soon? Is this an ISA or PCI card? it is an easy i/o 8 PCI card. i

Re: 5.1 - stl Kernel compile fails

2003-10-29 Thread David O'Brien
On Wed, Oct 29, 2003 at 08:11:53AM +0100, Karl M. Joch wrote: On Tue, Oct 28, 2003 at 08:11:33AM +0100, Karl M. Joch wrote: i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected soon? Is this an ISA

Re: 5.1 - stl Kernel compile fails

2003-10-29 Thread Karl M. Joch
David O'Brien wrote: On Wed, Oct 29, 2003 at 08:11:53AM +0100, Karl M. Joch wrote: On Tue, Oct 28, 2003 at 08:11:33AM +0100, Karl M. Joch wrote: i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected soon?

5.1 - stl Kernel compile fails

2003-10-28 Thread Karl M. Joch
i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected soon? -- Best regards / Mit freundlichen Gruessen, Karl M. Joch http://www.freebsd.at - Das Power Betriebssystem

Re: 5.1 - stl Kernel compile fails

2003-10-28 Thread Kris Kennaway
On Tue, Oct 28, 2003 at 08:11:33AM +0100, Karl M. Joch wrote: i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected soon? Post the errors you're seeing so we don't have to guess. Kris pgp0.pgp

Re: 5.1 - stl Kernel compile fails

2003-10-28 Thread Karl M. Joch
Kris Kennaway wrote: On Tue, Oct 28, 2003 at 08:11:33AM +0100, Karl M. Joch wrote: i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected soon? Post the errors you're seeing so we don't have to guess. Kris

Re: 5.1 - stl Kernel compile fails

2003-10-28 Thread Kris Kennaway
On Tue, Oct 28, 2003 at 12:21:09PM +0100, Karl M. Joch wrote: Kris Kennaway wrote: On Tue, Oct 28, 2003 at 08:11:33AM +0100, Karl M. Joch wrote: i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected

Re: 5.1 - stl Kernel compile fails

2003-10-28 Thread David O'Brien
On Tue, Oct 28, 2003 at 08:11:33AM +0100, Karl M. Joch wrote: i added a stallion easy i/o to a 5.1 box. compiling the kernel fails with a lot of errors in stallion.c. any chance that this gets corrected soon? Is this an ISA or PCI card? ___ [EMAIL

Re: kernel compile fails...

2002-01-07 Thread John Baldwin
On 06-Jan-02 Emiel Kollof wrote: On Sun 06 Jan 02 06:54, Makoto Matsushita wrote: coolvibe What header file defines SWI_NOSWITCH? http://snapshots.jp.freebsd.org/tour/current/cgi-bin/global.cgi?pattern=SWI _NOSWITCHid=type=symbol SWI_NOSWITCH are used and/or defined by these files. You

Re: kernel compile fails...

2002-01-06 Thread Emiel Kollof
On Sun 06 Jan 02 06:54, Makoto Matsushita wrote: coolvibe What header file defines SWI_NOSWITCH? http://snapshots.jp.freebsd.org/tour/current/cgi-bin/global.cgi?pattern=SWI _NOSWITCHid=type=symbol SWI_NOSWITCH are used and/or defined by these files. You can easily find that this list have

Re: kernel compile fails...

2002-01-05 Thread Makoto Matsushita
coolvibe What header file defines SWI_NOSWITCH? http://snapshots.jp.freebsd.org/tour/current/cgi-bin/global.cgi?pattern=SWI_NOSWITCHid=type=symbol SWI_NOSWITCH are used and/or defined by these files. You can easily find that this list have only one *.h file -- sys/sys/interrupt.h. % grep

Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-27 Thread The Hermit Hacker
On Fri, 26 May 2000, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : make depend went through no probs, but a make fails at: You may have overlooked this entry in UPDATING: 2319: The ISA and PCI compatability shims have been connected to the

Re: kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-26 Thread Warner Losh
In message [EMAIL PROTECTED] The Hermit Hacker writes: : make depend went through no probs, but a make fails at: You may have overlooked this entry in UPDATING: 2319: The ISA and PCI compatability shims have been connected to the options COMPAT_OLDISA and COMPAT_OLDPCI. If

kernel compile fails in: ../../dev/vx/if_vx_pci.c

2000-05-25 Thread The Hermit Hacker
Just decided to brave going from 4.0-5.0 ... upgraded all my sources, checked over the UPGRADING file, GENERIC and LINT, to see if anyting pop'd out as far as changing my config is concerned ... make depend went through no probs, but a make fails at: cc -c -O3 -mpentium -pipe -Wall

Current kernel compile fails

1999-12-18 Thread Manfred Antar
I think this happened when mbuf.h was changed : linking kernel.debug uipc_mbuf.o: In function `m_mballoc_wait': /sys/compile/pro2/../../kern/uipc_mbuf.c(.text+0x2cb): undefined reference to `m_mballoc_wakeup' uipc_mbuf.o: In function `m_clalloc_wait':