[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#10423: problem with "make check" coreutils-8.14 after build on AIX (
From: |
Jim Meyering |
Subject: |
bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell) |
Date: |
Mon, 02 Jan 2012 22:33:58 +0100 |
Michael Felt wrote:
> Sorry, lost me there...
>
> So, hopefully to improve both our understanding of what is happening...
>
> 1. I am using ksh (using bash did not change anything, unfortunately).
> 2. Running only init.sh returns the following (first not set, then set
> VERBOSE=
> yes)
Sorry I wasn't clear.
I was explaining to Paul why VERBOSE=yes was having no effect.
init.sh is used internally via most tests. There's no point
in running it stand-alone.
Here's something you can try, though:
edit init.sh and insert a "#" at the beginning of the set -x line.
I.e., change this:
if $gl_set_x_corrupts_stderr_; then
warn_ "using SHELL=$SHELL with 'set -x' corrupts stderr"
else
set -x
fi
to this:
if $gl_set_x_corrupts_stderr_; then
warn_ "using SHELL=$SHELL with 'set -x' corrupts stderr"
else
# set -x
fi
Then run "make check VERBOSE=yes" and send us the tests/test-suite.log
it produces.
That will probably induce additional test failures,
but at least it will allow us to see verbose output.
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Michael Felt, 2012/01/02
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Paul Eggert, 2012/01/02
- Message not available
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Paul Eggert, 2012/01/02
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Jim Meyering, 2012/01/02
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Michael Felt, 2012/01/02
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell),
Jim Meyering <=
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Jim Meyering, 2012/01/02
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Michael Felt, 2012/01/02
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Jim Meyering, 2012/01/02
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Michael Felt, 2012/01/03
- bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Jim Meyering, 2012/01/03
bug#10423: problem with "make check" coreutils-8.14 after build on AIX (v5.3, xlc v7, ksh as default shell), Jim Meyering, 2012/01/29