From owner-freebsd-questions@FreeBSD.ORG Sat Jan 27 15:45:41 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0802E16A400 for ; Sat, 27 Jan 2007 15:45:41 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from mx33.mail.ru (mx33.mail.ru [194.67.23.194]) by mx1.freebsd.org (Postfix) with ESMTP id BDC9F13C458 for ; Sat, 27 Jan 2007 15:45:40 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from [85.115.165.63] (port=44888 helo=xml.opera.com) by mx33.mail.ru with asmtp id 1HApkJ-0002XP-00; Sat, 27 Jan 2007 18:45:39 +0300 Date: Sat, 27 Jan 2007 20:45:39 +0500 To: "Grant Wagner" From: applecom@inbox.ru Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 References: <102481.72957.qm@web43125.mail.sp1.yahoo.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <102481.72957.qm@web43125.mail.sp1.yahoo.com> User-Agent: Opera Mail/9.10 (FreeBSD) Cc: questions@freebsd.org Subject: Re: Can not compile kernel. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jan 2007 15:45:41 -0000 Grant Wagner wrote: > Now I have a custom kernel which is failing to build. I've attached the > config file for it, and it fails trying to build with references about > ieee80211. The odd thing is I have no wireless in my box and have > commented out all the wireless references. What else is dependant on > them and should be commented out as well? The last bit of output is > below. > if_ural.o(.text+0xe5): In function `ural_next_scan': > : undefined reference to `ieee80211_next_scan' > *** Error code 1 > Stop in /usr/obj/usr/src/sys/STRIPPED. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 Remove 'device ural' from your kernel config. file. Ural is a driver for wireless adapters and depends on 'device wlan' which is commented in your conf. file.