[PATCH 4/5] maint: adjust to gnulib module renaming

2025-01-05 Thread Bernhard Voelker
Since previous gnulib update, './bootstrap' shows deprecation warnings like the following for several modules: Notice from module errno: This module is deprecated. Use the module 'errno-h' instead. Use the newer names instead: - errno -> errno-h - inttypes -> intty

[PATCH] maint: pull in gnulib module basename-lgpl

2024-12-24 Thread Bernhard Voelker
* bootstrap.conf (gnulib_modules): Add 'basename-lgpl', because we're using the gnulib 'base_name' function. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index bfd84141..2485e2ab 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -76,6 +76

Re: new module 'hasmntopt'

2024-10-07 Thread Bernhard Voelker
On 10/7/24 18:58, Bruno Haible wrote: Either remove that #include (since fstype.c does not need it, AFAICS), or make it unconditional. Good point, thanks. Indeed. Thanks for the report. This patch fixes it: Thanks! Have a nice day, Berny

Re: new module 'hasmntopt'

2024-10-07 Thread Bruno Haible
Hi Berny, > While trying to update gnulib in findutils, I've been prompted by this new > syntax-check failure: > >find/fstype.c:30:#if HAVE_MNTENT_H >maint.mk: do not test the above HAVE__H symbol(s); > with the corresponding gnulib module, they ar

Re: new module 'hasmntopt'

2024-10-07 Thread Bernhard Voelker
On 8/19/24 5:23 PM, Bruno Haible wrote: 2024-08-19 Bruno Haible ... hasmntopt: New module. ... 2024-08-19 Bruno Haible mntent: New module. While trying to update gnulib in findutils, I've been prompted by this new syntax-check failure: find/fstype.c:3

[PATCH 4/5] maint: adjust to split out xstrtol-error gnulib module

2020-01-01 Thread Bernhard Voelker
* bootstrap.conf (gnulib_modules): Add the new module split from xstrtol. * locate/locate.c: Include "xstrtol-error.h" for xstrtol_fatal. --- bootstrap.conf | 1 + locate/locate.c | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index 4a816222

[PATCH 2/3] maint: change from gettext to gettext-h gnulib module

2019-05-11 Thread Bernhard Voelker
This avoids this bootstrap warning: Notice from module gettext: This module is obsolete. Use the module 'gettext-h' instead to make your program capable of internationalization, when GNU gettext is also used. * bootstrap.conf (gnulib_modules): s/gettext/&-h/ --- boot

Re: Module

2018-01-14 Thread James Youngman
Please attach the whole log file from the test suite, and also the config.log file generated when you ran configure.

Module

2018-01-13 Thread Gennadiy Krivdyuk
Hello James, Modules findutils-selinux FAIL: sv-34976-execdir-fd-leak.sh make[5]: Entering directory '/home/blackuser/selinux/findutils-selinux/src/findutils-4.6.0/find/testsuite' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/blackuser/selinux/findutils-selinux/src/

Re: rename strftime module

2017-05-03 Thread Bruno Haible
Bernhard Voelker asks: > Just out of curiosity: how did you find out? By source code inspection. I wanted to know how much trouble it would make to rename the module, and see whether I was the only one who feels confused by this module. Bruno

Re: rename strftime module

2017-05-02 Thread Bernhard Voelker
On 05/03/2017 12:30 AM, Bruno Haible wrote: >> What exactly do you mean by "fell into ..."? > > I mean that the bootstrap.conf requests the module 'strftime', whose benefit > is that it supports GNU extensions in the format string, but it does not get > u

Re: rename strftime module

2017-05-02 Thread Bruno Haible
Bernhard Voelker wrote: > > 1) It suggests that it defines the function 'strftime', but in fact it > > defines 'nstrftime'. GNU findutils fell into this pit: their > > bootstrap.conf > > requests the gnulib 'strftime' module but t

Re: rename strftime module

2017-05-02 Thread Bernhard Voelker
[CC-ing bug-findutils@gnu.org] On 04/30/2017 04:53 PM, Bruno Haible wrote: > The name of the strftime module is misleading: > 1) It suggests that it defines the function 'strftime', but in fact it > defines 'nstrftime'. GNU findutils fell into this

[PATCH] Adopt the use of the gnulib module "gendocs".

2016-03-23 Thread James Youngman
.texi. * build-aux/.gitignore: Ignore gendocs.sh since it is copied into this directory by gnulib-tool (the file is part of the gendocs module). * bootstrap.conf (maintainer_modules): Add gendocs, so that we can automate the generation of HTML and other documentation for http://www.gnu.org/software/find

