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: Sat, 27 Sep 2014 11:31:53 +0200 Message-ID: <87y4t5if3q.fsf@gnu.org> References: <8761hbcspb.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]:60448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXoME-0003et-TR for Guix-devel@gnu.org; Sat, 27 Sep 2014 05:32:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXoM9-0005p6-F8 for Guix-devel@gnu.org; Sat, 27 Sep 2014 05:32:02 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:38640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXoM9-0005oo-8H for Guix-devel@gnu.org; Sat, 27 Sep 2014 05:31:57 -0400 In-Reply-To: (Manolis Ragkousis's message of "Wed, 24 Sep 2014 16:01:15 +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: > Taken care of the FIXME. Thanks, I=E2=80=99ve merged it with the other commit on wip-hurd, and rebas= ed 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. OK. > And thread_terminate does exist, that's why it's enough for our needs. You mean =E2=80=98thread_terminate_release=E2=80=99? The comment in libpthread-glibc-preparation.patch still reads: --8<---------------cut here---------------start------------->8--- We are using a version of GNU Mach that lacks 'thread_terminate_release' (not introduced yet). The 'thread_terminate' RPC call will be enough for our needs. See . --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.