[PATCH] build: update gnulib to latest

2024-11-11 Thread Pádraig Brady
* NEWS: Mention the fix to nproc honoring the affinity mask on systems with more than 1024 processors. --- NEWS | 4 gnulib | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0c4220157..9fee0c87e 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ GNU coreut

Re: [PATCH] build: update gnulib to latest - to avoid du(1) crash on XFS

2020-04-23 Thread Bernhard Voelker
On 2020-04-23 13:43, Pádraig Brady wrote: > On 22/04/2020 18:47, Bernhard Voelker wrote: >> Pull in a fix for FTS to avoid a crash when traversing a heavily >> changed XFS file system: >> >>> fts: remove NOSTAT_LEAF_OPTIMIZATION >> >> * NEWS (Bug fixes): Mention the fix. >> * gnulib: Update to late

Re: [PATCH] build: update gnulib to latest - to avoid du(1) crash on XFS

2020-04-23 Thread Pádraig Brady
On 22/04/2020 18:47, Bernhard Voelker wrote: Pull in a fix for FTS to avoid a crash when traversing a heavily changed XFS file system: fts: remove NOSTAT_LEAF_OPTIMIZATION * NEWS (Bug fixes): Mention the fix. * gnulib: Update to latest. * bootstrap: Sync from gnulib/build-aux/bootstrap. Disc

[PATCH] build: update gnulib to latest - to avoid du(1) crash on XFS

2020-04-22 Thread Bernhard Voelker
Pull in a fix for FTS to avoid a crash when traversing a heavily changed XFS file system: > fts: remove NOSTAT_LEAF_OPTIMIZATION * NEWS (Bug fixes): Mention the fix. * gnulib: Update to latest. * bootstrap: Sync from gnulib/build-aux/bootstrap. Discussed at:

[PATCH] build: update gnulib to latest; correct comment grammar

2012-06-10 Thread Jim Meyering
Jim Meyering Date: Thu, 24 May 2012 12:32:41 +0200 Subject: [PATCH] build: update gnulib to latest; correct comment grammar * tests/misc/help-version: Fix comment grammar: s/all these/all of these/ * gl/lib/tempname.c.diff: Likewise. --- gl/lib/tempname.c.diff | 2 +- gnulib | 2 +

[PATCH] build: update gnulib to latest, for test warning fixes

2012-01-23 Thread Jim Meyering
FYI, This fixes build warnings/failures in gnulib-tests/ on rawhide. >From e9a2555826767baae96a3eabca1f9d91bddca619 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 23 Jan 2012 17:59:49 +0100 Subject: [PATCH] build: update gnulib to latest, for test warning fixes See h