On 2015-09-13 15:01, Michael Felt wrote:

Michael

The good news is: when linked with GNU libiconv-1.14 the make check results for both 32-bit and 64-bit builds is:

============================================================================
Testsuite summary for gettext-tools 0.19.6
============================================================================
# TOTAL: 408
# PASS:  408
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

The "sad" - or frustrating news is that make check does not complete cleanly (on AIX 5.3 - as I will guess that it is shell buffer related) is that it needs a second calling to get the result - see below for the "real ending" :)

# make check
....
PASS: cldr-plurals-1
/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.
make: 1254-004 The error code from the last command is 2.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
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.
root@x064:[/data/prj/gnu/gettext/gettext-0.19.6]cd gettext-tools/tests
/data/prj/gnu/gettext/gettext-0.19.6/gettext-tools/tests
root@x064:[/data/prj/gnu/gettext/gettext-0.19.6/gettext-tools/tests]make test-suite.log
============================================================================
Testsuite summary for gettext-tools 0.19.6
============================================================================
# TOTAL: 408
# PASS:  408
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================



Reply via email to