From owner-freebsd-stable@FreeBSD.ORG Wed Jan 31 20:22:08 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 EE0F316A408 for ; Wed, 31 Jan 2007 20:22:08 +0000 (UTC) (envelope-from crudder@bch.com) Received: from groupware.bch.com (mail1.bch.com [216.135.84.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2B10113C4C1 for ; Wed, 31 Jan 2007 20:22:07 +0000 (UTC) (envelope-from crudder@bch.com) Received: by groupware.bch.com (Postfix, from userid 65534) id 9AE1416C216; Wed, 31 Jan 2007 14:24:50 -0500 (EST) Received: from 39.bch.com (39.bch.com [192.168.1.239]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client did not present a certificate) by groupware.bch.com (Postfix) with ESMTP id A4F0316C029 for ; Wed, 31 Jan 2007 14:24:48 -0500 (EST) From: Cory Rudder Organization: Bandy Carroll Hellige Advertising To: freebsd-stable@freebsd.org Date: Wed, 31 Jan 2007 14:24:58 -0500 User-Agent: KMail/1.9.5 References: <45BF93DE.9010100@es.net> In-Reply-To: <45BF93DE.9010100@es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701311424.58824.crudder@bch.com> X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on groupware.bch.com X-Spam-Level: X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 Subject: Re: buildkernel failure 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: Wed, 31 Jan 2007 20:22:09 -0000 I saw the same error yesterday building generic on i386. I resync'd the sources(RELENG_6) today and the everything built properly. cr On Tuesday 30 January 2007 1:52 pm, Eli Dart wrote: > I just saw the same thing under i386 when building GENERIC. > > --eli > > Alban Hertroys wrote: > > Building a kernel of a freshly updated RELENG_6 source tree reveals the > > following: > > > > ===> firmware (all) > > cc -O2 -fno-strict-aliasing -pipe -march=athlon64 -Werror -D_KERNEL > > -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include > > /build/obj/build/src/sys/BOLTTHROWER/opt_global.h -I. -I@ > > -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common > > -fno-omit-frame-pointer -I/build/obj/build/src/sys/BOLTTHROWER > > -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx > > -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding > > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > > -fformat-extensions -std=c99 -c > > /build/src/sys/modules/firmware/../../kern/subr_firmware.c > > /build/src/sys/modules/firmware/../../kern/subr_firmware.c: In function > > `firmware_get': > > /build/src/sys/modules/firmware/../../kern/subr_firmware.c:192: warning: > > implicit declaration of function `linker_release_module' > > /build/src/sys/modules/firmware/../../kern/subr_firmware.c:192: warning: > > nested extern declaration of `linker_release_module' > > *** Error code 1 > > > > Stop in /build/src/sys/modules/firmware. > > *** Error code 1 > > > > Stop in /build/src/sys/modules. > > *** Error code 1 > > > > Stop in /build/obj/build/src/sys/BOLTTHROWER. > > Exit 1 > > > > System is amd64 with a custom kernel. I don't know what might be > > dependent on subr_firmware, but the error doesn't seem to point to a > > missing kernel option or device. > > > > In the CVS logs I can see that this function was added recently; maybe > > something was forgotten in the MFC? > > > > -- > > Alban Hertroys > > > > "Memory expensive?!? > > My computer has free memory!" > > > > > > > > !DSPAM:74,45bf91649342038170548! > > > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"