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: cross-base: Add libc/hurd. Date: Thu, 30 Oct 2014 00:04:47 +0100 Message-ID: <87ppdaeauo.fsf@gnu.org> References: 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]:56424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjcIB-00059E-1N for Guix-devel@gnu.org; Wed, 29 Oct 2014 19:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjcI2-0000AR-00 for Guix-devel@gnu.org; Wed, 29 Oct 2014 19:04:38 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:45321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjcI1-0000AF-Oi for Guix-devel@gnu.org; Wed, 29 Oct 2014 19:04:29 -0400 In-Reply-To: (Manolis Ragkousis's message of "Sun, 26 Oct 2014 10:27:04 +0000") 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: > From 66df601071d093c5532dec4c1ff55beb141a53d1 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Sun, 26 Oct 2014 11:29:41 +0000 > Subject: [PATCH] gnu: cross-base: Add libc/hurd. > > * gnu/packages/cross-base.scm (cross-libc/hurd): New variable. Apologies for the loooong delay again! I=E2=80=99ve applied it locally on wip-hurd, but we=E2=80=99re missing a bi= t I think: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build -e '((@@ (gnu packages cross-base) cross-libc/h= urd) "i686-gnu")' [...] ERROR: dynamic linker name not known for this system "i686-gnu" --8<---------------cut here---------------end--------------->8--- Or did you test it differently? It=E2=80=99s a great start, but I wonder how we could eventually reduce duplication between =E2=80=98cross-libc=E2=80=99 and =E2=80=98cross-libc/hu= rd=E2=80=99. Thanks, Ludo=E2=80=99.