From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Fwd: [PATCH] gnu: hurd: Add Hurd Minimal. Date: Mon, 02 Jun 2014 23:30:40 +0200 Message-ID: <874n03hudb.fsf@gnu.org> References: <87y4xq4vr2.fsf@gnu.org> <877g58rj1x.fsf@gnu.org> <87lhtj5jzz.fsf@gnu.org> <87vbsk5lyi.fsf@gnu.org> <20140602162811.GB5362@debian.eduroam.u-bordeaux.fr> 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]:45636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrZoh-0001GL-BM for Guix-devel@gnu.org; Mon, 02 Jun 2014 17:30:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrZoZ-0007TN-JP for Guix-devel@gnu.org; Mon, 02 Jun 2014 17:30:51 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:55020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrZoZ-0007T8-5j for Guix-devel@gnu.org; Mon, 02 Jun 2014 17:30:43 -0400 In-Reply-To: <20140602162811.GB5362@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Mon, 2 Jun 2014 18:28:11 +0200") 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: Andreas Enge Cc: Guix-devel@gnu.org Andreas Enge skribis: > On Mon, Jun 02, 2014 at 12:00:53AM +0200, Ludovic Court=C3=A8s wrote: >> After pushing I realized that: >> > + (inputs `(("glibc-hurd-headers" ,glibc/hurd-headers))) >> ... we don=E2=80=99t have this bit yet. > > This has broken hydra: > gnu/packages/hurd.scm:151:12: In procedure inputs: > gnu/packages/hurd.scm:151:12: In procedure module-lookup: Unbound variabl= e: glibc/hurd-headers Oops! >> I guess it=E2=80=99s next? :-) > > If it does not arrive quickly, I would suggest to revert the patch for the > time being. Indeed, I=E2=80=99ve reverted it. (We should add a paragraph on reversion = in HACKING, so we all have the same expectations.) Now to review the libc/Hurd changes. Ludo=E2=80=99.