From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Baca Subject: Re: 'sudo -i guix pull' errors Date: Mon, 29 Jan 2018 10:17:36 -0500 Message-ID: <87a7ww3d9r.fsf@portkomputilo.i-did-not-set--mail-host-address--so-tickle-me> 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> <87a7x2uhmo.fsf@gnu.org> 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]:57820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egBBr-0001N2-47 for help-guix@gnu.org; Mon, 29 Jan 2018 10:17:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egBBn-0004Fg-UI for help-guix@gnu.org; Mon, 29 Jan 2018 10:17:47 -0500 In-Reply-To: <87a7x2uhmo.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 25 Jan 2018 15:39:59 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Quiliro, > > Quiliro Ordonez Baca skribis: > >> Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.g= it'... >> 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 . Yes. It does. Fixed it with help in #guix: sudo bash --login guix pull guix system reconfigure /home/quiliro/config.scm > What does =E2=80=9Csudo guix pull --version=E2=80=9D report? guix pull (GNU Guix) 0b88f536db025fb8d8722089f61fc1d01e4c66ca > > 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 bu= ild > guile-git=E2=80=99 on a more recent Guix. > > HTH! Thank you. Will keep it in mind for next time. Do you think this should be documented in the manual?