Date: Tue, 28 Mar 2006 16:12:31 -0500 From: Kris Kennaway <kris@obsecurity.org> To: Daniel Eischen <deischen@freebsd.org> Cc: amd64@freebsd.org, threads@freebsd.org, Kris Kennaway <kris@obsecurity.org> Subject: Re: libpthread compile failure Message-ID: <20060328211231.GB1968@xor.obsecurity.org> In-Reply-To: <Pine.GSO.4.43.0603281608250.18701-100000@sea.ntplx.net> References: <20060328200624.GA10800@xor.obsecurity.org> <Pine.GSO.4.43.0603281608250.18701-100000@sea.ntplx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 28, 2006 at 04:09:10PM -0500, Daniel Eischen wrote: > On Tue, 28 Mar 2006, Kris Kennaway wrote: >=20 > > On 7.0 during buildworld: > > > > /usr/src/lib/libpthread/thread/thr_barrier.c:69: error: conflicting typ= es for '_pthread_barrier_init' > > /usr/src/lib/libpthread/../../include/pthread.h:156: error: previous de= claration of '_pthread_barrier_init' was here > > /usr/src/lib/libpthread/thread/thr_barrier.c:69: error: conflicting typ= es for '_pthread_barrier_init' > > /usr/src/lib/libpthread/../../include/pthread.h:156: error: previous de= claration of '_pthread_barrier_init' was here > > *** Error code 1 > > > > Those two declarations are: > > > > > int > > > _pthread_barrier_init(pthread_barrier_t *barrier, > > > const pthread_barrierattr_t *attr, int count) > > > > > int pthread_barrier_init(pthread_barrier_t *, > > > const pthread_barrierattr_t *, unsigned); > > > > What is odd is that I can't see how this suddenly broke. >=20 > I just applied a fix to this. I'm not sure if this will be the > only bug you find though (I haven't had a chance to test it > with the recent namespace.h changes). Thanks, I'll let you know. Kris --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEKaa/Wry0BWjoQKURAqY1AJ4w8l+uK0eoxpNFpTpYcdGS4ZIqUQCfdS15 8mG90c/0RYSEjKTioThPWto= =J3oG -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060328211231.GB1968>