On 01/29/2019 01:07 PM, Chet Ramey wrote:
On 1/29/19 9:47 AM, Aritz Erkiaga wrote:
Most notably, Bash version is 5.0, recently released, which could explain
the failures.
If these test suite failures point to bugs in bash-5.0, please send them
along.
I also get these failures with bash-5.0. I tried to look at what is
failing, but don't grok what they are saying. For instance:
109-autoconf-2.69: 77: LINENO FAILED (m4sh.at:268)
Looking around line 268 of m4sh.at:
# Now using a maybe-functioning LINENO, with different call conventions.
# Be sure to be out of the PATH.
AT_CHECK([mkdir test || exit 77])
AT_DATA_LINENO([test/test-1], [false], [__LINENO__], [LINENO])
AT_CHECK([./test/test-1], 0, [expout])
AT_CHECK([(PATH=test$PATH_SEPARATOR$PATH; export PATH; exec test-1)],
0, [expout])
AT_CHECK([sh ./test/test-1], 0, [expout])
Line 268 is the 2nd AT_CHECK, but I have no idea what this is doing or
why it is failing.
-- Bruce Dubbs
linuxfromscratch.org