Re: Issue when testing with --as-needed enabled

2020-11-28 Thread Thomas Andrejak
Hello Thanks for your answer On debian 9 /10 / testing Regards Le ven. 27 nov. 2020 à 21:34, Bruno Haible a écrit : > Thomas Andrejak wrote: > > Few years ago, we had an issue when--as-needed was enabled. There has > been > > a patch for this : > > > https://github.com/coreutils/gnulib/commit

[PATCH] sc_error_message_uppercase: allow fully uppercased words

2020-11-28 Thread Zack Weinberg
If an error message starts with an entire fully uppercased word, that’s probably a proper noun and it should stay that way. For instance, autoreconf has an error message that starts with "AM_GNU_GETTEXT is used, but ..."; AM_GNU_GETTEXT is the name of an Automake macro, it needs to stay uppercased

Re: asyncsafe-spin.c fails to compile on Solaris 10 sparc

2020-11-28 Thread Bruno Haible
Hi Paul, > I attempted to reproduce Tom Christensen's first problem listed here: > > https://lists.gnu.org/r/bug-gnulib/2020-11/msg00062.html > > on Solaris 10 sparc, by running this: > > ./gnulib-tool --create-testdir --dir foo getumask > > and then on Solaris: > > ./configure > make > make

refactor common code of 'execute' and 'spawn-pipe'

2020-11-28 Thread Bruno Haible
This patch refactors common code of 'execute' and 'spawn-pipe', so that packages that include both modules contain the same code only once. 2020-11-28 Bruno Haible windows-spawn: New module. * lib/windows-spawn.h: Renamed from lib/w32spawn.h. Remove implementations.