From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31279: report problem: guile with ~/.guile file does not run from shell Date: Fri, 27 Apr 2018 18:38:25 -0400 Message-ID: <87r2n046n2.fsf@netris.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCC2A-0005Zj-Dc for bug-guix@gnu.org; Fri, 27 Apr 2018 18:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCC27-0003Xp-5y for bug-guix@gnu.org; Fri, 27 Apr 2018 18:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33514) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCC27-0003XO-2X for bug-guix@gnu.org; Fri, 27 Apr 2018 18:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCC26-0007Ls-KC for bug-guix@gnu.org; Fri, 27 Apr 2018 18:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Wensheng Xie's message of "Fri, 27 Apr 2018 11:19:04 +0800") 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: Wensheng Xie Cc: 31279@debbugs.gnu.org Hi, Wensheng Xie writes: > Using guixSD, installed guile and try to run it from shell. I got the following error: > > ------ start ------ > ~ $ cat .guile > (use-modules (ice-9 readline)) > > ;; Enable completion at the REPL. > (activate-readline) > > (use-modules (oop goops))~ $ > ~ $ guile [...] > ERROR: In procedure scm-error: > no code for module (ice-9 readline) You need to install the 'guile-readline' package in order to include the (ice-9 readline) module. Can you see if that solves the problem for you and report back? Mark