From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43238) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDmUa-0002IH-C8 for guix-patches@gnu.org; Mon, 16 Mar 2020 05:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDmUZ-0005Ub-5r for guix-patches@gnu.org; Mon, 16 Mar 2020 05:57:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58336) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDmUY-0005Pp-SX for guix-patches@gnu.org; Mon, 16 Mar 2020 05:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDmUX-0005RH-Pg for guix-patches@gnu.org; Mon, 16 Mar 2020 05:57:01 -0400 Subject: [bug#37868] [PATCH v8] system: Add kernel-module-packages to operating-system. Resent-Message-ID: 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> From: Mathieu Othacehe In-reply-to: <20200315191736.33ed8abf@scratchpost.org> Date: Mon, 16 Mar 2020 10:55:57 +0100 Message-ID: <87y2s0ei8i.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Danny Milosavljevic Cc: mhw@netris.org, ludo@gnu.org, 37868@debbugs.gnu.org Hello Danny, I tested you patch by cross-compiling a simple system for aarch64-gnu-linux with: --8<---------------cut here---------------start------------->8--- (kernel-loadable-modules (list acpi-call-linux-module)) --8<---------------cut here---------------end--------------->8--- However, I have the following error: --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--- This is not caused by your patch, but it prevents me from testing :( Thanks, Mathieu