From owner-freebsd-stable@FreeBSD.ORG Mon Jan 29 03:09:03 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BD5616A404 for ; Mon, 29 Jan 2007 03:09:03 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3F63813C48D for ; Mon, 29 Jan 2007 03:09:03 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l0T392CK070342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Jan 2007 19:09:02 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45BD654E.9050504@errno.com> Date: Sun, 28 Jan 2007 19:09:02 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.8 (X11/20061115) MIME-Version: 1.0 To: Kris Kennaway References: <200701282212.27004.harry@schmalzbauer.de> <20070128221705.GA64536@xor.obsecurity.org> <200701290102.33180.harry@schmalzbauer.de> <20070129003353.GA66098@xor.obsecurity.org> In-Reply-To: <20070129003353.GA66098@xor.obsecurity.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Harald Schmalzbauer Subject: Re: ath buildkernel problem with recent RELENG_6 [Was: Re: buildkernel (zlib module) broken?] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 03:09:03 -0000 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