Luis Souto Graña <luissoutob...@gmail.com> skribis: > I created the partition table and GNU Guix successfully installed.
Good! > Now, I have a problem with Skribilo: > > root@antelope# 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 > > root@antelope# 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: > root@antelope# 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’.