From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivien Kraus Subject: bug#37403: Cannot 'guix guix build --target=x86_64-w64-mingw32 perl' Date: Sat, 14 Sep 2019 09:53:20 +0200 Message-ID: <87a7b7l3f3.fsf@planete-kraus.eu> 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]:59067) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i92sd-0006UI-41 for bug-guix@gnu.org; Sat, 14 Sep 2019 03:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i92sc-0008P5-29 for bug-guix@gnu.org; Sat, 14 Sep 2019 03:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i92sb-0008P1-VN for bug-guix@gnu.org; Sat, 14 Sep 2019 03:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i92sb-0007Ww-TH for bug-guix@gnu.org; Sat, 14 Sep 2019 03:54:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:58996) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i92s6-0006RJ-Ux for bug-guix@gnu.org; Sat, 14 Sep 2019 03:53:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i92s5-0008Ek-C9 for bug-guix@gnu.org; Sat, 14 Sep 2019 03:53:30 -0400 Received: from planete-kraus.eu ([89.234.140.182]:41122) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i92s5-0008Dc-6I for bug-guix@gnu.org; Sat, 14 Sep 2019 03:53:29 -0400 Received: from ananas.home ([2a01:cb14:18a:700:7c3f:71e2:536e:a01] helo=ananas) by planete-kraus.eu with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1i92ry-0005zW-AJ for bug-guix@gnu.org; Sat, 14 Sep 2019 08:53:22 +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: 37403@debbugs.gnu.org Hello guix, Trying to run 'guix build --target=3Dx86_64-w64-mingw32 perl' results in the following exception in the latest stages of the build: phase `install' succeeded after 36.7 seconds starting phase `remove-extra-references' Backtrace: 13 (primitive-load "/gnu/store/qnavzfxvw5rng7z8rzlx9zw0ji9=E2=80= =A6") In ice-9/eval.scm: 191:35 12 (_ _) In srfi/srfi-1.scm: 863:16 11 (every1 # =E2=80=A6) In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/gnu= -build-system.scm: 799:28 10 (_ _) In ice-9/eval.scm: 619:8 9 (_ #(#(#(#(#(#(#) =E2=80=A6) = =E2=80=A6) =E2=80=A6) =E2=80=A6) =E2=80=A6)) In ice-9/boot-9.scm: 841:4 8 (with-throw-handler _ _ _) In ice-9/ports.scm: 444:17 7 (call-with-input-file _ _ #:binary _ #:encoding _ # _) In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/uti= ls.scm: 641:26 6 (_ _) 667:26 5 (_ # =E2=80=A6) In srfi/srfi-1.scm: 466:18 4 (fold # =E2=80=A6) In ice-9/eval.scm: 202:51 3 (_ #(#(#(#(#(#(# =E2=80=A6)) = =E2=80=A6) =E2=80=A6) =E2=80=A6) =E2=80=A6)) 163:9 2 (_ #(#(#(#(#(#(# =E2=80=A6)) = =E2=80=A6) =E2=80=A6) =E2=80=A6) =E2=80=A6)) In unknown file: 1 (string-append "incpth=3D'" #f "/include'\n") In ice-9/boot-9.scm: 752:25 0 (dispatch-exception _ _ _) ice-9/boot-9.scm:752:25: In procedure dispatch-exception: In procedure string-append: Wrong type (expecting string): #f builder for `/gnu/store/2khcqc5rpc0wizhihpq69x6qn3f7nw5l-perl-5.28.0.drv' failed with exit code 1 I have the full log. Do you wish to see it? Did I do something wrong? Is it the same for you? Is there a workaround? Best regards, Vivien