From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29274: guix pull throws exception: wrong type argument in struct_vtable Date: Tue, 14 Nov 2017 15:41:50 +0100 Message-ID: <878tf8exch.fsf@gnu.org> References: <20171112152324.325b195c@graviton.instanton> <87zi7rckk3.fsf@gnu.org> <20171114090527.02b03283@jasniac.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]:38949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEcPg-0006wT-99 for bug-guix@gnu.org; Tue, 14 Nov 2017 09:42:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEcPa-0000EY-9j for bug-guix@gnu.org; Tue, 14 Nov 2017 09:42:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59081) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eEcPa-0000EM-6t for bug-guix@gnu.org; Tue, 14 Nov 2017 09:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eEcPZ-0008Hd-Ta for bug-guix@gnu.org; Tue, 14 Nov 2017 09:42:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171114090527.02b03283@jasniac.instanton> (Marco van Hulten's message of "Tue, 14 Nov 2017 09:05:27 +0100") 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: Marco van Hulten Cc: 29274-done@debbugs.gnu.org Hello, Marco van Hulten skribis: > 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 >>=20 >> This has been fixed recently: . You=E2=80= =99ll 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. Good, thanks! Ludo=E2=80=99.