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 x86_64-pc-linux-musl).FWIW,
the same failures occ
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
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