Re: can't compile kernel without bpf; isc-dhcpv2

[ Available lists | Index of freebsd-alpha | Month of Oct 2003 | Week of 3 Oct 2003 | Raw email | View thread | Wrap long lines | Reply ]
From
Sten <sten@blinkenlights.nl>
Date
3 Oct 2003 04:54:38
Subject
Re: can't compile kernel without bpf; isc-dhcpv2
Message-ID
Pine.SOL.4.58-Blink.0310031350360.6638@tea.blinkenlights.nl

In reply to
References to

[ Hide this part ]
On Fri, 3 Oct 2003, Ivan Dolezal wrote:

> Hello and thank you for replies in advance:
>

<snip>

> Oh, this is another, even worse problem: I am not able to compile the
> 5.1 kernel without bpf on some other system - it ends up saying:
> ...
> sh /usr/src/sys/conf/newvers.sh KOCOUR
> cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
> -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I.
> -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica
> -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h
> -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2
> -ffreestanding -Werror vers.c
> linking kernel
> if_ieee80211subr.o: In function `ieee80211_ifattach':
> if_ieee80211subr.o(.text+0x63): undefined reference to `bpfattach2'
> *** Error code 1

it looks like the wireless subsystem or parts of it,
need bpf, you might want to remove wireless networking from
your kernel config.

HTH, HAND.

--
Sten Spans

There is a crack in everything that's how the light gets in.


Elapsed time: 0.147 seconds