Done! [hinxx@obzen guix]**GUIX**$ guix --version guix (GNU Guix) 7c7323e432620a42f896056f076020a748c1fd6d Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Thanks! /hinko ________________________________________ From: Ludovic Courtès <[email protected]> Sent: Tuesday, June 26, 2018 1:37 PM To: Hinko Kocevar Cc: [email protected] Subject: Re: gc failing Hello, Hinko Kocevar <[email protected]> skribis: > Backtrace: > 8 (apply-smob/1 #<catch-closure 1648a20>) > In ice-9/boot-9.scm: > 713:2 7 (call-with-prompt _ _ #<procedure default-prompt-handle?>) > In ice-9/eval.scm: > 619:8 6 (_ #(#(#<directory (guile-user) 16fd140>))) > In ice-9/boot-9.scm: > 2316:4 5 (save-module-excursion _) > 3823:12 4 (_) > In > /gnu/store/pii5cimi72lj5l7793h54g5sg0sr2apl-guix-0.14.0/libexec/guix/list-runtime-roots: > 146:11 3 (_) > In srfi/srfi-1.scm: > 697:23 2 (filter-map #<procedure 186c120 at /gnu/store/pii5ci?> . #) > In > /gnu/store/pii5cimi72lj5l7793h54g5sg0sr2apl-guix-0.14.0/libexec/guix/list-runtime-roots: > 139:38 1 (_ "/gnu/store") > In unknown file: > 0 (string-drop "/gnu/store" 11) > > ERROR: In procedure string-drop: > ERROR: Value out of range 0 to 10: 11 This was fixed shortly after the 0.14.0 release: <https://bugs.gnu.org/29862>. I’d encourage you to upgrade your daemon. If you installed Guix using the binary tarball on a “foreign distro”, you can do that by running these commands as root: guix pull guix package -u guix systemctl restart guix-daemon.service # or similar HTH! Ludo’.
