From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Hurd status? Date: Mon, 15 Apr 2019 14:46:30 +0200 Message-ID: <87d0lno2qh.fsf@gnu.org> References: <3a92243fae1c9123b3e2cad6fe058165a644cb3c.camel@gmail.com> <652c4cd21bec9e0c7c884c8b341f7ca9a05b2072.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hG10N-0007ZF-2w for guix-devel@gnu.org; Mon, 15 Apr 2019 08:46:35 -0400 In-Reply-To: <652c4cd21bec9e0c7c884c8b341f7ca9a05b2072.camel@gmail.com> (Svante Signell's message of "Sun, 14 Apr 2019 11:01:16 +0200") 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" To: Svante Signell Cc: "guix-devel@gnu.org" , "ikhuuma@gmail.com" , Rene Hello Svante, Svante Signell skribis: > Thanks for your reply: I'll start reading on how to use Guix and > Shepherd. One question about the Hurd stuff: How many of the Debian > patches to gnumach/mig/hurd/glibc did you apply for your build? Very few! You can see them on their page at . For instance, we use stock glibc 2.28 with just the PID magic lookup (for the Hurd bits): https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/base.scm?id= =3Dv0.16.0-4337-gd8bead6c5d#n619 https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/patches/glib= c-hurd-magic-pid.patch?id=3Dv0.16.0-4337-gd8bead6c5d Ludo=E2=80=99.