From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35492) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5nL9-0002V6-13 for guix-patches@gnu.org; Thu, 05 Sep 2019 04:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5nL8-0003mG-1u for guix-patches@gnu.org; Thu, 05 Sep 2019 04:42:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5nL7-0003m9-Uu for guix-patches@gnu.org; Thu, 05 Sep 2019 04:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5nL7-0001Er-Mc for guix-patches@gnu.org; Thu, 05 Sep 2019 04:42:01 -0400 Subject: [bug#36477] [PATCH v3 30/48] packages: Set outputs field as thunked. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-31-m.othacehe@gmail.com> <87zhjk2pn4.fsf@gnu.org> <87h85st5ij.fsf@gmail.com> Date: Thu, 05 Sep 2019 10:41:28 +0200 In-Reply-To: <87h85st5ij.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 04 Sep 2019 18:01:24 +0200") Message-ID: <878sr3i18n.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 Mathieu Othacehe skribis: >> For which package did you have a needed for that? > > That's for libnl which has python2 and python3 outputs for python > extensions. However, we do not currently support cross compilation of > python extensions. > > Adding cross compilation of Python extension would be the right thing to > do but it's really hard. Nix is also struggling on that, see: > https://github.com/NixOS/nixpkgs/issues/53320. > > So I don't have anything better to propose. WDYT? In (gnu packages =E2=80=A6) there are no users of the =E2=80=9Cpython2=E2= =80=9D and =E2=80=9Cpython3=E2=80=9D outputs of libnl. What about making separate =E2=80=98libnl-python=E2=80= =99 packages? Marius, WDYT? Ludo=E2=80=99.