From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Baca Subject: Re: 'sudo -i guix pull' errors Date: Fri, 19 Jan 2018 16:10:11 -0500 Message-ID: <87wp0dsggc.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> 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]:50660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecdvG-0002hZ-WF for help-guix@gnu.org; Fri, 19 Jan 2018 16:10:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecdvC-0004a9-Rv for help-guix@gnu.org; Fri, 19 Jan 2018 16:10:02 -0500 Received: from mx1.riseup.net ([198.252.153.129]:56012) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ecdvC-0004Zl-HI for help-guix@gnu.org; Fri, 19 Jan 2018 16:09:58 -0500 In-Reply-To: <87r2qmf9mo.fsf@gmail.com> (Chris Marusich's message of "Fri, 19 Jan 2018 02:03:43 -0800") 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: Chris Marusich Cc: help-guix@gnu.org Chris Marusich writes: > Quiliro Ordonez Baca writes: > >> I was running: >> $ sudo guix system reconfigure config.scm --fallback >> but it has taken 12 hours on a Core2Duo with 2GB in RAM. So I tryed: >> $ sudo -i guix pull >> but it reports errors: >> $ sudo -i guix pull >> Password:=20 >> 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 #) >> In ice-9/boot-9.scm: >> 760:25 0 (dispatch-exception _ _ _) >> >> ice-9/boot-9.scm:760:25: In procedure dispatch-exception: >> ice-9/boot-9.scm:760:25: In procedure struct_vtable: Wrong type argument= in position 1 (expecting struct): # >> $=20 >> > > That's terrible. I'm not sure what this means, but I've seen similarly > confusing backtraces when backwards-incompatible ABI changes have > occurred. Maybe you can try removing ~root/.cache/guile/ccache and see > if the command works? Ran: sudo rm -fr /root/.cache/guile/ccache and then: sudo guix pull Got errors: quiliro@portkomputilo ~$ sudo guix pull Password:=20 Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'= ... 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 #) In ice-9/boot-9.scm: 760:25 0 (dispatch-exception _ _ _) ice-9/boot-9.scm:760:25: In procedure dispatch-exception: ice-9/boot-9.scm:760:25: In procedure struct_vtable: Wrong type argument in= position 1 (expecting struct): # quiliro@portkomputilo ~$=20