From owner-freebsd-current@FreeBSD.ORG Tue Jun 2 13:41:22 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 906B11065677; Tue, 2 Jun 2009 13:41:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE6D8FC27; Tue, 2 Jun 2009 13:41:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 1203946B38; Tue, 2 Jun 2009 09:41:22 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 09D978A02B; Tue, 2 Jun 2009 09:41:21 -0400 (EDT) From: John Baldwin To: rea-fbsd@codelabs.ru Date: Tue, 2 Jun 2009 09:19:40 -0400 User-Agent: KMail/1.9.7 References: <20090602120612.37D267302F@freebsd-current.sentex.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906020919.41339.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 02 Jun 2009 09:41:21 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: sparc64@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on sparc64/sparc64 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: Tue, 02 Jun 2009 13:41:25 -0000 On Tuesday 02 June 2009 8:48:24 am Eygene Ryabinkin wrote: > Tue, Jun 02, 2009 at 08:06:12AM -0400, FreeBSD Tinderbox wrote: > > /src/sys/dev/pci/pci.c:320: error: for each function it appears in.) > > /src/sys/dev/pci/pci.c:320: error: expected ';' before 'ap' > > cc1: warnings being treated as errors > > /src/sys/dev/pci/pci.c:325: warning: implicit declaration of function 'va_start' > > /src/sys/dev/pci/pci.c:325: warning: nested extern declaration of 'va_start' > > /src/sys/dev/pci/pci.c:325: error: 'ap' undeclared (first use in this function) > > /src/sys/dev/pci/pci.c:327: warning: implicit declaration of function 'va_end' > > /src/sys/dev/pci/pci.c:327: warning: nested extern declaration of 'va_end' > > *** Error code 1 > > Perhaps the attached patch will fix the stuff? For enabled ACPI > (__HAVE_ACPI) machine/stdarg.h is brought by contrib/dev/acpica/acpi.h, > but seems like sparc64 nave no ACPI. I had already committed this, but thanks for the hint on why it compiled on amd64. -- John Baldwin