Manolis Ragkousis 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 heade
I am working on the cross-base patch so we can merge it with wip-hurd as
well, but some problems need to be discussed.
First, in glibc/hurd headers we need to redeclare #:configure-flags with
less flags.
We shouldn't but because we use the same configure flags as in glibc and
glibc/hurd, we get an
>> And thread_terminate does exist, that's why it's enough for our needs.
>
> You mean ‘thread_terminate_release’?
Okay, let me explain it a bit better
Here is the part we are interested in
"libpthread/sysdeps/mach/pt-thread-terminate.c"
/* Terminate and release all that's left. */
err = __
Manolis Ragkousis skribis:
> Taken care of the FIXME.
Thanks, I’ve merged it with the other commit on wip-hurd, and rebased it
on top of master.
> Just wanted to add that in base.scm, instead of gnu-gettext we needed
> perl. Probably I changed it by mistake while rebasing some local
> commits.
Taken care of the FIXME.
Just wanted to add that in base.scm, instead of gnu-gettext we needed
perl. Probably I changed it by mistake while rebasing some local
commits.
And thread_terminate does exist, that's why it's enough for our needs.
Manolis
From 0f169f370f4f3a6baf45b0020a461ae9844befb2 Mo
Hi, Manolis!
I have finally reviewed the 2 pending patches of yours that add
glibc-hurd and glibc-hurd-headers. I’ve combined these 2 patches as
well as the hurd-minimal one into a single one to make a self-contained
patch.
I’ve then reviewed it, which led me to simplify a few things, and add a
From 1aa976c666db720008d3e77a7bccdfbae6b01962 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Tue, 3 Jun 2014 00:11:47 +
Subject: [PATCH] gnu: base: Add Glibc-Hurd Headers.
* gnu/packages/base.scm (glibc/hurd-headers): New variable.
---
gnu/packages/base.scm | 30