From mboxrd@z Thu Jan 1 00:00:00 1970 From: P via Bug reports for GNU Guix Subject: bug#37403: Cannot 'guix guix build --target=x86_64-w64-mingw32 perl' Date: Sat, 14 Sep 2019 11:16:55 +0000 Message-ID: <_R48piXJzyD-bjGwWPFtNQxovaCS0VZl-zNZ2ymCKm_140q_hQnpTI1O4BZN4SqX2Y_JxfSrFE9Ile1No4dPWJUe0ehhtNJmgJNC44uhT2I=@protonmail.com> References: <87a7b7l3f3.fsf@planete-kraus.eu> Reply-To: P 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]:52343) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9643-0006N2-9v for bug-guix@gnu.org; Sat, 14 Sep 2019 07:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9642-0000Gj-9m for bug-guix@gnu.org; Sat, 14 Sep 2019 07:18:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i9641-0000GN-PX for bug-guix@gnu.org; Sat, 14 Sep 2019 07:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i9641-0006Ks-JN for bug-guix@gnu.org; Sat, 14 Sep 2019 07:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a7b7l3f3.fsf@planete-kraus.eu> 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: Vivien Kraus Cc: "37403@debbugs.gnu.org" <37403@debbugs.gnu.org> =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Saturday, September 14, 2019 7:53 AM, Vivien Kraus wrote: > 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/g= nu-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/u= tils.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 Seems like cross compiling with mingw is broken for other packages too, I t= ried the guile example about a week ago and also Lua (which is a super port= able language, so it should work everywhere, usually without modifications)= and neither worked.