From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: gc failing Date: Tue, 26 Jun 2018 13:37:51 +0200 Message-ID: <87in656ank.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXmIG-0006zZ-OF for help-guix@gnu.org; Tue, 26 Jun 2018 07:37:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXmID-0006YR-JK for help-guix@gnu.org; Tue, 26 Jun 2018 07:37:56 -0400 In-Reply-To: (Hinko Kocevar's message of "Mon, 25 Jun 2018 16:30:41 +0000") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Hinko Kocevar Cc: "help-guix@gnu.org" Hello, Hinko Kocevar skribis: > Backtrace: > 8 (apply-smob/1 #) > In ice-9/boot-9.scm: > 713:2 7 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 6 (_ #(#(#))) > 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/l= ist-runtime-roots: > 146:11 3 (_) > In srfi/srfi-1.scm: > 697:23 2 (filter-map # . #) > In /gnu/store/pii5cimi72lj5l7793h54g5sg0sr2apl-guix-0.14.0/libexec/guix/l= ist-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: . I=E2=80=99d encourage you to upgrade your daemon. If you installed Guix us= ing the binary tarball on a =E2=80=9Cforeign distro=E2=80=9D, you can do that b= y running these commands as root: guix pull guix package -u guix systemctl restart guix-daemon.service # or similar HTH! Ludo=E2=80=99.