From owner-freebsd-stable@FreeBSD.ORG Sun Jun 17 22:52:47 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 E854B16A41F for ; Sun, 17 Jun 2007 22:52:47 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp101.rog.mail.re2.yahoo.com (smtp101.rog.mail.re2.yahoo.com [206.190.36.79]) by mx1.freebsd.org (Postfix) with SMTP id 9D44613C45A for ; Sun, 17 Jun 2007 22:52:47 +0000 (UTC) (envelope-from mikej@rogers.com) Received: (qmail 32439 invoked from network); 17 Jun 2007 22:26:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=LWtsZE91fLUh60JSkFacuL0dZuABAAN5i6AGApmqLLnrluy1V4XVEzBJaP6YQoOLkzwWfU9glvOE6rzRjv+5ih/FN4WkOsHCWDqfTbUJUXdN06ud2NZrJefbtHVVyEyngJBDqV1Hg/CSSrRZ2luXMovUad+i7Kg7cAbugXXS1sQ= ; Received: from unknown (HELO ?172.16.0.165?) (mikej@rogers.com@99.244.15.156 with plain) by smtp101.rog.mail.re2.yahoo.com with SMTP; 17 Jun 2007 22:26:05 -0000 X-YMail-OSG: _R0T7vIVM1neGrqv5WCwZfZ_SAP6cUllx3gG1Kb_LkCQVM1fSepVt3Wcykt4LTouEg-- Message-ID: <4675B46A.100@rogers.com> Date: Sun, 17 Jun 2007 18:23:38 -0400 From: Mike Jakubik User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Buildkernel error in acpi_hpet.c 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: Sun, 17 Jun 2007 22:52:48 -0000 cc -O2 -fno-strict-aliasing -pipe -march=prescott -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/../../../dev/acpica/acpi_ec.c cc -O2 -fno-strict-aliasing -pipe -march=prescott -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/../../../dev/acpica/acpi_hpet.c /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c: In function `acpi_hpet_table_probe': /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: error: `ACPI_TABLE_HPET' undeclared (first use in this function) /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: error: for each function it appears in.) /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:89: error: `hpet' undeclared (first use in this function) /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:96: error: `ACPI_SIG_HPET' undeclared (first use in this function) /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:96: warning: passing arg 3 of `AcpiGetTable' from incompatible pointer type /usr/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_hpet.c:104: error: syntax error before ')' token *** Error code 1 Stop in /usr/src/sys/modules/acpi/acpi. *** Error code 1