Re: Test failure in GNU M4 1.4.18 with musl libc

2019-09-11 Thread Bruno Haible
Eric Blake wrote: > Both of these failed tests come from gnulib (added in cc); I'm not sure > if they have been fixed in the meantime They have been fixed in gnulib on 2018-02-24. Bruno

Re: Test failure in GNU M4 1.4.18 with musl libc

2019-09-11 Thread Eric Blake
On 9/11/19 2:58 PM, Cody Logan wrote: > Hello, > > I'm attempting to cross-compile M4 1.4.18 with musl libc instead of > glibc. The build completes, but when I run `make check`, I get two test > failures. I'm running Arch Linux x86-64 on Linux 5.2.13 and > cross-compiling with GCC 9.2.0 (targeting

Re: sc_prohibit_magic_number_exit false positive on string

2019-09-11 Thread Darshit Shah
* Jim Meyering [190908 17:19]: > On Sun, Sep 8, 2019 at 6:06 AM Darshit Shah wrote: > > I just realized that the syntax check rule sc_prohibit_magic_number_exit > > will > > cause a false positive when it finds the relevant tokens within a string as > > well. > > > > For example, in Wget, we hav

[PATCH] maint.mk: Grep with option '-L' rather than '-vl' to output filename when no-match

2019-09-11 Thread Shi Lei
The 'non_containing' can't work. According to mannual, I think that the option should be '-L'. Shi Lei --- top/maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/maint.mk b/top/maint.mk index 16e9360..e211480 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -315,7 +31