From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hinko Kocevar Subject: Re: gc failing Date: Tue, 26 Jun 2018 12:26:45 +0000 Message-ID: References: ,<87in656ank.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXn3b-0005Xb-5t for help-guix@gnu.org; Tue, 26 Jun 2018 08:26:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXn3Y-0001LO-2E for help-guix@gnu.org; Tue, 26 Jun 2018 08:26:51 -0400 Received: from esb01.esss.lu.se ([194.47.240.53]:14581 helo=halon2.esss.lu.se) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1fXn3X-0001L2-Pl for help-guix@gnu.org; Tue, 26 Jun 2018 08:26:47 -0400 In-Reply-To: <87in656ank.fsf@gnu.org> Content-Language: en-US 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: =?Windows-1252?Q?Ludovic_Court=E8s?= Cc: "help-guix@gnu.org" 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 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=E8s Sent: Tuesday, June 26, 2018 1:37 PM To: Hinko Kocevar Cc: help-guix@gnu.org Subject: Re: gc failing 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=92d encourage you to upgrade your daemon. If you installed Guix using the binary tarball on a =93foreign distro=94, 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=92.