From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33179) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiKYi-0000Cv-0A for guix-patches@gnu.org; Tue, 02 Jul 2019 11:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiKYh-0003VH-2C for guix-patches@gnu.org; Tue, 02 Jul 2019 11:19:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiKYg-0003Ul-U3 for guix-patches@gnu.org; Tue, 02 Jul 2019 11:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hiKYg-0007wI-L5 for guix-patches@gnu.org; Tue, 02 Jul 2019 11:19:02 -0400 Subject: [bug#36477] Add Guix System cross-compilation support Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33018) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiKY3-00084y-5U for guix-patches@gnu.org; Tue, 02 Jul 2019 11:18:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiKXz-0002g5-UM for guix-patches@gnu.org; Tue, 02 Jul 2019 11:18:21 -0400 Received: from mail-wm1-x32d.google.com ([2a00:1450:4864:20::32d]:52964) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiKXz-0002bI-8x for guix-patches@gnu.org; Tue, 02 Jul 2019 11:18:19 -0400 Received: by mail-wm1-x32d.google.com with SMTP id s3so1236075wms.2 for ; Tue, 02 Jul 2019 08:18:18 -0700 (PDT) Received: from fuji (smtp.parrot.biz. [62.23.167.188]) by smtp.gmail.com with ESMTPSA id h84sm3099231wmf.43.2019.07.02.08.18.16 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 02 Jul 2019 08:18:16 -0700 (PDT) From: Mathieu Othacehe Date: Tue, 02 Jul 2019 17:18:13 +0200 Message-ID: <87zhlwmpmy.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: 36477@debbugs.gnu.org Hey Guix, I'm currently working on adding --target support to guix system command. The main obstacle is that cross-compilation is broken on many packages because of small errors in package definitions (inputs vs native-inputs). I created a branch on savannah called "wip-cross-system" to centralize this work. Feel free to have a look / review some of the patches there! Thanks, Mathieu