Re: Coverity issue policy

2017-05-15 Thread Bruno Haible
Tim Rühsen wrote on 2017-04-01: > Anyways, I would be a good idea if one of the gnulib maintainers signs up at > Coverity and adds the gnulib project. To check more modules than wget2 uses. Done: It's at https://scan.coverity.com/projects/gnu-gnulib?tab=overview You are welcome to contribute to

gnulib-tool: fix generated code when libtests contains module 'alloca'

2017-05-15 Thread Bruno Haible
The use of gnulib-tool in gettext currently fails: gnulib-tests/Makefile.gnulib:55: error: @LTALLOCA@ used but 'LTALLOCA' is undefined gnulib-tests/Makefile.am:20: 'gnulib-tests/Makefile.gnulib' included from here What triggers this, is that gettext uses the module 'copy-file', whose test

sys_select: avoid warning

2017-05-15 Thread Bruno Haible
In gettext's use of gnulib, I'm seeing this warning: ./autogen.sh: generating configure in gettext-tools... configure.ac:149: warning: AC_REQUIRE: `gl_HEADER_SYS_SELECT' was expanded before it was required configure.ac:149: http://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Befor

[PATCH] gnulib-tool: improve GNU Make debugging

2017-05-15 Thread Paul Eggert
* gnulib-tool (func_emit_lib_Makefile_am): Omit unnecessary echo. Report autoconf diagnostics when it fails, in the output makefile. --- ChangeLog | 6 ++ gnulib-tool | 15 --- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cab8f63..4

Re: flockfile undefined on Mingw64 platform

2017-05-15 Thread Daniel P. Berrange
On Thu, May 11, 2017 at 06:03:09PM -0700, Paul Eggert wrote: > I'm really the wrong person to be fixing this sort of thing since I don't > use MS-Windows. However, I installed a getopt workaround that I hope is > obvious, here: > > http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=19fb4184b09