ports/171949: graphics/graphviz: install: Unable to find pthread_create symbol. Aborting.
O. Hartmann
ohartman at zedat.fu-berlin.de
Tue Sep 25 13:06:34 UTC 2012
Am 09/25/12 15:00, schrieb FreeBSD-gnats-submit at FreeBSD.org:
> Thank you very much for your problem report.
> It has the internal identification `ports/171949'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=171949
>
>> Category: ports
>> Responsible: freebsd-ports-bugs
>> Synopsis: graphics/graphviz: install: Unable to find pthread_create symbol. Aborting.
>> Arrival-Date: Tue Sep 25 13:00:24 UTC 2012
I forgot to mention that I have fixed this by adding "-lpthread".
Obviously, it is missing.
Attached file contains the diff for the Makefile.
oh
-------------- next part --------------
--- Makefile.orig 2012-09-25 15:01:31.000000000 +0200
+++ Makefile 2012-09-25 15:01:35.000000000 +0200
@@ -26,7 +26,7 @@
USE_AUTOTOOLS= libltdl libtool
WANT_GNOME= yes
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib -lpthread
+LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_SUB= PORTVERSION="${PORTVERSION}"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20120925/d2b7069e/attachment.sig>
More information about the freebsd-ports-bugs
mailing list