[bug #38963] depend on unlinkat gnulib module

2013-09-24 Thread James Youngman
Update of bug #38963 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.5.12 ___ Reply to this item at:

[bug #38963] depend on unlinkat gnulib module

2013-06-02 Thread James Youngman
Update of bug #38963 (project findutils): Status:None => Fixed Assigned to:None => jay ___ Follow-up Comment #1: Thanks, I updated

[bug #38963] depend on unlinkat gnulib module

2013-05-11 Thread Martin von Gagern
URL: <http://savannah.gnu.org/bugs/?38963> Summary: depend on unlinkat gnulib module Project: findutils Submitted by: gagern Submitted on: Sa 11 Mai 2013 10:12:32 CEST Category: find Severity: 3 -

[PATCH] Adopt the use of the manywarnings module.

2011-06-15 Thread James Youngman
+ + Adopt the use of the maywarnings module. + * import-gnulib.config (modules): Add manywarnings. + * configure.ac: Invoke gl_MANYWARN_ALL_GCC and + gl_MANYWARN_COMPLEMENT. + * configure.ac: Turn on the compiler warnings only if + --enable-compiler-warnings was

Re: [PATCH] Adopt the new gnulib module stat-size. * lib/listfile.c: Include "stat-size.h". Delete the DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE macros which are now in stat-size.h. * gnulib:

2011-06-11 Thread James Youngman
I'm going to amend that change descrtiption. Sorry about the inconvenience.

[PATCH] Adopt the new gnulib module stat-size. * lib/listfile.c: Include "stat-size.h". Delete the DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE macros which are now in stat-size.h. * gnulib: Updat

2011-06-11 Thread James Youngman
100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-06-11 James Youngman + + Adopt the new gnulib module stat-size. + * lib/listfile.c: Include "stat-size.h". Delete the DEV_BSIZE, + ST_BLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE macros which are now in + s

[PATCH] Remove obsolete module strpbrk.

2010-04-17 Thread James Youngman
@@ -1,5 +1,8 @@ 2010-04-17 James Youngman + Remove obsolete module strpbrk. + * import-gnulib.config (modules): Remove strpbrk. + * locate/Makefile.am (locate_TEXINFOS): Add dblocation.texi. 2010-04-13 James Youngman diff --git a/import-gnulib.config b/import

[PATCH 5/5] Adopt the use of the gnulib module readlink

2010-04-07 Thread James Youngman
+ Adopt the use of the gnulib module readlink. + * import-gnulib.config (modules): Add readlink. + Adopt the use of the gnulib module isblank. (modules): Add isblank. diff --git a/import-gnulib.config b/import-gnulib.config index 65009c7..6abdeb3 100644 --- a/import

[PATCH 2/5] Adopt (explicitly) the use of the gnulib module dirent-safer.

2010-04-07 Thread James Youngman
* import-gnulib.config (modules): Add dirent-safer; we were previously transitively importing this module, but we are now importing it directly. * lib/savedirinfo.c: Include opendir-safer.h. (xsavedir): Call opendir_safer instead of opendir. Signed-off-by: James Youngman --- ChangeLog

[PATCH 1/5] Adopt the use of the gnulib module d-type.

2010-04-07 Thread James Youngman
* import-gnulib.config (modules): Import the d-type module. * configure.ac: Remove old struct dirent.d_type detection logic (since we now use the gnulib macro from the d-type module for this). * find/parser.c (parse_version): Use HAVE_STRUCT_DIRENT_D_TYPE (since the d-ino module still defines it

[PATCH 3/5] Adopt the use of the gnulib module faccessat.

2010-04-07 Thread James Youngman
Youngman + Adopt the use of the gnulib module faccessat. + * import-gnulib.config (modules): Add faccessat. + * find/pred.c (struct access_check_args): Delete. + (access_callback): Delete. + (can_access): Delete. + (pred_executable): Use faccessat

[PATCH 4/5] Adopt the use of the gnulib module isblank

2010-04-07 Thread James Youngman
+ Adopt the use of the gnulib module isblank. + (modules): Add isblank. + Adopt the use of the gnulib module faccessat. * import-gnulib.config (modules): Add faccessat. * find/pred.c (struct access_check_args): Delete. diff --git a/import-gnulib.config b/import

[PATCH] Use the getopt-gnu module, not the obsolete getopt module.

2010-04-05 Thread James Youngman
I've pushed the attached patch. 2010-04-06 James Youngman * import-gnulib.config (modules): Use the getopt-gnu module from gnulib rather than the (obsolete) getopt module. From 1284636a2e4e64cc57fe8241fa0ed290205843f6 Mon Sep 17 00:00:00 2001 From: James Youngman Date: T

[PATCH 08/19] Move safe_atoi out into a separate module.

2010-04-02 Thread James Youngman
* find/parser.c: Include "safe-atoi.h". Remove the body of safe_atoi. (parse_group): pass options.err_quoting_style to safe_atoi. (insert_depthspec): Likewise. (parse_user): Likewise. * lib/safe-atoi.h: New file. * lib/safe-atoi.c: New file. Add parameter for quoting style (to avoid an external r

[PATCH] Use the maintainer-makefile module.

2010-04-01 Thread James Youngman
* import-gnulib.config (modules): Add maintainer-makefile. Signed-off-by: James Youngman --- .cvsignore |2 ++ .gitignore |2 ++ ChangeLog|4 build-aux/.cvsignore |2 ++ build-aux/.gitignore |2 ++ import-gnulib.config |1 + 6 files ch

[bug #20662] memory leak from gnulib dirname module

2007-11-11 Thread James Youngman
Update of bug #20662 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.3.9 ___ Reply to this item at:

[bug #20662] memory leak from gnulib dirname module

2007-08-05 Thread Eric Blake
Update of bug #20662 (project findutils): Status: In Progress => Fixed ___ Reply to this item at: ___

[bug #20662] memory leak from gnulib dirname module

2007-08-02 Thread Eric Blake
URL: <http://savannah.gnu.org/bugs/?20662> Summary: memory leak from gnulib dirname module Project: findutils Submitted by: ericb Submitted on: Thursday 08/02/2007 at 06:57 Category: find Sever

Re: new module mbscasestr, remove module strcasestr

2007-03-02 Thread James Youngman
On 2/5/07, Bruno Haible <[EMAIL PROTECTED]> wrote: This introduces a new module mbscasestr. mbscasestr() is like glibc's strcasestr(), except it works on character strings (i.e. on multibyte strings). Thanks for adding this. Findutils 4.3.x now uses the mbscasestr and mbsstr modul

Re: bugs in dirname module - findutils portion

2005-11-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is my patch to findutils, rel-4-2-fixes (although it should also apply to CVS head), to match the dirname module updates thread on gnulib: http://lists.gnu.org/archive/html/bug-gnulib/2005-11/msg00071.html It should be applied once the gnulib