From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 21:05:24 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C36F6106568B for ; Thu, 25 Sep 2008 21:05:24 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1C98FC0A for ; Thu, 25 Sep 2008 21:05:24 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:3cf5:6c34:8382:5bc1] (unknown [IPv6:2001:7b8:3a7:0:3cf5:6c34:8382:5bc1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 00FBE84438; Thu, 25 Sep 2008 23:05:22 +0200 (CEST) Message-ID: <48DBFD17.4040101@andric.com> Date: Thu, 25 Sep 2008 23:05:27 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.17pre (Windows/20080921) MIME-Version: 1.0 To: Anton Shterenlikht References: <20080925154341.GA59156@mech-cluster238.men.bris.ac.uk> In-Reply-To: <20080925154341.GA59156@mech-cluster238.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: buildkernel failure on i386 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2008 21:05:24 -0000 Anton Shterenlikht wrote: > I installed 7.0-stable on i386 box, cvsup current sources, > and built world - no problems there. > > When I try to build kernel, I get: ... > linking kernel.debug > if_ural.o(.text+0x511): In function `ural_free_tx_list': > /usr/src/sys/dev/usb/if_ural.c:669: undefined reference to `ieee80211_free_node' It looks like you're linking if_ral static. If so, do you also have at least device wlan (and possibly other wlan_xxx devices) enabled in your kernel configuration?