From owner-freebsd-hackers@FreeBSD.ORG Sat Apr 22 02:12:04 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC84C16A405 for ; Sat, 22 Apr 2006 02:12:04 +0000 (UTC) (envelope-from oceanare@pacific.net.sg) Received: from smtpgate1.pacific.net.sg (smtpgate1.pacific.net.sg [203.120.90.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DF6643D55 for ; Sat, 22 Apr 2006 02:12:03 +0000 (GMT) (envelope-from oceanare@pacific.net.sg) Received: (qmail 30054 invoked from network); 22 Apr 2006 02:12:01 -0000 Received: from maxwell6.pacific.net.sg (203.120.90.212) by smtpgate1.pacific.net.sg with SMTP; 22 Apr 2006 02:11:59 -0000 Received: from [192.168.0.107] ([210.24.122.33]) by maxwell6.pacific.net.sg with ESMTP id <20060422021158.NQOV1180.maxwell6.pacific.net.sg@[192.168.0.107]>; Sat, 22 Apr 2006 10:11:58 +0800 Message-ID: <444990D7.90701@pacific.net.sg> Date: Sat, 22 Apr 2006 10:11:35 +0800 From: Erich Dollansky Organization: oceanare pte ltd User-Agent: Thunderbird 1.5 (X11/20060422) MIME-Version: 1.0 To: John Baldwin References: <44485E99.4090605@pacific.net.sg> <200604210850.46126.jhb@freebsd.org> In-Reply-To: <200604210850.46126.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Build Kernels fails with X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 02:12:05 -0000 Hi, John Baldwin wrote: > On Friday 21 April 2006 12:24 am, Erich Dollansky wrote: >> Hi, >> >> ist looks to me that this is still true for a 32 bit kernel. >> >> http://lists.freebsd.org/pipermail/freebsd-amd64/2005-July/005592.html >> >> This error message appears >> >> if_ural.o(.text+0x205): In function `ural_next_scan': >> /usr/src/sys/dev/usb/if_ural.c:699: undefined reference to >> `ieee80211_next_scan'*** Error code 1 >> >> as long as "device wlan" is not defined. > > Well, yes. The wifi drivers (wi, ath, ral, ural, iwi, and ipw) > require 'device wlan'. 'ural' could be the culprit. It was still defined well hidden inside the USB support. Thanks! Erich