Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2008 07:53:15 -0800
From:      David Wolfskill <david@catwhisker.org>
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>
Cc:        stable@freebsd.org, i386@freebsd.org
Subject:   Re: [releng_6 tinderbox] failure on i386/i386
Message-ID:  <20080225155315.GG67897@bunrab.catwhisker.org>
In-Reply-To: <20080225151837.09313241A2@freebsd-legacy.sentex.ca>
References:  <20080225151837.09313241A2@freebsd-legacy.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help

--wO3ULb5M+sQS9v8+
Content-Type: multipart/mixed; boundary="J1ldk4ymECC/Y9sn"
Content-Disposition: inline


--J1ldk4ymECC/Y9sn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Feb 25, 2008 at 10:18:36AM -0500, FreeBSD Tinderbox wrote:
> ...
> >>> Kernel build for LINT started on Mon Feb 25 15:10:51 UTC 2008
> >>> stage 1: configuring the kernel
> >>> stage 2.1: cleaning up the object tree
> >>> stage 2.2: rebuilding the object tree
> >>> stage 2.3: build tools
> >>> stage 3.1: making dependencies
> >>> stage 3.2: building everything
> [...]
> cc -c -O2 -pipe -fno-strict-aliasing  -Wall -Wredundant-decls -Wnested-ex=
terns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -W=
cast-qual  -fformat-extensions -std=3Dc99  -nostdinc -I-  -I. -I/src/sys -I=
/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/=
src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/=
em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common=
 -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct=
ion-growth=3D1000 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-bui=
ltin -mno-align-long-strings -mpreferred-stack-boundary=3D2  -mno-mmx -mno-=
3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /sr=
c/sys/fs/unionfs/union_subr.c
> cc -c -O2 -pipe -fno-strict-aliasing  -Wall -Wredundant-decls -Wnested-ex=
terns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -W=
cast-qual  -fformat-extensions -std=3Dc99  -nostdinc -I-  -I. -I/src/sys -I=
/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/contrib/pf -I/=
src/sys/dev/ath -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/=
em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common=
 -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-funct=
ion-growth=3D1000 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-bui=
ltin -mno-align-long-strings -mpreferred-stack-boundary=3D2  -mno-mmx -mno-=
3dnow -mno-sse -mno-sse2 -ffreestanding -Werror -pg -mprofiler-epilogue /sr=
c/sys/fs/unionfs/union_vfsops.c
> /src/sys/fs/unionfs/union_vfsops.c:443: error: conflicting types for 'uni=
onfs_quotactl'
> /src/sys/fs/unionfs/union_vfsops.c:58: error: previous declaration of 'un=
ionfs_quotactl' was here
> /src/sys/fs/unionfs/union_vfsops.c:443: error: conflicting types for 'uni=
onfs_quotactl'
> /src/sys/fs/unionfs/union_vfsops.c:58: error: previous declaration of 'un=
ionfs_quotactl' was here
> /src/sys/fs/unionfs/union_vfsops.c:560: warning: initialization from inco=
mpatible pointer type
> /src/sys/fs/unionfs/union_vfsops.c:58: warning: 'unionfs_quotactl' used b=
ut never defined
> *** Error code 1
>=20
> Stop in /obj/src/sys/LINT.
> *** Error code 1
>=20
> Stop in /src.
> *** Error code 1
>=20
> Stop in /src.
> TB --- 2008-02-25 15:18:36 - WARNING: /usr/bin/make returned exit code  1=
=20
> TB --- 2008-02-25 15:18:36 - ERROR: failed to build lint kernel
> TB --- 2008-02-25 15:18:36 - tinderbox aborted
> TB --- 2925.51 user 361.46 system 3719.34 real

Attached patch fixed it for me.

Peace,
david
--=20
David H. Wolfskill				david@catwhisker.org
I submit that "conspiracy" would be an appropriate collective noun for cats.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

--J1ldk4ymECC/Y9sn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="union_vfsops.c.diff"
Content-Transfer-Encoding: quoted-printable

Index: union_vfsops.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvs/freebsd/src/sys/fs/unionfs/union_vfsops.c,v
retrieving revision 1.76.2.5
diff -u -r1.76.2.5 union_vfsops.c
--- union_vfsops.c	23 Oct 2007 03:37:09 -0000	1.76.2.5
+++ union_vfsops.c	25 Feb 2008 15:42:43 -0000
@@ -438,7 +438,7 @@
 }
=20
 static int
-unionfs_quotactl(struct mount *mp, int cmd, uid_t uid, caddr_t arg,
+unionfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg,
     struct thread *td)
 {
 	struct unionfs_mount *ump;

--J1ldk4ymECC/Y9sn--

--wO3ULb5M+sQS9v8+
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iEYEARECAAYFAkfC5GkACgkQmprOCmdXAD2E0gCdFuvN9YKKfDi+y0xjQPRk61g0
iHYAnizUs0Jiov4RVNV2a6dL1syV/o41
=7OPd
-----END PGP SIGNATURE-----

--wO3ULb5M+sQS9v8+--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080225155315.GG67897>