m4-1.4.11: Failure of `126.diversion'

2008-07-01 Thread Ludovic Courtès
Hi, On GNU/Linux (NixOS), I observe the following failure: Checking ./126.diversions @ ../doc/m4.texinfo:4711: Origin of test ./126.diversions: stderr mismatch --- m4-tmp.17114/m4-xerr2008-07-01 13:21:45.0 + +++ m4-tmp.17114/m4-err 2008-07-01 13:21:45.0 +

Re: m4-1.4.11: Failure of `126.diversion'

2008-07-01 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Eric Blake) writes: > Yes. Your buildbot is ignoring SIGPIPE. This has been previously > reported, and the testsuite in the latest git version already works > around such enviornments (even though I personally don't like > running with SIGPIPE ignored, because of the extr

Re: m4-1.4.11: Failure of `126.diversion'

2008-07-01 Thread Ludovic Courtès
[EMAIL PROTECTED] (Eric Blake) writes: > Much more recent: > > http://lists.gnu.org/archive/html/m4-discuss/2008-06/msg5.html > > http://git.savannah.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=2b570fc OK, works like a charm. Thanks! Ludovic.

test-readlink failure on GNU/Linux

2011-10-14 Thread Ludovic Courtès
Hello, ‘test-readlink’ from GNU M4 1.4.16 fails on GNU/Linux with Linux 3.0.4 and GNU libc 2.13 with an assertion failure at test-readlink.h:41: 40: ASSERT (func ("", buf, sizeof buf) == -1); 41: ASSERT (errno == ENOENT); It turns out that errno is set to EINVAL instead of ENOENT, which

Re: test-readlink failure on GNU/Linux

2011-10-15 Thread Ludovic Courtès
Hi Eric, Eric Blake skribis: > On 10/14/2011 04:25 PM, Ludovic Courtès wrote: >> Hello, >> >> ‘test-readlink’ from GNU M4 1.4.16 fails on GNU/Linux with Linux 3.0.4 >> and GNU libc 2.13 with an assertion failure at test-readlink.h:41: >> >> 40: A

Re: test-readlink failure on GNU/Linux

2011-10-15 Thread Ludovic Courtès
Hi Bruno, Bruno Haible skribis: > Ludovic Courtès asked: >> > Gnulib has already been relaxed to work around the Linux violation of >> > POSIX, >> >> Are you referring to commit 68483ca35c0dbd347744327b1020b2e4215454f1? > > He was referring to commit d