HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #41

Ticket #41: automake-1.10_failedtests.txt

File automake-1.10_failedtests.txt, 2.9 KB (added by brecht, 8 years ago)

Output of the two failing tests

Line 
1$ VERBOSE=x TESTS='cond5.test tar.test' make -e check
2/bin/make  defs aclocal-1.10 automake-1.10
3make[1]: Entering directory `/boot/home/Documents/code/automake-1.10/tests'
4make[1]: `defs' is up to date.
5make[1]: `aclocal-1.10' is up to date.
6make[1]: `automake-1.10' is up to date.
7make[1]: Leaving directory `/boot/home/Documents/code/automake-1.10/tests'
8/bin/make  check-TESTS
9make[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
20Makefile.am:8: variable `OPT_SRC' recursively defined
21+ kill -0 677959
22kill: No such thread: 677959
23+ kill 677959
24kill: No such thread: 677959
25+ exit 1
26FAIL: 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
38checking for a BSD-compatible install... /bin/install -c
39checking whether build environment is sane... yes
40checking for a thread-safe mkdir -p... /boot/home/config/bin/mkdir -p
41checking for gawk... gawk
42checking whether make sets $(MAKE)... yes
43checking how to create a ustar tar archive... none
44configure: creating ./config.status
45config.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; }; }
48test -d tar-1.0 || mkdir tar-1.0
49find 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
54tardir=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; }; }
56case '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 ;;\
67esac
68make: *** [distcheck] Error 1
69FAIL: tar.test
70=====================================
712 of 2 tests failed
72Please report to bug-automake@gnu.org
73=====================================
74make[1]: *** [check-TESTS] Error 1
75make[1]: Leaving directory `/boot/home/Documents/code/automake-1.10/tests'
76make: *** [check-am] Error 2

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/