test-verify.c: avoid -Wshadow warnings

2020-09-19 Thread Jim Meyering
I noticed a new build failure in coreutils when configuring with --enable-gcc-warnings. Fixed with the attached. Tested with the following. Fails before, succeeds after: CFLAGS='-Werror -Wshadow' ./gnulib-tool --create-testdir --test --dir /tmp/x --with-tests verify Symptoms: ... gcc -DHAVE_

Re: libsigsegv on LinuxFromScratch

2020-09-19 Thread Bruce Dubbs
On 9/19/20 6:47 PM, Bruno Haible wrote: Thanks Bruce for the details about the .la file. If ./configure is run with --prefix=/usr with both libsigsegv and /usr/lib/libc.a are present, configure gives: configure:10063: checking for libsigsegv configure:10086: gcc -o conftest -g -O2 conftest.c

Re: libsigsegv on LinuxFromScratch

2020-09-19 Thread Bruno Haible
Thanks Bruce for the details about the .la file. > If ./configure is run with --prefix=/usr with both libsigsegv and > /usr/lib/libc.a are present, configure gives: > > configure:10063: checking for libsigsegv > configure:10086: gcc -o conftest -g -O2 conftest.c > /usr/lib/libsigsegv.so /usr/

Re: [platform-testers] new snapshot available: grep-3.4-almost.19-ff30

2020-09-19 Thread Bruno Haible
Jeffrey Walton wrote: > I update a package's config.guess and config.sub according to > https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html. > Each config.guess and config.sub that is found is updated. It is good to regularly update config.{guess,sub} regularly. Here the p

Re: [platform-testers] new snapshot available: grep-3.4-almost.19-ff30

2020-09-19 Thread Jeffrey Walton
On Sat, Sep 19, 2020 at 9:12 AM Bruno Haible wrote: > > Jeffrey Walton wrote in > : > > > > grep-3.4-almost.19-ff30 fails self test on Alpine Linux 3.10 with > > BusyBox, triplet x86_64-pc-linux-gnu. > > > > ... > > FAIL: tes

Re: [platform-testers] new snapshot available: grep-3.4-almost.19-ff30

2020-09-19 Thread Bruno Haible
Jeffrey Walton wrote in : > Hi Everyone, > > grep-3.4-almost.19-ff30 fails self test on Alpine Linux 3.10 with > BusyBox, triplet x86_64-pc-linux-gnu. > > ... > FAIL: test-hard-locale > FAIL: test-setlocale_null-mt-all >

Re: nl_langinfo-mt failure on Solaris 10 x86

2020-09-19 Thread Bruno Haible
On 2020-01-03 I wrote: > > I have one failing test on Solaris 10 x86: > > > > FAIL: test-nl_langinfo-mt > > = > > > > thread5 disturbed by threadN! > > FAIL test-nl_langinfo-mt (exit status: 134) > > > > > > This looks like a new failure to me. > > It's a new test, that

Re: libsigsegv on LinuxFromScratch

2020-09-19 Thread Bruce Dubbs
On 9/18/20 6:47 PM, Bruce Dubbs wrote: On 9/18/20 6:24 PM, Bruno Haible wrote: Bruce Dubbs wrote in : checking for libsigsegv... yes checking how to link with libsigsegv... -ls