On 01/01/2018 14:58, Pádraig Brady wrote:
On 29/12/17 15:46, Michael wrote:
On 27/12/2017 19:47, Pádraig Brady wrote:
This is to announce coreutils-8.29, a stable release.
See the NEWS below for more details.
Just want to add - that building and packaging - no issues (one warning
message only).
However, cannot run "make check" as this fails with:
root@x064:[/data/prj/gnu/coreutils-8.29]make V=1 check-TESTS
/bin/sh: not found
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
Happy and Healthy 2018!!
Another issue with AIX make?
Note we've documented in README for this release that
gmake is preferred for AIX. Can you try that?
thanks,
Pádraig
Sure - I can try gmake. (results in next email). But the message is
saying /bin/sh is not found. Is it perhaps looking for bash but saying
/bin/sh instead. /bin/sh is there.
And, remember, the build (make) proceeded fine, install
(DESTDIR=/some/where/to/install make install) - also fine. It is only
"make check" that is failing.