[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem No space left on device
From: |
Ludovic Courtès |
Subject: |
Re: Problem No space left on device |
Date: |
Thu, 18 Sep 2014 11:24:38 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Luis Souto Graña <address@hidden> skribis:
> I created the partition table and GNU Guix successfully installed.
Good!
> Now, I have a problem with Skribilo:
>
> address@hidden guix package --list-installed
> hello 2.9
> ghostscript 9.06.0
> openssl 1.0.1h
> imagemagick 6.8.9-0
> guile-reader-for-guile_2.0.11 0.6
> skribilo 0.9.2
>
> address@hidden skribilo -version
> In ice-9/boot-9.scm:
> 2951: 3 [define-module* (skribilo utils syntax) #:filename ...]
> 2926: 2 [resolve-imports ((#) (#) (#))]
> 2867: 1 [resolve-interface (system reader library) #:select ...]
> In unknown file:
> ?: 0 [scm-error misc-error #f ...]
>
> ERROR: In procedure scm-error:
> ERROR: no code for module (system reader library)
>
> I read http://lists.gnu.org/archive/html/guix-devel/2014-06/msg00033.html ,
> but guix package --search-paths displays nothing:
> address@hidden guix package --search-paths
Oh, right. If Guile was installed, it would tell you to set
GUILE_LOAD_PATH and GUILE_LOAD_COMPILE_PATH to point to
~/.guix-profile/share/guile/site/2.0, but here it doesn’t.
Commit 2f7a10d fixes that. So you can either work around the problem by
defining the above variables, or ‘guix pull’ and install from there.
Thanks,
Ludo’.