bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31279: report problem: guile with ~/.guile file does not run from sh


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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi,

Wensheng Xie <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]