Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2012 15:06:28 +0200
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/171949: graphics/graphviz: install: Unable to find pthread_create symbol. Aborting.
Message-ID:  <5061AC54.9080503@zedat.fu-berlin.de>
In-Reply-To: <201209251300.q8PD0Owh035533@freefall.freebsd.org>
References:  <201209251300.q8PD0Owh035533@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigCAE6D2EB345AD934E0A93CBE
Content-Type: multipart/mixed; boundary="------------060300050208040806070207"

This is a multi-part message in MIME format.
--------------060300050208040806070207
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Am 09/25/12 15:00, schrieb FreeBSD-gnats-submit@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.=20
>=20
> You can access the state of your problem report at any time
> via this link:
>=20
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D171949
>=20
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       graphics/graphviz: install: Unable to find pthread_cre=
ate 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

--------------060300050208040806070207
Content-Type: text/plain; charset=us-ascii;
 name="Makefile.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="Makefile.diff"

--- 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=3D	libltdl libtool
 WANT_GNOME=3D	yes
 GNU_CONFIGURE=3D	yes
-LDFLAGS+=3D	-L${LOCALBASE}/lib -lpthread
+LDFLAGS+=3D	-L${LOCALBASE}/lib
 CPPFLAGS+=3D	-I${LOCALBASE}/include
 PLIST_SUB=3D	PORTVERSION=3D"${PORTVERSION}"
=20

--------------060300050208040806070207--

--------------enigCAE6D2EB345AD934E0A93CBE
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBAgAGBQJQYaxYAAoJEOgBcD7A/5N8zQUH/A2vM113j2WA+8OP1hi4fOz3
Ij0pJeutmFyDe3nEglQVeRkYCKCvSnPK8xNVq2pC1JABbI666xQQ6x+pWbgjlZcc
qKCo6n8C0x0kknBMxKYSbQ6i1wrjPOIvepap2NfsnAwVjkTIPBFX1wmh4RiLbD/D
fAJGoS/OFYkfDHcSdZQstPO+JrUoaWJQ8rZoWJhKXOi2ABcZF4AejI9ado5vOy7x
0nE1hXm/bCB00Ljr6XWOUJAo9qJbZCt73asR3ocOOZR5RI0YfZFSbts0LbawApwv
IZLUSxlsqv0ds2f22Q9xpXewprRSm4QvZN3IgTa1BMDC1CxaQ2hPsIGAe3XukEs=
=QvSj
-----END PGP SIGNATURE-----

--------------enigCAE6D2EB345AD934E0A93CBE--



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