From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd systems. Date: Fri, 10 Jul 2015 22:48:07 +0200 Message-ID: <87r3of7n94.fsf@gnu.org> References: <87egktynp0.fsf@gnu.org> <87lhesdnfd.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 ([2001:4830:134:3::10]:33461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDfDQ-0001o1-7J for Guix-devel@gnu.org; Fri, 10 Jul 2015 16:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDfDP-0002LU-7O for Guix-devel@gnu.org; Fri, 10 Jul 2015 16:48:12 -0400 In-Reply-To: (Manolis Ragkousis's message of "Thu, 9 Jul 2015 12:54:50 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Manolis Ragkousis Cc: Guix-devel Manolis Ragkousis skribis: > On 7 July 2015 at 17:58, Ludovic Court=C3=A8s wrote: >> Could you make sure that =E2=80=98guix build glibc-stripped-tarball=E2= =80=99 still works >> as expected? (I assume you already tested with --target=3Di586-pc-gnu.) > > All OK with the changes, but 'guix build glibc-stripped-tarball' does > not work anymore because > I have turned (%glibc-bootstrap-tarball) into a procedure. I had overlooked that. > Unless I do that, it will not evaluate correctly. How can I export it > correctly now? Uh. But you can run =E2=80=98guix build bootstrap-tarballs=E2=80=99, can= =E2=80=99t you? Ludo=E2=80=99.