From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyGLt-0002yr-Ip for guix-patches@gnu.org; Fri, 07 Sep 2018 08:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fyGLn-0002Xm-Tb for guix-patches@gnu.org; Fri, 07 Sep 2018 08:59:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fyGLm-0002Va-86 for guix-patches@gnu.org; Fri, 07 Sep 2018 08:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fyGLm-0005Nu-2k for guix-patches@gnu.org; Fri, 07 Sep 2018 08:59:02 -0400 Subject: [bug#32624] [PATCH] gnu: perl: Add support for cross-compilation Resent-Message-ID: References: <87bm9er7rv.fsf@posteo.net> <878t4iuuaf.fsf@gnu.org> <87bm9d8tah.fsf@gmail.com> <87tvn46zc7.fsf@gnu.org> From: =?UTF-8?Q?Rapha=C3=ABl_?= =?UTF-8?Q?M=C3=A9lotte?= In-reply-to: <87tvn46zc7.fsf@gnu.org> Date: Fri, 07 Sep 2018 14:58:26 +0200 Message-ID: <87k1nxlb0t.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 32624@debbugs.gnu.org Ludovic Court=C3=A8s writes: > I would prefer to rely on Perl=E2=80=99s build system, assuming it suppor= ts cross-compilation. I understand. > Now, I see that Buildroot uses perl-cross, so maybe it=E2=80=99s a sign t= hat > it=E2=80=99s unavoidable: > > https://git.busybox.net/buildroot/tree/package/perl/perl.mk > > Besides I personally don=E2=80=99t consider cross-compilation of Perl a > priority, so unless you have a need for it, you can choose a different > task to work on. ;-) I guess writing a package recipy for perl-cross wouldn't be too hard, but forcing it's use when cross-compiling or even adapting Perl's build system requires knowledge I don't have (yet?). > Let me know if you want to pursue the Perl cross-compilation endeavor > and if not, we can close this issue. I don't need it so much either so I'll try to focus on smaller packages def= initions that I find useful.=20 (I just closed the issue) Thanks! Rapha=C3=ABl.