From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: bug#33279: guile-readline: error: no code for module Date: Mon, 5 Nov 2018 21:14:26 +0100 Message-ID: <6fe72b3b-edb7-efb7-8b4e-f30e7b746fbb@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJlIA-0005H5-Fc for bug-guix@gnu.org; Mon, 05 Nov 2018 15:16:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJlI6-0006Pm-I4 for bug-guix@gnu.org; Mon, 05 Nov 2018 15:16:10 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59639) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gJlI2-0006LZ-Rd for bug-guix@gnu.org; Mon, 05 Nov 2018 15:16:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gJlI2-00022G-Jr for bug-guix@gnu.org; Mon, 05 Nov 2018 15:16:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJlGw-0004yO-4O for bug-guix@gnu.org; Mon, 05 Nov 2018 15:14:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJlGt-000560-7V for bug-guix@gnu.org; Mon, 05 Nov 2018 15:14:53 -0500 Received: from mx1.riseup.net ([198.252.153.129]:53133) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJlGs-0004iN-Nz for bug-guix@gnu.org; Mon, 05 Nov 2018 15:14:51 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 4BD611A024A for ; Mon, 5 Nov 2018 12:14:30 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id A852464A6E for ; Mon, 5 Nov 2018 12:14:29 -0800 (PST) Content-Language: en-US List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 33279@debbugs.gnu.org Hi Found another error :p This time after installing guile-readline it is not imediately available=20 to guile even though it is available in the path. Weird. Install: sdb@komputilo ~$ guix package -i guile-readline=20 --substitute-urls=3Dhttp://berlin.guixsd.org The following package will be installed: =C2=A0=C2=A0 guile-readline=C2=A0=C2=A0=C2=A0 2.2.3=20 /gnu/store/i0nqs30zn0bdij5zwagqx1chcdk460ai-guile-readline-2.2.3 substitute: updating substitutes from 'http://berlin.guixsd.org'... 100.0= % The following derivations will be built: =C2=A0=C2=A0 /gnu/store/rfaxkh0khj8b6f2fgj6s0yq1s7db4aak-profile.drv /gnu/store/y6vzf4vlmigyhvy1mh0s1ybbajaiq9dr-ca-certificate-bundle.drv =C2=A0=C2=A0 /gnu/store/kybcp4pvjvz7xiwgzyv5x93ccszp1zv4-info-dir.drv =C2=A0=C2=A0 /gnu/store/90a77pf8006r914ma7f4wzn95ncqr3lq-fonts-dir.drv =C2=A0=C2=A0 /gnu/store/m1scixlkly42c6ckrn833h1kklbw0b41-manual-database= .drv Creating manual page database... 190 entries processed in 1.0 s 7 packages in profile **NOTE: no env variables suggested** Try to use it: $ guile -c '(use-modules (ice-9 readline))' Backtrace: =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 13 (apply-smob/1 = #) In ice-9/boot-9.scm: =C2=A0=C2=A0=C2=A0 705:2 12 (call-with-prompt ("prompt") # =E2=80=A6) In ice-9/eval.scm: =C2=A0=C2=A0=C2=A0 619:8 11 (_ #(#(#))) In ice-9/command-line.scm: =C2=A0=C2=A0 181:18 10 (_ #) In unknown file: =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 9 (eval (us= e-modules (ice-9 readline)) #) In ice-9/eval.scm: =C2=A0=C2=A0 721:20=C2=A0 8 (primitive-eval (use-modules (ice-9 readline= ))) In ice-9/psyntax.scm: =C2=A0 1235:36=C2=A0 7 (expand-top-sequence ((use-modules (ice-9 readlin= e))) _ =E2=80=A6) =C2=A0 1182:24=C2=A0 6 (parse _ (("placeholder" placeholder)) ((top) #(#= # =E2=80=A6)) =E2=80=A6) =C2=A0=C2=A0 285:10=C2=A0 5 (parse _ (("placeholder" placeholder)) (()) = _ c&e (eval) =E2=80=A6) In ice-9/boot-9.scm: =C2=A0 3365:20=C2=A0 4 (process-use-modules _) =C2=A0=C2=A0 222:17=C2=A0 3 (map1 (((ice-9 readline)))) =C2=A0 3366:31=C2=A0 2 (_ ((ice-9 readline))) =C2=A0=C2=A0 2791:6=C2=A0 1 (resolve-interface _ #:select _ #:hide _ #:p= refix _ # _ =E2=80=A6) In unknown file: =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0 (scm-erro= r misc-error #f "~A ~S" ("no code for modu=E2=80=A6" =E2=80=A6) =E2=80=A6= ) ERROR: In procedure scm-error: no code for module (ice-9 readline) -- sdb@komputilo ~$ guix --version guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 sdb@komputilo ~$ guix package -I openssh=C2=A0=C2=A0=C2=A0 7.7p1=C2=A0=C2=A0=C2=A0 out=20 /gnu/store/1lp98789cd5h1f1hv8z9bhbirvnaax5x-openssh-7.7p1 nss=C2=A0=C2=A0=C2=A0 3.36.1=C2=A0=C2=A0=C2=A0 out /gnu/store/lv63vga40p1= g9bc8c8zxsjybxmqsdrgz-nss-3.36.1 guile-readline=C2=A0=C2=A0=C2=A0 2.2.3=C2=A0=C2=A0=C2=A0 out=20 /gnu/store/i0nqs30zn0bdij5zwagqx1chcdk460ai-guile-readline-2.2.3 file=C2=A0=C2=A0=C2=A0 5.32=C2=A0=C2=A0=C2=A0 out /gnu/store/pky001r9bbcr= qvv3gdgvjj8b56hhifpv-file-5.32 wget=C2=A0=C2=A0=C2=A0 1.19.5=C2=A0=C2=A0=C2=A0 out=20 /gnu/store/7jd4nbdamp5bjvvi9acnk4nkk2dzyi71-wget-1.19.5 git=C2=A0=C2=A0=C2=A0 2.18.0=C2=A0=C2=A0=C2=A0 out /gnu/store/w9qwlwpfmhk= yj6rqk3rvkk1a89vmymqf-git-2.18.0 git=C2=A0=C2=A0=C2=A0 2.18.0=C2=A0=C2=A0=C2=A0 send-email=20 /gnu/store/pvj35w3xlfvxdw3gljxxba2xjm2v7958-git-2.18.0-send-email sdb@komputilo ~$ guile --version guile (GNU Guile) 2.2.3 sdb@komputilo ~$ env |grep guile GUILE_LOAD_COMPILED_PATH=3D/run/current-system/profile/lib/guile/2.2/site= -ccache:/run/current-system/profile/share/guile/site/2.2 GUILE_LOAD_PATH=3D/run/current-system/profile/share/guile/site/2.2 sdb@komputilo ~$ file=20 .guix-profile/lib/guile/2.2/site-ccache/ice-9/readline.go .guix-profile/lib/guile/2.2/site-ccache/ice-9/readline.go: ELF 64-bit=20 LSB shared object, no machine, version 1 (embedded), dynamically linked,=20 with debug_info, not stripped -- exporting these variables did not help: $ export GUILE_LOAD_PATH=3D~/.guix-profile/lib/guile/2.2/:$GUILE_LOAD_PAT= H $ export=20 GUILE_LOAD_COMPILED_PATH=3D~/.guix-profile/lib/guile/2.2/:$GUILE_LOAD_COM= PILED_PATH Any ideas? --=20 Cheers Swedebugia