From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 17 05:29:19 2020 Received: (at 37868) by debbugs.gnu.org; 17 Mar 2020 09:29:19 +0000 Received: from localhost ([127.0.0.1]:38180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jE8XG-0006br-Vs for submit@debbugs.gnu.org; Tue, 17 Mar 2020 05:29:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jE8XF-0006be-7g for 37868@debbugs.gnu.org; Tue, 17 Mar 2020 05:29:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jE8X9-000767-JT; Tue, 17 Mar 2020 05:29:11 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45888 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jE8X8-0004j7-8l; Tue, 17 Mar 2020 05:29:10 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Danny Milosavljevic Subject: Re: [bug#37868] [PATCH v8] system: Add kernel-module-packages to operating-system. References: <20200227135146.5701-1-dannym@scratchpost.org> <20200227155029.2542-1-dannym@scratchpost.org> <20200314194055.6d857037@scratchpost.org> <877dzlgbe2.fsf@gmail.com> <20200315191736.33ed8abf@scratchpost.org> <87y2s0ei8i.fsf@gmail.com> <20200316211052.5d4e29a2@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 =?utf-8?Q?Vent=C3=B4se?= an 228 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 17 Mar 2020 10:29:08 +0100 In-Reply-To: <20200316211052.5d4e29a2@scratchpost.org> (Danny Milosavljevic's message of "Mon, 16 Mar 2020 21:10:52 +0100") Message-ID: <87v9n3cot7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37868 Cc: mhw@netris.org, Mathieu Othacehe , 37868@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Danny Milosavljevic skribis: > On Mon, 16 Mar 2020 10:55:57 +0100 > Mathieu Othacehe wrote: > >> --8<---------------cut here---------------start------------->8--- >> guix system: error: gnu/packages/linux.scm:886:2: acpi-call-linux-module= @3.17: build system `linux-module' does not support cross builds >> --8<---------------cut here---------------end--------------->8--- >>=20 >> This is not caused by your patch, but it prevents me from testing :( > > That's too bad. > > I tried to preserve cross-compilation in guix/build-system/linux-module.s= cm > but apparently I missed something. Sorry! > > It could just be the > > (not target) ;XXX: no cross-compilation Yes, it means that =E2=80=98linux-module-build-system=E2=80=99 does not ret= urn a bag when cross-compiling. See =E2=80=98gnu-build-system=E2=80=99 for how to support cross-compilation. In the meantime, Mathieu, perhaps you can test system cross-compilation by using a =E2=80=98computed-file=E2=80=99 (instead of a package) as a fake= package providing modules? Thanks, Ludo=E2=80=99.