| 1 | $ VERBOSE=x TESTS='cond5.test tar.test' make -e check |
|---|
| 2 | /bin/make defs aclocal-1.10 automake-1.10 |
|---|
| 3 | make[1]: Entering directory `/boot/home/Documents/code/automake-1.10/tests' |
|---|
| 4 | make[1]: `defs' is up to date. |
|---|
| 5 | make[1]: `aclocal-1.10' is up to date. |
|---|
| 6 | make[1]: `automake-1.10' is up to date. |
|---|
| 7 | make[1]: Leaving directory `/boot/home/Documents/code/automake-1.10/tests' |
|---|
| 8 | /bin/make check-TESTS |
|---|
| 9 | make[1]: Entering directory `/boot/home/Documents/code/automake-1.10/tests' |
|---|
| 10 | /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 |
|---|
| 11 | === Running test ./cond5.test |
|---|
| 12 | ++ pwd |
|---|
| 13 | /boot/home/Documents/code/automake-1.10/tests/testSubDir |
|---|
| 14 | + cat |
|---|
| 15 | + cat |
|---|
| 16 | + aclocal-1.10 -Werror |
|---|
| 17 | + automake-1.10 --foreign -Werror -Wall |
|---|
| 18 | + pid=677959 |
|---|
| 19 | + sleep 60 |
|---|
| 20 | Makefile.am:8: variable `OPT_SRC' recursively defined |
|---|
| 21 | + kill -0 677959 |
|---|
| 22 | kill: No such thread: 677959 |
|---|
| 23 | + kill 677959 |
|---|
| 24 | kill: No such thread: 677959 |
|---|
| 25 | + exit 1 |
|---|
| 26 | FAIL: cond5.test |
|---|
| 27 | /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 |
|---|
| 28 | === Running test ./tar.test |
|---|
| 29 | ++ pwd |
|---|
| 30 | /boot/home/Documents/code/automake-1.10/tests/testSubDir |
|---|
| 31 | + set -e |
|---|
| 32 | + cat |
|---|
| 33 | + : |
|---|
| 34 | + aclocal-1.10 -Werror |
|---|
| 35 | + autoconf |
|---|
| 36 | + automake-1.10 --foreign -Werror -Wall |
|---|
| 37 | + ./configure |
|---|
| 38 | checking for a BSD-compatible install... /bin/install -c |
|---|
| 39 | checking whether build environment is sane... yes |
|---|
| 40 | checking for a thread-safe mkdir -p... /boot/home/config/bin/mkdir -p |
|---|
| 41 | checking for gawk... gawk |
|---|
| 42 | checking whether make sets $(MAKE)... yes |
|---|
| 43 | checking how to create a ustar tar archive... none |
|---|
| 44 | configure: creating ./config.status |
|---|
| 45 | config.status: creating Makefile |
|---|
| 46 | + make distcheck |
|---|
| 47 | { test ! -d tar-1.0 || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr tar-1.0; }; } |
|---|
| 48 | test -d tar-1.0 || mkdir tar-1.0 |
|---|
| 49 | find tar-1.0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
|---|
| 50 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
|---|
| 51 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
|---|
| 52 | ! -type d ! -perm -444 -exec /bin/sh /boot/home/Documents/code/automake-1.10/tests/testSubDir/install-sh -c -m a+r {} {} \; \ |
|---|
| 53 | || chmod -R a+r tar-1.0 |
|---|
| 54 | tardir=tar-1.0 && false | GZIP=--best gzip -c >tar-1.0.tar.gz |
|---|
| 55 | { test ! -d tar-1.0 || { find tar-1.0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr tar-1.0; }; } |
|---|
| 56 | case 'tar-1.0.tar.gz' in \ |
|---|
| 57 | *.tar.gz*) \ |
|---|
| 58 | GZIP=--best gunzip -c tar-1.0.tar.gz | false ;;\ |
|---|
| 59 | *.tar.bz2*) \ |
|---|
| 60 | bunzip2 -c tar-1.0.tar.bz2 | false ;;\ |
|---|
| 61 | *.tar.Z*) \ |
|---|
| 62 | uncompress -c tar-1.0.tar.Z | false ;;\ |
|---|
| 63 | *.shar.gz*) \ |
|---|
| 64 | GZIP=--best gunzip -c tar-1.0.shar.gz | unshar ;;\ |
|---|
| 65 | *.zip*) \ |
|---|
| 66 | unzip tar-1.0.zip ;;\ |
|---|
| 67 | esac |
|---|
| 68 | make: *** [distcheck] Error 1 |
|---|
| 69 | FAIL: tar.test |
|---|
| 70 | ===================================== |
|---|
| 71 | 2 of 2 tests failed |
|---|
| 72 | Please report to bug-automake@gnu.org |
|---|
| 73 | ===================================== |
|---|
| 74 | make[1]: *** [check-TESTS] Error 1 |
|---|
| 75 | make[1]: Leaving directory `/boot/home/Documents/code/automake-1.10/tests' |
|---|
| 76 | make: *** [check-am] Error 2 |
|---|