From owner-freebsd-stable@FreeBSD.ORG  Sat Aug 12 18:54:22 2006
Return-Path: <owner-freebsd-stable@FreeBSD.ORG>
X-Original-To: stable@freebsd.org
Delivered-To: freebsd-stable@FreeBSD.ORG
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BA49816A4DA;
	Sat, 12 Aug 2006 18:54:22 +0000 (UTC)
	(envelope-from mikej@rogers.com)
Received: from H43.C18.B96.tor.eicat.ca (H43.C18.B96.tor.eicat.ca
	[66.96.18.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6012243D4C;
	Sat, 12 Aug 2006 18:54:22 +0000 (GMT)
	(envelope-from mikej@rogers.com)
Received: from [127.0.0.1] (desktop.home.local [172.16.0.200])
	by H43.C18.B96.tor.eicat.ca (Postfix) with ESMTP id D974F11421;
	Sat, 12 Aug 2006 14:54:42 -0400 (EDT)
Message-ID: <44DE23E6.8040201@rogers.com>
Date: Sat, 12 Aug 2006 14:54:30 -0400
From: Mike Jakubik <mikej@rogers.com>
User-Agent: Thunderbird 1.5.0.5 (Windows/20060719)
MIME-Version: 1.0
To: stable@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-SpamToaster-Information: This messages has been scanned by SpamToaster
	http://www.digitalprogression.ca
X-SpamToaster: Found to be clean
X-SpamToaster-SpamCheck: not spam, SpamAssassin (not cached, score=-2.49,
	required 3.5, ALL_TRUSTED -1.80, BAYES_00 -2.60,
	DK_POLICY_SIGNSOME 0.00, DNS_FROM_RFC_ABUSE 0.20,
	DNS_FROM_RFC_POST 1.71)
X-SpamToaster-From: mikej@rogers.com
X-Spam-Status: No
Cc: njl@freebsd.org
Subject: Error building todays kernel (acpi_wakeup.c:285)
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, 
	<mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
	<mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 12 Aug 2006 18:54:22 -0000

cc -O2 -fno-strict-aliasing -pipe -march=athlon -Werror -D_KERNEL 
-DKLD_MODULE -nostdinc -I-  
-I/usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica 
-DHAVE_KERNEL_OPTION_HEADERS -include 
/usr/obj/usr/src/sys/SPAMTOASTER/opt_global.h -I. -I@ -I@/contrib/altq 
-I@/../include -finline-limit=8000 -fno-common  
-I/usr/obj/usr/src/sys/SPAMTOASTER -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 
-ffreestanding -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -fformat-extensions -std=c99 -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -Wno-uninitialized -c 
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: In 
function `acpi_sleep_machdep':
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: 
error: `acpi_resume_beep' undeclared (first use in this function)
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: 
error: (Each undeclared identifier is reported only once
/usr/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: 
error: for each function it appears in.)
*** Error code 1

Stop in /usr/src/sys/modules/acpi/acpi.
*** Error code 1

---
Revision 1.39.2.2 / (download) - annotate - [select for diffs], Sat Aug 
12 00:51:18 2006 UTC (18 hours, 1 minute ago) by njl
Branch: RELENG_6
Changes since 1.39.2.1: +11 -0 lines
Diff to previous 1.39.2.1 (colored) to branchpoint 1.39 (colored) next 
main 1.40 (colored)

MFC: stop beep after resume and man page updates