From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55516) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn7T8-0008L5-9m for guix-patches@gnu.org; Mon, 15 Jul 2019 16:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn7T7-0008CQ-98 for guix-patches@gnu.org; Mon, 15 Jul 2019 16:21:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hn7T6-0008Bs-8P for guix-patches@gnu.org; Mon, 15 Jul 2019 16:21:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hn7T4-00016j-0H for guix-patches@gnu.org; Mon, 15 Jul 2019 16:21:04 -0400 Subject: [bug#36477] [PATCH 02/31] gnu: python: Fix cross compilation. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190708095913.3460-1-m.othacehe@gmail.com> <20190708095913.3460-3-m.othacehe@gmail.com> Date: Mon, 15 Jul 2019 22:20:23 +0200 In-Reply-To: <20190708095913.3460-3-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Mon, 8 Jul 2019 11:58:44 +0200") Message-ID: <87h87nhwxk.fsf@gnu.org> 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: Mathieu Othacehe Cc: 36477@debbugs.gnu.org Hello, Mathieu Othacehe skribis: > * gnu/packages/python.scm (python-2.7)[arguments]: Add a configure flag to > disable a check failing when cross-compiling. This is covered here: > https://lists.yoctoproject.org/pipermail/poky/2013-June/008997.html, > [native-inputs]: Add self and which when cross-compiling, > (python-3.7)[arguments]: Refer to native python when cross-compiling. LGTM! If you notice that it doesn=E2=80=99t entail a rebuild of Python 2 or 3, yo= u can apply it to =E2=80=98master=E2=80=99. Otherwise let=E2=80=99s discuss it (= =E2=80=98core-updates=E2=80=99 is now frozen.) Thanks, Ludo=E2=80=99.