From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40518: guix pull: Dependency guix-packages-base fails Date: Thu, 09 Apr 2020 11:40:47 +0200 Message-ID: <87lfn53skg.fsf@gnu.org> References: <3DTCFZZAVGJ4B.22Q96Q868VFQ8@wilsonb.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:470:142:3::10]:32943) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMTgF-00088r-C9 for bug-guix@gnu.org; Thu, 09 Apr 2020 05:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMTgE-0005hO-Dm for bug-guix@gnu.org; Thu, 09 Apr 2020 05:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41709) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMTgE-0005hK-Aj for bug-guix@gnu.org; Thu, 09 Apr 2020 05:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMTgE-0007ua-65 for bug-guix@gnu.org; Thu, 09 Apr 2020 05:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:32920) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMTg1-00083d-I7 for bug-guix@gnu.org; Thu, 09 Apr 2020 05:40:50 -0400 In-Reply-To: <3DTCFZZAVGJ4B.22Q96Q868VFQ8@wilsonb.com> (elaexuotee's message of "Thu, 09 Apr 2020 14:30:28 +0900") 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-mx.org@gnu.org Sender: "bug-Guix" To: 40518@debbugs.gnu.org Cc: elaexuotee@wilsonb.com Hello, elaexuotee--- via Bug reports for GNU Guix skribis: > guix/ui.scm:1936:12: In procedure run-guix-command: > In procedure struct-vtable: Wrong type argument in position 1 (expect= ing struct): #f > > Attached is the full output of `guix build --debug=3D3'. The contents of > /var/log/guix/drvs/wa//isnnl9nbmlbpfwbn50pif79fsdknf9-guix-packages-base.= drv.bz2 > consist of just the single following line: I=E2=80=99m pretty sure the issue is caused by =E2=80=98--debug=3D3=E2=80= =99. Could you try simply: guix build /gnu/store/waisnnl9nbmlbpfwbn50pif79fsdknf9-guix-packages-base= .drv ? I thought there was an open bug report about this issue but I can=E2=80=99t= find it. In short, =E2=80=98--debug=E2=80=99 is almost never something you want to u= se, even as a Guix developer. Thanks in advance, Ludo=E2=80=99.