From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: perl for arm-linux-gnueabihf Date: Sat, 19 Jan 2019 10:45:14 +0100 Message-ID: <87a7jxf0b9.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gknC8-00061H-Jd for guix-devel@gnu.org; Sat, 19 Jan 2019 04:45:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gknC5-0001rm-2f for guix-devel@gnu.org; Sat, 19 Jan 2019 04:45:39 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21703) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gknC3-0001jm-3l for guix-devel@gnu.org; Sat, 19 Jan 2019 04:45:36 -0500 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?G=C3=A9rald?= Lelong Cc: guix-devel@gnu.org Hi G=C3=A9rald, > *guix build --target=3Darm-linux-gnueabihf* *perl* fails with the followi= ng > output: https://pastebin.com/QF0xKAmR Here=E2=80=99s the output copied from pastebin: --8<---------------cut here---------------start------------->8--- starting phase `remove-extra-references' Backtrace: 13 (primitive-load "/gnu/store/rdqwl7zaa2nrqpw954aq9pzlllp=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/zj5xld149ibdyc4nlm2dj41jnjm9bqyn-perl-5.28.0.drv' f= ailed with exit code 1 build of /gnu/store/zj5xld149ibdyc4nlm2dj41jnjm9bqyn-perl-5.28.0.drv failed --8<---------------cut here---------------end--------------->8--- I have never tried to cross-compiled packages for =E2=80=9Carm-linux-gnueab= ihf=E2=80=9D. I don=E2=80=99t know if this is expected to work. -- Ricardo