From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH] gnu: Add LDFLAGS=-lpthread to configure-flags where needed. Date: Tue, 21 Mar 2017 10:17:26 +0100 Message-ID: <20170321091725.GA12007@jocasta.intra> References: <1490059331-32049-1-git-send-email-john@darrington.wattle.id.au> <1490059331-32049-2-git-send-email-john@darrington.wattle.id.au> <20170321090928.02b12da9@sf> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqFv3-00063s-9i for guix-devel@gnu.org; Tue, 21 Mar 2017 05:17:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqFv0-0005gX-5X for guix-devel@gnu.org; Tue, 21 Mar 2017 05:17:33 -0400 Received: from de.cellform.com ([88.217.224.109]:33209 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqFuz-0005da-TJ for guix-devel@gnu.org; Tue, 21 Mar 2017 05:17:30 -0400 Content-Disposition: inline In-Reply-To: <20170321090928.02b12da9@sf> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Sergei Trofimovich Cc: guix-devel@gnu.org --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 21, 2017 at 09:09:28AM +0000, Sergei Trofimovich wrote: On Tue, 21 Mar 2017 02:22:11 +0100 John Darrington wrote: =20 > --- a/gnu/packages/image.scm > +++ b/gnu/packages/image.scm > @@ -80,6 +80,8 @@ > (sha256 > (base32 "0ylgyx93hnk38haqrh8prd3ax5ngzwvjqw5cxw7p9nxmw= sfyrlyq")))) > (build-system gnu-build-system) > + (arguments > + `(#:configure-flags '("LDFLAGS=3D-lpthread"))) =20 That's libpng-1.6.28, right? I've tried to reproduce the failure on cu= rrent 'core-updates' master (x86_64-linux). It builds just fine: =20 $ git describe v0.12.0-2306-gf826c8c7e =20 $ ./pre-inst-env guix build libpng --check --no-grafts -K /gnu/store/vis7x2j2lsmwbl5m5w794c23ysqah8xh-libpng-1.6.28 =20 At a glance source code of libpng and it's tests does not contain any = pthread calls. =20 Do you have a build log with the failure? I wonder where missing symbo= ls come from. =20 Yes *IT* builds fine. It's just the thing that depend upon it that don't. For example look at the most recent build attempt for pspp. J' --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAljQ76UACgkQimdxnC3oJ7PlYgCcCp6Bq6SEigNEiVMksN92r7sT OqUAnRanBLl9d7NJNVA/uj4ey2xGrY71 =X37Q -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--