From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 11/33: gnu: glibc: Add and update patches for the Hurd. Date: Tue, 10 Mar 2020 10:02:07 +0100 Message-ID: <871rq0y44w.fsf@gnu.org> References: <20200310075832.7126.86402@vcs0.savannah.gnu.org> <20200310075846.1DA6821123@vcs0.savannah.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:470:142:3::10]:34765) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jBamB-0005O8-3R for guix-devel@gnu.org; Tue, 10 Mar 2020 05:02:14 -0400 In-Reply-To: <20200310075846.1DA6821123@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Tue, 10 Mar 2020 03:58:45 -0400 (EDT)") 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-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, Jan Nieuwenhuizen Hi, guix-commits@gnu.org skribis: > commit 32d3fa5309532b8bcf7f7be15ffabfa99c6ecfaf > Author: Jan Nieuwenhuizen > AuthorDate: Sun Mar 1 16:37:37 2020 +0100 > > gnu: glibc: Add and update patches for the Hurd. >=20=20=20=20=20 > * gnu/packages/patches/glibc-hurd-magic-pid.patch: Remove unused file. > * gnu/packages/patches/glibc-hurd-clock_t_centiseconds.patch: New fil= e. > * gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch: New = file. > * gnu/local.mk (dist_patch_DATA): Update them. > * gnu/packages/base.scm (glibc): Use two new patches. [...] > - (patches (search-patches "glibc-ldd-x86_64.patch" > + (patches `(,@(search-patches "glibc-ldd-x86_64.patch" ^ Superfluous. :-) > + "glibc-hurd-clock_t_centisecond= s.patch" > + "glibc-hurd-clock_gettime_monot= onic.patch"))))) Nice patches! Did you submit them upstream? They are likely to be applied quite quickly nowadays, so they could make it in glibc 2.32. (It=E2=80=99s fine to carry them in the meantime, of course.) Ludo=E2=80=99.