Date: Sat, 1 Dec 2012 14:31:18 +0100 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: FreeBSD Tinderbox <tinderbox@freebsd.org> Cc: current@freebsd.org Subject: Re: [head tinderbox] failure on ia64/ia64 Message-ID: <20121201133118.GE1399@garage.freebsd.pl> In-Reply-To: <201212010317.qB13HvbL058987@freebsd-current.sentex.ca> References: <201212010317.qB13HvbL058987@freebsd-current.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
--/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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121201133118.GE1399>