From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 'sudo -i guix pull' errors Date: Thu, 25 Jan 2018 15:39:59 +0100 Message-ID: <87a7x2uhmo.fsf@gnu.org> References: <87bmhsjct6.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> <87r2qmf9mo.fsf@gmail.com> <87wp0dsggc.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> 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]:56948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeihD-00035k-0m for help-guix@gnu.org; Thu, 25 Jan 2018 09:40:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeih8-00067H-3H for help-guix@gnu.org; Thu, 25 Jan 2018 09:40:07 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:54696) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeih7-00066r-TE for help-guix@gnu.org; Thu, 25 Jan 2018 09:40:02 -0500 In-Reply-To: <87wp0dsggc.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> (Quiliro Ordonez Baca's message of "Fri, 19 Jan 2018 16:10:11 -0500") 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: Quiliro Ordonez Baca Cc: help-guix@gnu.org Hi Quiliro, Quiliro Ordonez Baca skribis: > Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.gi= t'... > Backtrace: > 10 (primitive-load "/gnu/store/imanixx1wliv189y2vzmhbvabjk=E2= =80=A6") > In guix/ui.scm: > 1331:12 9 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 837:9 8 (catch _ _ # =E2=80=A6) > 837:9 7 (catch _ _ # =E2=80=A6) > 837:9 6 (catch _ _ # =E2=80=A6) > In guix/scripts/pull.scm: > 273:27 5 (_) > In guix/git.scm: > 115:29 4 (latest-repository-commit # =E2= =80=A6) > In ice-9/boot-9.scm: > 849:4 3 (with-throw-handler _ _ _) > In git/clone.scm: > 44:14 2 (_ _ _ _) > In git/structs.scm: > 398:26 1 (clone-options->pointer #) This looks like the issue described at . What does =E2=80=9Csudo guix pull --version=E2=80=9D report? I think you can work around it by installing a newer Guile-Git as root: # guix package -i /gnu/store/=E2=80=A6-guile-git=E2=80=A6 where the /gnu/store file name above is that returned by =E2=80=98guix build guile-git=E2=80=99 on a more recent Guix. HTH! Ludo=E2=80=99.