Dear automake folks : I was surprised to see a bucket of failures here on a Solaris 10 sparcv9 system where I use the Oracle Studio 12.6 compilers. ============================================================================ Testsuite summary for GNU Automake 1.16.1 ============================================================================ # TOTAL: 2796 # PASS: 2569 # SKIP: 156 # XFAIL: 50 # FAIL: 21 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to bug-automake@gnu.org ============================================================================ gmake[2]: *** [test-suite.log] Error 1 gmake[2]: Leaving directory `/usr/local/build/automake-1.16.1_SunOS5.10_sparcv9.001' gmake[1]: *** [check-TESTS] Error 2 gmake[1]: Leaving directory `/usr/local/build/automake-1.16.1_SunOS5.10_sparcv9.001' gmake: *** [check-am] Error 2 node000 $ This looks like a lot of fails : FAIL: t/fn99subdir.sh FAIL: t/gettext-basics.sh FAIL: t/gettext-config-rpath.sh FAIL: t/gettext-external-pr338.sh FAIL: t/gettext-intl-subdir.sh FAIL: t/gettext-pr381.sh FAIL: t/lex-clean-cxx.sh FAIL: t/lex-depend-cxx.sh FAIL: t/self-check-exit.tap 27 - kill -1 FAIL: t/self-check-exit.tap 28 - kill -2 FAIL: t/self-check-exit.tap 29 - kill -13 FAIL: t/self-check-exit.tap 30 - kill -15 FAIL: t/self-check-explicit-skips.sh FAIL: t/subdir-cond-gettext.sh FAIL: t/subpkg.sh FAIL: t/subpkg2.sh FAIL: t/subpkg3.sh FAIL: t/subpkg-yacc.sh FAIL: t/yacc-cxx.sh FAIL: t/yacc-d-cxx.sh FAIL: t/yacc-mix-c-cxx.sh See attached automake-1.16.1_SunOS5.10_sparcv9_test-suite.log.xz Dennis Clarke