From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Todor_Kondi=C4=87?= Subject: Re: guix repl and ice-9 modules Date: Mon, 09 Sep 2019 07:55:20 +0000 Message-ID: References: <__xTClsja2cK3YCVBR0OeNgX-ex-giGAU6Up5sMk-ai_FiMQFVwvY1wY56u7H4NufsHdBhjuSWmyiSypuJe-ozs1Ddj6inxTMBXokSOmwC8=@protonmail.com> Reply-To: =?UTF-8?Q?Todor_Kondi=C4=87?= Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46669) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7EWL-00033w-JT for help-guix@gnu.org; Mon, 09 Sep 2019 03:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7EWK-0006ij-Je for help-guix@gnu.org; Mon, 09 Sep 2019 03:55:33 -0400 Received: from mail4.protonmail.ch ([185.70.40.27]:20491) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i7EWK-0006hz-30 for help-guix@gnu.org; Mon, 09 Sep 2019 03:55:32 -0400 In-Reply-To: <__xTClsja2cK3YCVBR0OeNgX-ex-giGAU6Up5sMk-ai_FiMQFVwvY1wY56u7H4NufsHdBhjuSWmyiSypuJe-ozs1Ddj6inxTMBXokSOmwC8=@protonmail.com> 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: =?UTF-8?Q?Todor_Kondi=C4=87?= Cc: "help-guix\\\\@gnu.org" Oops, my bad. After a closer inspection of %load-path, I noticed that guile= modules are indeed there, however the one module that I tried to load (ice= -9 readline) seems not to be in the distro anymore. =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Monday, 9 September 2019 09:47, Todor Kondi=C4=87 via wrote: > Is it normal that I can't load ice-9 modules from within guix repl ? Beca= use, this is the default behaviour on my hybrid system (guix on top of pop-= os (ubuntu) ).