[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: base: Add Glibc-Hurd Headers.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: base: Add Glibc-Hurd Headers. |
Date: |
Sun, 28 Sep 2014 11:51:18 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Manolis Ragkousis <address@hidden> skribis:
>>In unknown file:
>> ?: 0 [string-append "--localedir=" #f "/share/locale"]
This is because the ‘output’ field of ‘glibc/hurd’ doesn’t list
"locale". It should, like ‘glibc’ does. (In general it should 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’ve merged the patch and pushed the updated ‘wip-hurd’.
Thanks!
Ludo’.