This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
testsuite broken?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: java at gcc dot gnu dot org
- Date: Tue, 26 Mar 2002 23:23:05 +1200
- Subject: testsuite broken?
When I try to run the testsuite (with mainline), all the execution tests
fail with something like:
Array_1 Executing on host:
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/../libtool
--silent --tag=GCJ --mode=link /home/bryce/cvs/gcc/build/gcc/gcj
-B/home/bryce/cvs/gcc/build/gcc/ --encoding=UTF-8
-B/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/../
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/Array_1.class
-no-install --main=Array_1 -O -g -lm -o
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/Array_1
(timeout = 300)
spawn
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/../libtool
--silent --tag=GCJ --mode=link /home/bryce/cvs/gcc/build/gcc/gcj
-B/home/bryce/cvs/gcc/build/gcc/ --encoding=UTF-8
-B/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/../
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/Array_1.class
-no-install --main=Array_1 -O -g -lm -o
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/Array_1
PASS: Array_1 -O compilation from bytecode
spawn [open ...]
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/testsuite/Array_1:
error while loading shared libraries: libgcj.so.3: cannot open shared
object file: No such file or directory
This seems to happen regardless of whether I have libgcj installed on
the LD_LIBRARY_PATH or not. It worked the last time I tried it, a week
or so ago.
Bryce.