ath buildkernel problem with recent RELENG_6 [Was: Re: buildkernel (zlib module) broken?]

Sam Leffler sam at errno.com
Mon Jan 29 03:09:03 UTC 2007


Kris Kennaway wrote:
> On Mon, Jan 29, 2007 at 01:02:32AM +0100, Harald Schmalzbauer wrote:
>> Am Sonntag, 28. Januar 2007 23:17 schrieb Kris Kennaway:
>>> On Sun, Jan 28, 2007 at 10:12:26PM +0100, Harald Schmalzbauer wrote:
>>>> Hello,
>>>>
>>>> I don't understand this error:
>>>> ===> zlib (all)
>> [...]
>>>> 1 error
>>>> *** Error code 2
>>>>
>>>> Any hints?
>>> Rerun make without -j and discover the real error which was some
>>> distance back in the interleaved output from your parallel make
>>> command.
>> Ahh, ok, sorry, it's my first SMP system so I'm not used to this parallel 
>> build stuff...
>>
>> ath seems to be the problem:
> 
> No, your kernel config is the problem ;) You apparently chopped out
> too much when cutting it down from GENERIC.
> 
>> /FlashBSD/src/sys/dev/ath/if_ath.c:417: undefined reference to 
>> `ieee80211_wme_acnames'
> 
> "Undefined reference" almost always means "operator provided an
> incomplete kernel config file".

man ath shows:

>      To compile this driver into the kernel, place the following lines in your
>      kernel configuration file:
> 
>            device ath
>            device ath_hal
>            device ath_rate_sample
>            device wlan


More information about the freebsd-stable mailing list