From owner-freebsd-current@FreeBSD.ORG Sat Dec 1 13:30:04 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEFFF5ED; Sat, 1 Dec 2012 13:30:04 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (garage.dawidek.net [91.121.88.72]) by mx1.freebsd.org (Postfix) with ESMTP id AD84F8FC08; Sat, 1 Dec 2012 13:30:04 +0000 (UTC) Received: from localhost (89-73-195-149.dynamic.chello.pl [89.73.195.149]) by mail.dawidek.net (Postfix) with ESMTPSA id D3F77EDB; Sat, 1 Dec 2012 14:28:04 +0100 (CET) Date: Sat, 1 Dec 2012 14:31:18 +0100 From: Pawel Jakub Dawidek To: FreeBSD Tinderbox Subject: Re: [head tinderbox] failure on ia64/ia64 Message-ID: <20121201133118.GE1399@garage.freebsd.pl> References: <201212010317.qB13HvbL058987@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/2994txjAzEdQwm5" Content-Disposition: inline In-Reply-To: <201212010317.qB13HvbL058987@freebsd-current.sentex.ca> X-OS: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 01 Dec 2012 13:30:05 -0000 --/2994txjAzEdQwm5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 01, 2012 at 03:17:57AM +0000, FreeBSD Tinderbox wrote: > cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -Wall -Wredundant-decls= -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmis= sing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/= src/sys/contrib/altq -I/src/sys/contrib/ia64/libuwx/src -D_KERNEL -DHAVE_KE= RNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D1500= 0 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -fn= o-builtin -mconstant-gp -ffixed-r13 -mfixed-range=3Df32-f127 -fpic -ffreest= anding -Werror /src/sys/kern/vfs_lookup.c > /src/sys/kern/vfs_lookup.c:214:54: error: macro "AUDIT_ARG_UPATH1" passed= 4 arguments, but takes just 3 > /src/sys/kern/vfs_lookup.c: In function 'namei': > /src/sys/kern/vfs_lookup.c:214: error: 'AUDIT_ARG_UPATH1' undeclared (fir= st use in this function) > /src/sys/kern/vfs_lookup.c:214: error: (Each undeclared identifier is rep= orted only once > /src/sys/kern/vfs_lookup.c:214: error: for each function it appears in.) > /src/sys/kern/vfs_lookup.c:216:54: error: macro "AUDIT_ARG_UPATH2" passed= 4 arguments, but takes just 3 > /src/sys/kern/vfs_lookup.c:216: error: 'AUDIT_ARG_UPATH2' undeclared (fir= st use in this function) > *** [vfs_lookup.o] Error code 1 [...] My recent commits broke the build in two ways, both should be fixed now, I'm very sorry about that. The code did compile for me on my development box, but it turned out source code on my laptop didn't have latest changes. I tried to compile it on my laptop before the commit, but run into problems with my environment (my laptop is running HEAD from before the switch to clang and the compilation was failing very early for other reasons), it is late at night to figure out the fix (which was trivial: CC=3Dgcc), so I assumed that if the code builds on dev box it is fine. It wasn't. My mistake, I should've waited till moring. Once again, sorry about that! --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://tupytaj.pl --/2994txjAzEdQwm5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC6BqUACgkQForvXbEpPzRhxACcC9nNZFy92VAqFdTMznBv3fHk +oUAn0NUBTmvhIMGbkfmbzPhrpIJNDop =HpKT -----END PGP SIGNATURE----- --/2994txjAzEdQwm5--