I'm seeing 2 failures in automake-1.10.2 on UnixWare 7.1.4

I've patched lib/missing with patch from Ralf to handle versioned commands.
(see thread "automake-1.10.1 fails missing & missing2")

The failing tests are check10.test and missing6.test.
The attached log shows missing6.test test failing because UnixWare's sed
chokes. I'm not seeing why check10.test is failing.

Any ideas?

Thanks.

-- 
Tim Rice                                Multitalents    (707) 887-1469
[email protected]
gmake: Entering directory `/usr/local/src/gnu/automake-1.10.2/tests'
gmake  defs aclocal-1.10 automake-1.10
gmake[1]: Entering directory `/usr/local/src/gnu/automake-1.10.2/tests'
gmake[1]: `defs' is up to date.
gmake[1]: `aclocal-1.10' is up to date.
gmake[1]: `automake-1.10' is up to date.
gmake[1]: Leaving directory `/usr/local/src/gnu/automake-1.10.2/tests'
gmake  check-TESTS
gmake[1]: Entering directory `/usr/local/src/gnu/automake-1.10.2/tests'
/usr/local/src/gnu/automake-1.10.2/tests:/usr/bin:/opt/bin:/usr/ccs/bin:/usr/ucb:/usr/gnu/bin:/usr/java/bin:/usr/local/bin:/home2/tim/bin/UnixWare
=== Running test /opt/src/gnu/automake-1.10.2/tests/check10.test
+ pwd 
/usr/local/src/gnu/automake-1.10.2/tests/testSubDir
+ set -e 
+ cat 
+ cat 
+ cat 
+ cat 
+ cat 
+ chmod a+x pass fail skip 
+ cp pass pass2 
+ cp pass xpass 
+ cp xpass xpass2 
+ cp fail xfail 
+ cp fail fail2 
+ cp xfail xfail2 
+ cp skip skip2 
+ aclocal-1.10 -Werror 
+ autoconf263 
+ automake-1.10 --foreign -Werror -Wall 
+ unset TESTS 
+ ./configure 
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
+ set +e 
+ env TESTS=pass gmake -e check 
+ env TESTS=fail gmake -e check 
gmake[1]: *** [check-TESTS] Error 1
gmake: *** [check-am] Error 2
+ env TESTS=skip gmake -e check 
+ env TESTS=xfail gmake -e check 
+ env TESTS=xpass gmake -e check 
gmake[1]: *** [check-TESTS] Error 1
gmake: *** [check-am] Error 2
+ env TESTS=pass pass2 gmake -e check 
+ env TESTS=fail fail2 gmake -e check 
gmake[1]: *** [check-TESTS] Error 1
gmake: *** [check-am] Error 2
+ env TESTS=skip skip2 gmake -e check 
+ env TESTS=xfail xfail2 gmake -e check 
+ env TESTS=xpass xpass2 gmake -e check 
gmake[1]: *** [check-TESTS] Error 1
gmake: *** [check-am] Error 2
+ env TESTS=pass skip xfail gmake -e check 
+ gmake check 
gmake[1]: *** [check-TESTS] Error 1
gmake: *** [check-am] Error 2
FAIL: check10.test
/usr/local/src/gnu/automake-1.10.2/tests:/usr/bin:/opt/bin:/usr/ccs/bin:/usr/ucb:/usr/gnu/bin:/usr/java/bin:/usr/local/bin:/home2/tim/bin/UnixWare
=== Running test /opt/src/gnu/automake-1.10.2/tests/missing6.test
+ pwd 
/usr/local/src/gnu/automake-1.10.2/tests/testSubDir
+ set -e 
+ echo m4_define([AC_AUTOCONF_VERSION], [9999a]) 
+ echo m4_define([b], [oops]) 
+ cat configure.in 
+ echo AC_OUTPUT 
+ rm -f configure.in 
+ touch Makefile.am 
+ aclocal-1.10 -Werror 
+ autoconf263 
+ grep You have another version of autoconf stderr 
You have another version of autoconf.  It may work, but is not guaranteed to.
+ grep aclocal.m4:.*this file was generated for stderr 
aclocal.m4:16: warning: this file was generated for autoconf 9999a.
+ automake-1.10 --foreign -Werror -Wall 
+ ./configure 
UX:sed: ERROR: Command garbled:       oops
configure: error: cannot create configure.lineno; rerun with a POSIX shell
FAIL: missing6.test
=====================================
2 of 2 tests failed
Please report to [email protected]
=====================================
gmake[1]: *** [check-TESTS] Error 1
gmake[1]: Leaving directory `/usr/local/src/gnu/automake-1.10.2/tests'
gmake: *** [check-am] Error 2
gmake: Leaving directory `/usr/local/src/gnu/automake-1.10.2/tests'

Reply via email to