From owner-freebsd-current@FreeBSD.ORG Mon May 21 07:51:56 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E94D216A468 for ; Mon, 21 May 2007 07:51:56 +0000 (UTC) (envelope-from kometen@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.freebsd.org (Postfix) with ESMTP id 22A9313C447 for ; Mon, 21 May 2007 07:51:56 +0000 (UTC) (envelope-from kometen@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1189114wra for ; Mon, 21 May 2007 00:51:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iDXanrEkJY9o6jgX+wIApJZUlv1U8aV1o0p9lTy7dLGTSEDrgOosTrvI8qC/+2+bZDX2I9BP5co8JOdKI3KgqalQk0B5Aqsm91npkZao84TED9Sxh1lMNpxzNgtGZe4wkxtqICvXXEukqzJ0KFmhEBOfVadni5Fjxill6jiaCzA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LSCRtCddMBxFa0vkTtR4bcSsKJtfOfoQG/VcAS9jnbqHXfXRVvZTmFpmen7IU0zeQMQJY0EZEbtpAEwpaz3oIX7l5FEeZ9qqhGAM2Wy0Mua5EdgsrccQSyvPXprfMMotY2hhlh3bOrF/mlHcJv2aXPs4QSCIc/w36NX561KUPLQ= Received: by 10.115.110.6 with SMTP id n6mr2523920wam.1179733913015; Mon, 21 May 2007 00:51:53 -0700 (PDT) Received: by 10.114.194.12 with HTTP; Mon, 21 May 2007 00:51:52 -0700 (PDT) Message-ID: Date: Mon, 21 May 2007 09:51:52 +0200 From: "Claus Guttesen" To: "Odhiambo Washington" , freebsd-current@freebsd.org In-Reply-To: <20070521074413.GL61558@ns2.wananchi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070521074413.GL61558@ns2.wananchi.com> Cc: Subject: Re: Kernel compilation failure ... 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: Mon, 21 May 2007 07:51:57 -0000 > I am running -CURRENT on my desktop, csup-ped sources even today > - 20070521. > For the last one week or so, I cannot successfully compile a kernel. > Always fails here: > > > cc -shared -nostdlib hack.c -o hack.So > rm -f hack.c > MAKE=make sh /usr/src/sys/conf/newvers.sh alligator > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding vers.c > linking kernel.debug > if_ural.o(.text+0xe8f): In function `ural_attach': > /usr/src/sys/dev/usb/if_ural.c:491: undefined reference to `ieee80211_amrr_init' > if_ural.o(.text+0x2fa5): In function `ural_task': > /usr/src/sys/dev/usb/if_ural.c:2360: undefined reference to `ieee80211_amrr_node_init' > if_ural.o(.text+0x3179): In function `ural_amrr_update': > /usr/src/sys/dev/usb/if_ural.c:2418: undefined reference to `ieee80211_amrr_choose' > *** Error code 1 Something with a wireless usb-card in your kernel-config maybe? Is it ALLIGATOR a copy of GENERIC or customized? -- regards Claus When lenity and cruelty play for a kingdom, the gentlest gamester is the soonest winner. Shakespeare