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: Tue, 14 Nov 2017 09:05:27 +0100 Message-ID: <20171114090527.02b03283@jasniac.instanton> References: <20171112152324.325b195c@graviton.instanton> <87zi7rckk3.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]:35221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEWEQ-0003aw-Ks for bug-guix@gnu.org; Tue, 14 Nov 2017 03:06:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEWEM-0005zs-Kx for bug-guix@gnu.org; Tue, 14 Nov 2017 03:06:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58822) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eEWEM-0005zk-HQ for bug-guix@gnu.org; Tue, 14 Nov 2017 03:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eEWEM-0003ok-7O for bug-guix@gnu.org; Tue, 14 Nov 2017 03:06:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87zi7rckk3.fsf@gnu.org> 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 Ludo'- Op 12 nov 21:24 schreef Ludovic Court=C3=A8s: > Marco van Hulten skribis: >=20 > > 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 #) =20 >=20 > This has been fixed recently: . You=E2=80=99= ll get > the fix on your next =E2=80=98git pull=E2=80=99. >=20 > In the meantime, there are 2 possible workarounds: >=20 > 1. mkdir -p ~/.cache/guix/pull > cd ~/.cache/guix/pull > git clone https://git.savannah.gnu.org/git/guix.git \ > pjmkglp4t7znuugeurpurzikxq3tnlaywmisyr27shj7apsnalwq >=20 > 2. mv ~/.config/guix/latest{,.bak} && guix pull >=20 > Let me know how it goes. The problem is solved after applying workaround 1. Just now I started another `git pull' and there are again no syntax errors (compiling...). -Marco