From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: racket patch not found Date: Sun, 15 Jul 2018 12:39:37 +0200 Message-ID: <20180715123937.3d08373a@jasniac.instanton> References: <20180714204416.5738c85a@jasniac.instanton> <87pnzpr1rf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feeRZ-0000w2-3q for help-guix@gnu.org; Sun, 15 Jul 2018 06:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1feeRV-0003OB-6g for help-guix@gnu.org; Sun, 15 Jul 2018 06:39:57 -0400 Received: from smtp-out.neti.ee ([194.126.106.86]:12870) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1feeRU-0003Lp-Vc for help-guix@gnu.org; Sun, 15 Jul 2018 06:39:53 -0400 Received: from localhost (localhost [127.0.0.1]) by vm-relay5.estpak.ee (Postfix) with ESMTP id E8B4C62 for ; Sun, 15 Jul 2018 13:39:49 +0300 (EEST) Received: from smtp-out.neti.ee ([127.0.0.1]) by localhost (vm-relay5.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2WzrynLu8jQc for ; Sun, 15 Jul 2018 13:39:38 +0300 (EEST) Received: from broadpark.no (ngt-doveproxy02.estpak.ee [195.50.193.132]) by vm-relay5.estpak.ee (Postfix) with ESMTP id 730DF66 for ; Sun, 15 Jul 2018 13:39:38 +0300 (EEST) Received: from jasniac.instanton (15.89-10-168.nextgentel.com [89.10.168.15]) by mail.broapark.no (Postfix) with SMTP id 5B56B36ADF5 for ; Sun, 15 Jul 2018 13:39:38 +0300 (EEST) In-Reply-To: <87pnzpr1rf.fsf@netris.org> 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: help-guix 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 > This was fixed in commit 57ac5261fec345b16cf80f87aa03212abc2c5a11, > pushed a few days ago. >=20 > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D57ac5261fec345b= 16cf80f87aa03212abc2c5a11 >=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