Tests won't run

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello all,

I compiled ming 0.4.0 rc2 on tru64 5.1b (with C and PHP bindings)
It apparently compiled fine, I think, but running the tests has been
impossible.
It looks like the paths to all the test scripts are all screwed up and the
dotests script doesn't find them.

See my make check below:

Making check in src
Making check in actioncompiler
make  check-am
Making check in blocks
Making check in php_ext
No suffix list.
Making check in util
Making check in docs
No suffix list.
Making check in man
No suffix list.
No suffix list.
Making check in macros
No suffix list.
Making check in test
No suffix list.
Making check in Movie
No suffix list.
Making check in add
make  test01 test02 test01-cxx test02-cxx
/opt/TWWfsw/gcc402/bin/gcc -pthread -DHAVE_CONFIG_H -I. -I../../../src
-I../../..  -I../../../src  -I../../../test  -I/usr/sw/include  -O4 -g3
-Wall -DSWF_LITTLE_ENDIAN -MT test01.o -MD -MP -MF .deps/test01.Tpo -c -o
test01.o test01.c
mv -f .deps/test01.Tpo .deps/test01.Po
/bin/bash ../../../libtool --tag=CC    --mode=link
/opt/TWWfsw/gcc402/bin/gcc -pthread  -O4 -g3 -Wall -DSWF_LITTLE_ENDIAN
-L/usr/sw/lib -o test01 test01.o ../../../src/libming.la
mkdir .libs
/opt/TWWfsw/gcc402/bin/gcc -pthread -O4 -g3 -Wall -DSWF_LITTLE_ENDIAN -o
.libs/test01 test01.o  -L/usr/sw/lib ../../../src/.libs/libming.so
/usr/sw/lib/libpng12.so /usr/sw/lib/libungif.so -lX11 -lm
/usr/sw/lib/libfreetype.so -lz  -Wl,-rpath -Wl,/usr/sw/lib
creating test01
/opt/TWWfsw/gcc402/bin/gcc -pthread -DHAVE_CONFIG_H -I. -I../../../src
-I../../..  -I../../../src  -I../../../test  -I/usr/sw/include  -O4 -g3
-Wall -DSWF_LITTLE_ENDIAN -MT test02.o -MD -MP -MF .deps/test02.Tpo -c -o
test02.o test02.c
test02.c:3: warning: 'test' defined but not used
mv -f .deps/test02.Tpo .deps/test02.Po
/bin/bash ../../../libtool --tag=CC    --mode=link
/opt/TWWfsw/gcc402/bin/gcc -pthread  -O4 -g3 -Wall -DSWF_LITTLE_ENDIAN
-L/usr/sw/lib -o test02 test02.o ../../../src/libming.la
/opt/TWWfsw/gcc402/bin/gcc -pthread -O4 -g3 -Wall -DSWF_LITTLE_ENDIAN -o
.libs/test02 test02.o  -L/usr/sw/lib ../../../src/.libs/libming.so
/usr/sw/lib/libpng12.so /usr/sw/lib/libungif.so -lX11 -lm
/usr/sw/lib/libfreetype.so -lz  -Wl,-rpath -Wl,/usr/sw/lib
creating test02
/opt/TWWfsw/gcc402/bin/g++ -pthread -DHAVE_CONFIG_H -I. -I../../../src
-I../../..  -I../../../src  -I../../../test -I/usr/sw/include  -O4 -g3 -MT
test01-cxx.o -MD -MP -MF .deps/test01-cxx.Tpo -c -o test01-cxx.o
test01-cxx.C
../../../mingpp.h: In member function 'char* SWFFont::getShape(short
unsigned int)':
../../../mingpp.h:843: warning: 'SWFFont_getShape' is deprecated (declared
at ../../../src/ming.h:440)
../../../mingpp.h:843: warning: 'SWFFont_getShape' is deprecated (declared
at ../../../src/ming.h:440)
mv -f .deps/test01-cxx.Tpo .deps/test01-cxx.Po
/bin/bash ../../../libtool --tag=CXX    --mode=link
/opt/TWWfsw/gcc402/bin/g++ -pthread  -O4 -g3   -L/usr/sw/lib -o test01-cxx
test01-cxx.o ../../../src/libming.la
/opt/TWWfsw/gcc402/bin/g++ -pthread -O4 -g3 -o .libs/test01-cxx test01-cxx.o
-L/usr/sw/lib ../../../src/.libs/libming.so /usr/sw/lib/libpng12.so
/usr/sw/lib/libungif.so -lX11 -lm /usr/sw/lib/libfreetype.so -lz  -Wl,-rpath
-Wl,/usr/sw/lib
creating test01-cxx
/opt/TWWfsw/gcc402/bin/g++ -pthread -DHAVE_CONFIG_H -I. -I../../../src
-I../../..  -I../../../src  -I../../../test -I/usr/sw/include  -O4 -g3 -MT
test02-cxx.o -MD -MP -MF .deps/test02-cxx.Tpo -c -o test02-cxx.o
test02-cxx.C
../../../mingpp.h: In member function 'char* SWFFont::getShape(short
unsigned int)':
../../../mingpp.h:843: warning: 'SWFFont_getShape' is deprecated (declared
at ../../../src/ming.h:440)
../../../mingpp.h:843: warning: 'SWFFont_getShape' is deprecated (declared
at ../../../src/ming.h:440)
mv -f .deps/test02-cxx.Tpo .deps/test02-cxx.Po
/bin/bash ../../../libtool --tag=CXX    --mode=link
/opt/TWWfsw/gcc402/bin/g++ -pthread  -O4 -g3   -L/usr/sw/lib -o test02-cxx
test02-cxx.o ../../../src/libming.la
/opt/TWWfsw/gcc402/bin/g++ -pthread -O4 -g3 -o .libs/test02-cxx test02-cxx.o
-L/usr/sw/lib ../../../src/.libs/libming.so /usr/sw/lib/libpng12.so
/usr/sw/lib/libungif.so -lX11 -lm /usr/sw/lib/libfreetype.so -lz  -Wl,-rpath
-Wl,/usr/sw/lib
creating test02-cxx
make  check-TESTS
echo "extension_dir=../../../php_ext/tmp/modules" >php.ini
echo "extension=ming.so" >>php.ini
echo "top_builddir=../../.. builddir=/usr/local/ming/src top_srcdir=../../..
srcdir=. BINDINGS='"c cxx   php"' BUILD_OPTIONS='"GIF" "PNG" "FREETYPE"'
/usr/bin/perl -w ../../../test/dotests.pl" > dotests
chmod +x dotests
Test c: 1
Test C++: 1
Test perl: 0
Test python: 0
Test php: 1
dotestset depth 0
Executing './test01 .' in /usr/local/ming/src
Can't exec "./test01": No such file or directory at ../../../test/dotests.pl
line 170, <$TESTLIST> line 1.
Invokation of test builder './test01' returned No such file or directory
test01 ignored. ./test01-cxx does not exist
test01 ignored. ././test01.php does not exist
test02 ignored. ./test02 does not exist
test02 ignored. ./test02-cxx does not exist
test02 ignored. ././test02.php does not exist
End of loop for depth 0
FAIL: dotests
===================
1 of 1 tests failed
===================
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

-- 
Didier Godefroy
mailto:dg@xxxxxxxxxxx
Support anti-Spam legislation.
Join the fight http://www.cauce.org/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ming-users mailing list
Ming-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ming-users

[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux