problems when build OpenJDK on mips64el
Andrew Haley
aph at redhat.com
Mon Mar 15 04:19:42 PDT 2010
On 03/15/2010 11:04 AM, Linwen Deng wrote:
> >Go into the libjava build directory and run "make check".
>
> I have done that already, and the last few lines of libjava.log are as
> following:
>
> *PASS: TestParent compilation from source
> set_ld_library_path_env_vars:
> ld_library_path=.:/root/Download/gcc-4.4.1/build/mips64el-linux/./libjava/.libs:/root/Download/gcc-4.4.1/build/gcc
> invoke:
> /root/Download/gcc-4.4.1/build/mips64el-linux/libjava/testsuite/TestParent.exe
>
> Setting LD_LIBRARY_PATH to
> .:/root/Download/gcc-4.4.1/build/mips64el-linux/./libjava/.libs:/root/Download/gcc-4.4.1/build/gcc:.:/root/Download/gcc-4.4.1/build/mips64el-linux/./libjava/.libs:/root/Download/gcc-4.4.1/build/gcc:/root/Download/gcc-4.4.1/build/mips64el-linux/libstdc++-v3/.libs:/root/Download/gcc-4.4.1/build/mips64el-linux/libmudflap/.libs:/root/Download/gcc-4.4.1/build/mips64el-linux/libssp/.libs:/root/Download/gcc-4.4.1/build/mips64el-linux/libgomp/.libs:/root/Download/gcc-4.4.1/build/./gcc:/root/Download/gcc-4.4.1/build/./prev-gcc:/lib:/lib64:/usr/lib:/usr/lib64
> spawn [open ...]
> PASS:
> /root/Download/gcc-4.4.1/build/mips64el-linux/libjava/testsuite/TestParent.exe
> execution -
> /root/Download/gcc-4.4.1/build/mips64el-linux/libjava/testsuite/TestParent.exe
> PASS:
> /root/Download/gcc-4.4.1/build/mips64el-linux/libjava/testsuite/TestParent.exe
> output -
> /root/Download/gcc-4.4.1/build/mips64el-linux/libjava/testsuite/TestParent.exe
> testcase
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.loader/loader.exp
> completed in 19 seconds
> Running /root/Download/gcc-4.4.1/libjava/testsuite/libjava.mauve/mauve.exp
> ...
> testcase /root/Download/gcc-4.4.1/libjava/testsuite/libjava.mauve/mauve.exp
> completed in 0 seconds
> Running
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/special.exp ...
> byte compile: /root/Download/gcc-4.4.1/build/gcc/gcj
> -B/root/Download/gcc-4.4.1/build/mips64el-linux/libjava/
> -B/root/Download/gcc-4.4.1/build/gcc/ --encoding=UTF-8 -C
> -I/root/Download/gcc-4.4.1/build/mips64el-linux/libjava/testsuite/../libgcj-4.4.1.jar
> -g /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/pr21115I.java
> -d /root/Download/gcc-4.4.1/build/mips64el-linux/libjava/testsuite 2>@
> stdout
> couldn't compile
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/pr21115I.java:
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/pr21115I.java:1:
> error: Implicit super constructor pr21115() is undefined for default
> constructor. Must define an explicit constructor
> public class pr21115I extends pr21115
> ^^^^^^^^
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/pr21115.java:20:
> error: The method println(String) is undefined for the type PrintStream
> System.out.println ("FAILED - expecting false return value.");
> ^^^^^^^
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/pr21115.java:6:
> error: The method newInstance() is undefined for the type Class
> Object o = c.newInstance();
> ^^^^^^^^^^^
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/pr21115.java:5:
> error: The method forName(String) is undefined for the type Class
> Class c = Class.forName("pr21115I");
> ^^^^^^^
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/pr21115.java:5:
> warning: Class is a raw type. References to generic type Class<T> should be
> parameterized
> Class c = Class.forName("pr21115I");
> ^^^^^
> 5 problems (4 errors, 1 warning)
> child process exited abnormally
> testcase
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.special/special.exp
> completed in 7 seconds
> Running /root/Download/gcc-4.4.1/libjava/testsuite/libjava.verify/verify.exp
> ...
> testcase
> /root/Download/gcc-4.4.1/libjava/testsuite/libjava.verify/verify.exp
> completed in 0 seconds
>
> === libjava Summary ===
>
> # of expected passes 2574
> runtest completed at Mon Mar 15 12:11:04 2010
>
> *but I don't know what's the problem, can you help me?*
This version of gcj is broken on MIPS, so someone is going to have to debug it.
Can't you use a pre-packaged version?
Andrew.
More information about the distro-pkg-dev
mailing list