On 2015-10-23 20:09, aixtools wrote:
g="fatal: making test-suite.log: failed to create"; for i in
$redo_bases; do test -f $i.trs && test -r $i.trs || { echo "$errmsg
$i.trs" >&2; st=1; }; test -f $i.log && test -r $i.log || { echo
"$errmsg $i.log" >&2; st=1; }; done; test $st -eq 0 || exit 1; fi
============================================================================
Testsuite summary for gettext-tools 0.19.6
============================================================================
# TOTAL: 408
# PASS: 376
# SKIP: 0
# XFAIL: 0
# FAIL: 32
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to bug-gnu-gett...@gnu.org
And now I need to see how I built them differently ...
FAIL: msgcat-2
==============
msgcat: Cannot convert from "ISO-8859-1" to "UTF-8". msgcat relies on
iconv(). This version was built without iconv().
FAIL msgcat-2 (exit status: 1)