From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd systems. Date: Thu, 9 Jul 2015 12:54:50 +0300 Message-ID: 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]:34072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD8Xe-0005bq-HA for Guix-devel@gnu.org; Thu, 09 Jul 2015 05:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZD8Xd-0007Q5-PQ for Guix-devel@gnu.org; Thu, 09 Jul 2015 05:54:54 -0400 In-Reply-To: <87lhesdnfd.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel Hey Ludo 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. Unless I do that, it will not evaluate correctly. How can I export it correctly now? Manolis