tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Build problem in OpenSuSe of spdylay - testsuite #123

Open sylviotamorim opened 10 years ago

sylviotamorim commented 10 years ago
[  138s] /bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -I../lib -I../lib/includes -I../lib/includes -DHAVE_CONFIG_H -fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables  -static -lcunit  -ldl    -o failmalloc failmalloc.o failmalloc_test.o malloc_wrapper.o spdylay_test_helper.o ../lib/libspdylay.la -L/lib -lz  
[  138s] libtool: link: gcc -Wall -I../lib -I../lib/includes -I../lib/includes -DHAVE_CONFIG_H -fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -fstack-protector -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -o failmalloc failmalloc.o failmalloc_test.o malloc_wrapper.o spdylay_test_helper.o  -lcunit -ldl ../lib/.libs/libspdylay.a -L/lib -lz
[  138s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  138s] /usr/bin/make  check-TESTS
[  138s] make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  138s] make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] PASS: main
[  139s] PASS: failmalloc
[  139s] FAIL: end_to_end.py
[  139s] make[5]: Entering directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] Making all in testdata
[  139s] make[6]: Entering directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests/testdata'
[  139s] make[6]: Nothing to be done for `all'.
[  139s] make[6]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests/testdata'
[  139s] make[6]: Entering directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] make[6]: Nothing to be done for `all-am'.
[  139s] make[6]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] make[5]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] ============================================================================
[  139s] Testsuite summary for spdylay 1.3.1
[  139s] ============================================================================
[  139s] # TOTAL: 3
[  139s] # PASS:  2
[  139s] # SKIP:  0
[  139s] # XFAIL: 0
[  139s] # FAIL:  1
[  139s] # XPASS: 0
[  139s] # ERROR: 0
[  139s] ============================================================================
[  139s] See tests/test-suite.log
[  139s] Please report to t-tujikawa@users.sourceforge.net
[  139s] ============================================================================
[  139s] make[4]: *** [test-suite.log] Error 1
[  139s] make[4]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] make[3]: *** [check-TESTS] Error 2
[  139s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] make[2]: *** [check-am] Error 2
[  139s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] make[1]: *** [check-recursive] Error 1
[  139s] make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/spdylay-1.3.1/tests'
[  139s] make: *** [check-recursive] Error 1
[  139s] error: Bad exit status from /var/tmp/rpm-tmp.omOHlp (%build)
[  139s] 
[  139s] 
tatsuhiro-t commented 10 years ago

Could you show me tests/test-suite.log?