From owner-freebsd-i386@FreeBSD.ORG Wed Aug 16 03:35:07 2006 Return-Path: X-Original-To: i386@freebsd.org Delivered-To: freebsd-i386@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E44416A5B2; Wed, 16 Aug 2006 03:35:07 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 039C043D5C; Wed, 16 Aug 2006 03:35:06 +0000 (GMT) (envelope-from nate@root.org) X-ORBL: [71.139.3.149] Received: from [10.0.5.51] (ppp-71-139-3-149.dsl.snfc21.pacbell.net [71.139.3.149]) by ylpvm12.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k7G3YVQs009597; Tue, 15 Aug 2006 23:34:32 -0400 Message-ID: <44E29223.4070804@root.org> Date: Tue, 15 Aug 2006 20:33:55 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Stefan Bethke References: <20060812060251.D7D4D7302F@freebsd-current.sentex.ca> <44DDFE1B.7050707@gmx.de> <0C0AAE41-2972-4A5D-ABDE-8E01E3EF76A7@lassitu.de> In-Reply-To: <0C0AAE41-2972-4A5D-ABDE-8E01E3EF76A7@lassitu.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, i386@freebsd.org Subject: Re: [releng_6 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2006 03:35:07 -0000 Stefan Bethke wrote: > Am 12.08.2006 um 18:13 schrieb [LoN]Kamikaze: > >>> cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls >>> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes >>> -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 >>> -nostdinc -I- -I. -I/src/sys -I/src/sys/contrib/altq >>> -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf >>> -I/src/sys/contrib/dev/ath -I/src/sys/contrib/dev/ath/freebsd >>> -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -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 -DGPROF -falign-functions=16 -DGPROF4 >>> -DGUPROF -fno-builtin -mno-align-long-strings >>> -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 >>> -ffreestanding -Werror -finstrument-functions -Wno-inline >>> /src/sys/i386/acpica/acpi_wakeup.c >>> /src/sys/i386/acpica/acpi_wakeup.c: In function `acpi_sleep_machdep': >>> /src/sys/i386/acpica/acpi_wakeup.c:285: error: `acpi_resume_beep' >>> undeclared (first use in this function) >>> /src/sys/i386/acpica/acpi_wakeup.c:285: error: (Each undeclared >>> identifier is reported only once >>> /src/sys/i386/acpica/acpi_wakeup.c:285: error: for each function it >>> appears in.) >>> *** Error code 1 >>> >>> Stop in /obj/src/sys/LINT. >>> *** Error code 1 >>> >> >> The same build failure occurs on all my machines (i386). Other >> people reported this as well on the German BSD forums. > > Me too. > > It looks like 1.42 of src/sys/i386/acpica/acpi_wakeup.c needs to be > MFCed as well. > Many apologies for the bug. I thought I had time to test and then had some personal issues that kept me from checking email until now. In the future, I won't commit changes in that situation. -- Nate