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: base: Add Glibc-Hurd Headers. Date: Sun, 28 Sep 2014 11:51:18 +0200 Message-ID: <87bnq0cbu1.fsf@gnu.org> References: <8761hbcspb.fsf@gnu.org> <87y4t5if3q.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]:38396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYB8f-0001fz-0T for Guix-devel@gnu.org; Sun, 28 Sep 2014 05:51:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYB8V-00081l-GJ for Guix-devel@gnu.org; Sun, 28 Sep 2014 05:51:32 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYB8V-00080r-8I for Guix-devel@gnu.org; Sun, 28 Sep 2014 05:51:23 -0400 In-Reply-To: (Manolis Ragkousis's message of "Sat, 27 Sep 2014 20:30:06 +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: >>In unknown file: >> ?: 0 [string-append "--localedir=3D" #f "/share/locale"] This is because the =E2=80=98output=E2=80=99 field of =E2=80=98glibc/hurd= =E2=80=99 doesn=E2=80=99t list "locale". It should, like =E2=80=98glibc=E2=80=99 does. (In general it sh= ould diverge as little as possible.) > Second, in glibc/hurd headers again [...] > In order to solve this I just need to add a pre-configure phase with just > (lambda _ > (substitute* "configure" > (("/bin/pwd") "pwd"))) OK. > Third, in glibc/hurd the permissions in chmod "bits/pthreadtypes.h" should > be 666 not 555. OK. > With this changes glibc/hurd can be built using the i686-pc-gnu cross > toolchain. You mean the cross-glibc, right? How did you test already? (I think there are missing bits in cross-base.scm to select the right libc.) I=E2=80=99ve merged the patch and pushed the updated =E2=80=98wip-hurd=E2= =80=99. Thanks! Ludo=E2=80=99.