Re: grep-3.4-almost.19-ff30 on Solaris 10

2020-09-17 Thread Paul Eggert
On 9/17/20 1:53 PM, Bruno Haible wrote: - { -$1 - } AS_MESSAGE_FD>/dev/null + exec GL_TMP_FD>&AS_MESSAGE_FD AS_MESSAGE_FD>/dev/null + $1 + exec AS_MESSAGE_FD>&GL_TMP_FD AS_MESSAGE_FD>&- If a trap occurs during $1 and 'configure' outputs something to stderr before it exits, the output

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

2020-09-17 Thread Bruno Haible
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: test-hard-locale > FAIL: test-setlocale_null-mt-all I reproduce on Alpi

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

2020-09-17 Thread Paul Eggert
In on 9/17/20 8:30 AM, Nelson H. F. Beebe wrote: On Hipster OpenIndiana, I get this compilation failure with CC=/opt/solarisstudio12.4/bin/cc: CC malloca.o "malloca.h", line 113: non-constant enumerator value "malloca.h", lin

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

2020-09-17 Thread Jeffrey Walton
Hi Everyone, One failure on Ubuntu 18.04 x86_64 under UBsan (-fsanitize=undefined -fno-sanitize-recover=all). FAIL: test-c-stack2.sh Unfortunately, nothing is being logged: $ cat grep-3.4-almost.19-ff30/gnulib-tests/test-c-stack2.sh.log FAIL test-c-stack2.sh (exit status: 1) $ cat grep-3.4-almo

Re: grep-3.4-almost.19-ff30 on Solaris 10

2020-09-17 Thread Bruno Haible
On Solaris 10, the configuration aborts: $ ../configure ... checking for raise... yes checking for sigprocmask... ../configure: test: argument expected The reason is that gl_cv_func_sigprocmask_v16 is not set in the statement if test $gl_cv_func_sigprocmask_v16 != yes; then (signalbl

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

2020-09-17 Thread Paul Eggert
On 9/17/20 8:30 AM, Nelson H. F. Beebe wrote: On OpenMandriva Lx 4.1 (Mercury), with /usr/bin/cc == clang version 9.0.1, I get CC dfa.o In file included from dfa.c:61: ./xalloc.h:94:7: error: use of unknown builtin '__builtin_mul_overflow_p' [-Wimplicit-function-declaration] if (xal

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

2020-09-17 Thread Paul Eggert
On 9/17/20 7:52 AM, Jeffrey Walton wrote: grep-3.4-almost.19-ff30 fails to build on Ubuntu 4, triplet i686-pc-linux-gnu. I installed the attached patch to Gnulib, which I hope works around this issue once grep is updated to the latest Gnulib. cc'ing to bug-gnulib. The comment in the old ver

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

2020-09-17 Thread Jim Meyering
On Thu, Sep 17, 2020 at 6:37 AM Jeffrey Walton wrote: > 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-dfa-match.sh Thank you for reporting that. I'll start with that first issue. That is due to a now-err

Re: Compilation problems with stat-w32.c

2020-09-17 Thread Eli Zaretskii
> From: Bruno Haible > Cc: Eli Zaretskii > Date: Wed, 16 Sep 2020 23:54:28 +0200 > > You are right on both accounts. Thanks for the reports. Should be fixed > by the two attached patches. Thanks! > > In addition, VOLUME_NAME_NONE is used here, but the Windows headers > > define it only when _W