From owner-freebsd-current@FreeBSD.ORG Sun Jun 17 15:22:06 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 CA00816A46D for ; Sun, 17 Jun 2007 15:22:06 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9B713C44C for ; Sun, 17 Jun 2007 15:22:06 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l5HFM3uW024431; Sun, 17 Jun 2007 09:22:03 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4675518E.1000707@samsco.org> Date: Sun, 17 Jun 2007 09:21:50 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2 MIME-Version: 1.0 To: Per olof Ljungmark References: <46754EDA.6010402@intersonic.se> In-Reply-To: <46754EDA.6010402@intersonic.se> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sun, 17 Jun 2007 09:22:03 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-current@freebsd.org Subject: Re: Stop in /usr/src/sys/modules/ahb 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: Sun, 17 Jun 2007 15:22:06 -0000 Fix, thanks for the report. It's strange that my LINT build didn't catch this. Scott Per olof Ljungmark wrote: > From sources fetched today, same failure on two different machines > > ===> ahb (all) > cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 > -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/IKO/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/IKO > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx > -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -fformat-extensions -c > /usr/src/sys/modules/ahb/../../dev/ahb/ahb.c > /usr/src/sys/modules/ahb/../../dev/ahb/ahb.c: In function 'ahballoc': > /usr/src/sys/modules/ahb/../../dev/ahb/ahb.c:412: error: 'unit' > undeclared (first use in this function) > /usr/src/sys/modules/ahb/../../dev/ahb/ahb.c:412: error: (Each > undeclared identifier is reported only once > /usr/src/sys/modules/ahb/../../dev/ahb/ahb.c:412: error: for each > function it appears in.) > *** Error code 1 > > Stop in /usr/src/sys/modules/ahb. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/IKO. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"