$ VERBOSE=x TESTS='cond5.test tar.test' make -e check /bin/make defs aclocal-1.10 automake-1.10 make[1]: Entering directory `/boot/home/Documents/code/automake-1.10/tests' make[1]: `defs' is up to date. make[1]: `aclocal-1.10' is up to date. make[1]: `automake-1.10' is up to date. make[1]: Leaving directory `/boot/home/Documents/code/automake-1.10/tests' /bin/make check-TESTS make[1]: Entering directory `/boot/home/Documents/code/automake-1.10/tests' /boot/home/Documents/code/automake-1.10/tests:.:/boot/home/config/bin:/bin:/boot/apps:/boot/preferences:/boot/beos/apps:/boot/beos/preferences:/boot/develop/tools/gnupro/bin === Running test ./cond5.test ++ pwd /boot/home/Documents/code/automake-1.10/tests/testSubDir + cat + cat + aclocal-1.10 -Werror + automake-1.10 --foreign -Werror -Wall + pid=677959 + sleep 60 Makefile.am:8: variable `OPT_SRC' recursively defined + kill -0 677959 kill: No such thread: 677959 + kill 677959 kill: No such thread: 677959 + exit 1 FAIL: cond5.test /boot/home/Documents/code/automake-1.10/tests:.:/boot/home/config/bin:/bin:/boot/apps:/boot/preferences:/boot/beos/apps:/boot/beos/preferences:/boot/develop/tools/gnupro/bin === Running test ./tar.test ++ pwd /boot/home/Documents/code/automake-1.10/tests/testSubDir + set -e + cat + : + aclocal-1.10 -Werror + autoconf + automake-1.10 --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /boot/home/config/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... none configure: creating ./config.status config.status: creating Makefile + make distcheck { test ! -d tar-1.0 || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr tar-1.0; }; } test -d tar-1.0 || mkdir tar-1.0 find tar-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /boot/home/Documents/code/automake-1.10/tests/testSubDir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r tar-1.0 tardir=tar-1.0 && false | GZIP=--best gzip -c >tar-1.0.tar.gz { test ! -d tar-1.0 || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr tar-1.0; }; } case 'tar-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gunzip -c tar-1.0.tar.gz | false ;;\ *.tar.bz2*) \ bunzip2 -c tar-1.0.tar.bz2 | false ;;\ *.tar.Z*) \ uncompress -c tar-1.0.tar.Z | false ;;\ *.shar.gz*) \ GZIP=--best gunzip -c tar-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip tar-1.0.zip ;;\ esac make: *** [distcheck] Error 1 FAIL: tar.test ===================================== 2 of 2 tests failed Please report to bug-automake@gnu.org ===================================== make[1]: *** [check-TESTS] Error 1 make[1]: Leaving directory `/boot/home/Documents/code/automake-1.10/tests' make: *** [check-am] Error 2