From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: bug#29274: guix pull throws exception: wrong type argument in struct_vtable Date: Sun, 12 Nov 2017 15:23:24 +0100 Message-ID: <20171112152324.325b195c@graviton.instanton> 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]:51878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDtB7-000577-G2 for bug-guix@gnu.org; Sun, 12 Nov 2017 09:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDtB4-0006P2-Bg for bug-guix@gnu.org; Sun, 12 Nov 2017 09:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55768) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eDtB4-0006Ow-7s for bug-guix@gnu.org; Sun, 12 Nov 2017 09:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eDtB4-0001Rq-0N for bug-guix@gnu.org; Sun, 12 Nov 2017 09:24:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDtAY-00055f-UY for bug-guix@gnu.org; Sun, 12 Nov 2017 09:23:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDtAV-0006CD-Pl for bug-guix@gnu.org; Sun, 12 Nov 2017 09:23:30 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:42065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDtAV-0006Ba-Iy for bug-guix@gnu.org; Sun, 12 Nov 2017 09:23:27 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0OZB00LIT6N11R30@eterpe-smout.broadpark.no> for bug-guix@gnu.org; Sun, 12 Nov 2017 15:23:25 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29274@debbugs.gnu.org I am trying to upgrade GuixSD, originally installed from the 0.13.0 amd64 USB image. However, the `guix pull' command exits badly. ``` root@watson ~# guix package -u substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org= '... 100.0% The following package will be upgraded: guile-git 0.0-4.951a32c =E2=86=92 0.0-4.951a32c /gnu/store/cjg6sngj= q540k38s5l3nfxpydybhpas0-guile-git-0.0-4.951a32c nothing to be done root@watson ~# guix pull Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'= ... Backtrace: 10 (primitive-load "/gnu/store/qzw8q4mbk5dymmkffi6k13jphzm=E2=80= =A6") In guix/ui.scm: 1378: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: 272: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): # ``` -Marco