From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Initial cross-compilation support Date: Mon, 27 May 2013 23:49:28 +0200 Message-ID: <874ndoccuv.fsf@gnu.org> References: <87txoxv7x9.fsf@gnu.org> <201303031726.08488.andreas@enge.fr> <87txos2f03.fsf@karetnikov.org> <878v63iifr.fsf@gnu.org> <87obezp0i3.fsf@karetnikov.org> <87li9wew0t.fsf@karetnikov.org> <87k3mo83rd.fsf@gnu.org> <87wqqoca4w.fsf@karetnikov.org> <87sj1c6mlk.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh5Ia-00026H-5M for bug-guix@gnu.org; Mon, 27 May 2013 17:49:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uh5IR-0002n2-Ma for bug-guix@gnu.org; Mon, 27 May 2013 17:49:48 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=46796 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh5IR-0002k5-Gn for bug-guix@gnu.org; Mon, 27 May 2013 17:49:39 -0400 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 92E926A71 for ; Mon, 27 May 2013 23:49:29 +0200 (CEST) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bSK4P+rhREho for ; Mon, 27 May 2013 23:49:29 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 284A61E44 for ; Mon, 27 May 2013 23:49:29 +0200 (CEST) In-Reply-To: <87sj1c6mlk.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 25 May 2013 00:26:31 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org Guix can now cross build Coreutils, Findutils, grep, and similar (some of them needed to be adjusted), as well as Guile and all its dependencies. Speaking of which, commit d581ace changes the ABI of (gnu packages pkg-conf= ig). Because of that, run =E2=80=9Cmake clean && make=E2=80=9D if you have a bui= ld tree with .go files around. There=E2=80=99s still a bit of work to do before we can cross-build the bootstrap tarballs, but it=E2=80=99s getting closer. Your help welcome! Ludo=E2=80=99.