Date: Wed, 25 Mar 2009 14:09:09 +0000 From: Bruce Cran <bruce@cran.org.uk> To: Matthias Apitz <guru@unixarea.de> Cc: vd@FreeBSD.org, freebsd-current@freebsd.org Subject: Re: ports/devel/pth failes to compile (conflict with /usr/include/signal.h) Message-ID: <20090325140908.GA14343@muon.cran.org.uk> In-Reply-To: <20090325092840.GA3841@rebelion.Sisis.de> References: <20090325092840.GA3841@rebelion.Sisis.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 25, 2009 at 10:28:40AM +0100, Matthias Apitz wrote: > > > # cd /usr/ports/devel/pth > vm-naranja# cvs up > cvs update: Updating . > cvs update: Updating files > > # make install > ===> Installing for pth-2.0.7 > ===> Generating temporary packing list > ===> Checking if devel/pth already installed > ./libtool --mode=compile --quiet cc -c -I. -O2 -pipe > -fno-strict-aliasing -funro > ll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math pthread.c > In file included from pth_p.h.in:35, > from pthread.c:43: > /usr/include/signal.h:75: error: conflicting types for 'pthread_kill' > pthread.h:357: error: previous declaration of 'pthread_kill' was here > *** Error code 1 > > Stop in /usr/ports/devel/pth/work/pth-2.0.7. > *** Error code 1 > > Stop in /usr/ports/devel/pth. > *** Error code 1 > > Stop in /usr/ports/devel/pth. > > > work/pth-2.0.7/pthread.h:357 > extern int pthread_kill(pthread_t, int); > > > /usr/include/signal.h:75 > #if __POSIX_VISIBLE || __XSI_VISIBLE > int kill(__pid_t, int); > int pthread_kill(__pthread_t, int); > int pthread_sigmask(int, const __sigset_t *, __sigset_t *); > > See ports/132828 and http://lists.freebsd.org/pipermail/svn-src-head/2009-March/004946.html -- Bruce Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090325140908.GA14343>