help-guix
[Top][All Lists]
Advanced

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

Re: gc failing


From: Ludovic Courtès
Subject: Re: gc failing
Date: Tue, 26 Jun 2018 13:37:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Hinko Kocevar <address@hidden> 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’.



reply via email to

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