From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dE1RL-0002AN-JK for guix-patches@gnu.org; Thu, 25 May 2017 18:41:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dE1RH-0002Mc-Kt for guix-patches@gnu.org; Thu, 25 May 2017 18:41:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35632) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dE1RG-0002MJ-SY for guix-patches@gnu.org; Thu, 25 May 2017 18:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dE1RG-00063c-IL for guix-patches@gnu.org; Thu, 25 May 2017 18:41:02 -0400 Subject: bug#27077: [PATCH] gnu: python-xcffib: Update to 0.5.1. Resent-Message-ID: From: Marius Bakke In-Reply-To: <02de3feec1033d408e8f9e15cebb9c45@openmailbox.org> References: <02de3feec1033d408e8f9e15cebb9c45@openmailbox.org> Date: Fri, 26 May 2017 00:40:38 +0200 Message-ID: <87y3tktva1.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Jos=C3=A9?= Miguel =?UTF-8?Q?S=C3=A1nchez_?= =?UTF-8?Q?Garc=C3=ADa?= , 27077@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Jos=C3=A9 Miguel S=C3=A1nchez Garc=C3=ADa writes: > * gnu/packages/python.scm (python-xcffib): Update to 0.5.1. Thanks for this! [...] > - (uri (string-append "https://pypi.python.org/packages/source/x/" > - "xcffib/xcffib-" version ".tar.gz")) > + (uri (string-append "https://pypi.python.org/packages/48/e8/83dc66= 8044f0393c5b7bea1afdf42bf25005ca067bb130db924f673261ad/xcffib-" > + version ".tar.gz")) Can you change this to use 'pypi-uri' instead? Also, with this patch, "./pre-inst-env guix build python-cairocffi" fails to build with an error such as: OSError: cannot load library 'libxcb.so.1': libxcb.so.1: cannot open shared= object file: No such file or directory Can you try to substitute the invocation of "libxcb.so.1" in "xcffib/init.py" to use the full store path and see if that helps? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlknXWYACgkQoqBt8qM6 VPoSyAgAnRC9gFs54oLmmCoFdjeO/omWqW5fMtVfO1XS2mDCNcgiZWdJdl1z039x lZHY3I+u3/r7Apr8H5gL2lexkZjLimPCZzRwr4dWdu18c1FnkLsGm5WNbjze5Wx3 jJQa5tCocB9WAYycYHwjPh6shpUZjYRrmbNGt/wdchAKHjuNPmp3Mis0qKk21mf1 xRa4wgKOTTKNrFrq1y6zqRdYFg3zUreumPPhULzBDzRY7WbaTdzwk30Kf5GjMoY0 bDisr541aYVpxYG7FlaUfXRDVUIOkv0lmKPnFWJSheVz73xBla5tsllAnYfYLyF+ oBJGCSsBwauzGpGEHMTaqTdswv/XSg== =UD2f -----END PGP SIGNATURE----- --=-=-=--