From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Marusich Subject: Re: racket patch not found Date: Thu, 19 Jul 2018 00:09:29 -0700 Message-ID: <87h8kvitw6.fsf@gmail.com> References: <20180714204416.5738c85a@jasniac.instanton> <87pnzpr1rf.fsf@netris.org> <20180715123937.3d08373a@jasniac.instanton> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fg34B-0003et-AN for help-guix@gnu.org; Thu, 19 Jul 2018 03:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fg34A-0000WS-6L for help-guix@gnu.org; Thu, 19 Jul 2018 03:09:35 -0400 Received: from mail-pg1-x534.google.com ([2607:f8b0:4864:20::534]:44030) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fg349-0000W5-UA for help-guix@gnu.org; Thu, 19 Jul 2018 03:09:34 -0400 Received: by mail-pg1-x534.google.com with SMTP id v13-v6so3181989pgr.10 for ; Thu, 19 Jul 2018 00:09:33 -0700 (PDT) In-Reply-To: <20180715123937.3d08373a@jasniac.instanton> (Marco van Hulten's message of "Sun, 15 Jul 2018 12:39:37 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Marco van Hulten Cc: help-guix --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Marco van Hulten writes: > Hi Mark, others=E2=80=94 > > Je 14 jul 16:38 skribis Mark: >> Marco van Hulten writes: >>=20 >> > When I install the package `racket' through >> > >> > guix pull &&\ >> > guix package -i racket >> > >> > I get this error: >> > >> > guix package: error: racket-fix-xform-issue.patch: patch not found= =20=20 >>=20 >> This was fixed in commit 57ac5261fec345b16cf80f87aa03212abc2c5a11, >> pushed a few days ago. >>=20 >> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D57ac5261fec345= b16cf80f87aa03212abc2c5a11 >>=20 >> If you "guix pull" and try again, hopefully it will work now. > > Yes, it does! > > It did warn me about no readline support: > > $ racket > Welcome to Racket v6.12. > ; Warning: no readline support (ffi-lib: couldn't open > "libedit.so.3" (libedit.so.3: cannot open shared object file: No such > file or directory)) > >=20 > > So I installed libedit, but the warning stays and I have still no > readline support. > > Maybe I have to do add it to my LD_LIBRARY_PATH or something. Instead, > I went looking for libedit.so.3, but it wasn't in ~/.guix-profile/lib/. > When I started racket from that working directory, the warning wasn't > given and I had readline support. According to my experience binaries > indeed look in the working directory for libraries. Apparently racket > finds the useful library in ~/.guix-profile/lib/. But what file is it, > and why does it not need to be "libedit.so.3"? > > =E2=80=94Marco > This sounds like a bug in the way we have packaged racket. If that's the case, then somebody probably needs to change the package definition so that we build in readline support. It shouldn't be necessary for you to install readline into your profile after the fact. Similarly, it shouldn't be necessary for you to meddle with LD_LIBRARY_PATH to get things working. =2D-=20 Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAltQOSkACgkQ3UCaFdgi Rp0dvA/9FzN+NvJ0Zumi2RVKUGXgRA+UuE6S2NnPs0aJzgCls5kCEpjjt7cX7ro3 wT5lIapO3O6ERAuLPqpa15ORlRPqQMPmbMUNEgWRLz8TVf2gjoLNY3D0KAiq9KIS YuCcrl5jL3HgHkq9iHViv3dYqgP2rMFhZKXDVvrtE2TR/k2mxbe+Yy/pShhoSy0t 5+NQOxogT5zNAIsRK1pedZcOqighb3BSyrVVPkgBLJYEb/mXzdxwHQ1O6q6Lques 5jUOdfkH0NX9fDNyU2Xxo4Yd4NE/OREoXOWScXzJkc/zPkK6e+B9C9AZW01YiRc6 dLcL8r4zuhZWWGGe/c95CWU6IW4J6vka3w6jxaJdkIfMtujR3VyP/guLxP8JHiD1 D/QMLn3tKmNxHXt3VBaZbMd2/vbDmgSBI6vdIT6wt9PIoMEZzsJGSj3cCxF+0Uwc rAVQr0kU4pdsTcodQZZGMcrG99i0QyM1TJBZ56cVHyE/0Q2O4ETMccID+W+bNleC 6aqz3CUt8+KJ52sQQqtEwPgjHOs5MdYmF1OheQyYF4vR8weIQ+TGUrXkW3eIn1Nz DvfEFXwNV9IPp9vAomgKaKM7fv6KE5PymoayJqCoJEi97/if/yPhOUJqM9oyDDog hTQJs//bNuFj5eKCjeA1ra9b27Zoft10B+6DALFFFzB86H0cnrc= =6ixS -----END PGP SIGNATURE----- --=-=-=--