icedtea-2.6.1: testlibrary classes not found on sparc64-linux

Hinrich chghs at web.de
Sat Aug 29 17:01:50 UTC 2015


Hi,

I have built icedtea-2.6.1 successfully for gentoo-sparc64-linux.
Running the testsuite `make check` fails in many steps because classes
of the testlibrary package classes are not found/compiled:

For example:
/home/hinrich/work/java/build/icedtea-2.6.1/openjdk/hotspot/test/runtime/NMT/JcmdScale.java:32:
error: package com.oracle.java.testlibrary does not exist
import com.oracle.java.testlibrary.*;
^

The initial output of `make check` is shown below. Which command should
compile these classes? Where should I find the .class-files? Any
jar-file for this?

I am running

./autogen.sh
./configure (...)
make all
make check

Regards,

Hinrich


----------------

make check
/usr/bin/gmake  check-local
gmake[1]: Entering directory '/home/hinrich/work/java/build/icedtea-2.6.1'
rm -rf test/jtreg/classes
mkdir -p test/jtreg/classes
/home/hinrich/work/java/build/icedtea-2.6.1/bootstrap/jdk1.6.0/bin/javac
-g -encoding utf-8  -J-Xmx1024m -Xprefer:source -source 7 -tar
get 7 -d test/jtreg/classes \
   `find /home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/com
-name '*.java'`
(cd /home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg; \
 /home/hinrich/work/java/build/icedtea-2.6.1/bootstrap/jdk1.6.0/bin/jar
cfm /home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg.jar
\
   META-INF/MANIFEST.MF \
   legal  README JavaTest.cmdMgrs.lst JavaTest.toolMgrs.lst \
   `find com -type f -a -not -name '*.java'` \
   -C /home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/classes com)
mkdir -p stamps
touch stamps/jtreg.stamp
mkdir -p test/hotspot/JTwork test/hotspot/JTreport
/home/hinrich/work/java/build/icedtea-2.6.1/bootstrap/jdk1.6.0/bin/java
-jar test/jtreg.jar -v1 -a -ignore:quiet \
        -w:test/hotspot/JTwork -r:test/hotspot/JTreport \

-jdk:/home/hinrich/work/java/build/icedtea-2.6.1/openjdk.build/j2sdk-image \
         \
        `pwd`/openjdk/hotspot/test \
    | tee test/check-hotspot.log
Directory "test/hotspot/JTwork/scratch" not found: creating
Passed: compiler/5057225/Test5057225.java
Passed: compiler/5091921/Test5091921.java
Passed: compiler/5091921/Test6186134.java
Passed: compiler/5091921/Test6196102.java
(...)



----------------

For example:

$ cat icedtea-2.6.1/test/hotspot/JTwork/runtime/NMT/JcmdScale.jtr
#Test Results (version 2)
#Thu Aug 27 19:13:41 CEST 2015
#checksum:22c965985aa6e1d6
#-----testdescription-----
$file=/home/hinrich/work/java/build/icedtea-2.6.1/openjdk/hotspot/test/runtime/NMT/JcmdScale.java
$root=/home/hinrich/work/java/build/icedtea-2.6.1/openjdk/hotspot/test
keywords=nmt jcmd othervm
library=/testlibrary
run=USER_SPECIFIED main/othervm -XX:NativeMemoryTracking=summary JcmdScale\n
source=JcmdScale.java
title=Test the NMT scale parameter

#-----environment-----

#-----testresult-----
description=file:/home/hinrich/work/java/build/icedtea-2.6.1/openjdk/hotspot/test/runtime/NMT/JcmdScale.java
end=Thu Aug 27 19:13:41 CEST 2015
environment=regtest
execStatus=Failed. Compilation failed
javatestOS=Linux 3.18.12-gentoo (sparcv9)
javatestVersion=unset
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages build compile
start=Thu Aug 27 19:13:34 CEST 2015
test=runtime/NMT/JcmdScale.java
work=/home/hinrich/work/java/build/icedtea-2.6.1/test/hotspot/JTwork/runtime/NMT

#section:script_messages
----------messages:(4/242)----------
JDK under test:
(/home/hinrich/work/java/build/icedtea-2.6.1/openjdk.build/j2sdk-image)
java version "1.7.0_85"
OpenJDK Runtime Environment (IcedTea 2.6.1) (linux-gnu build 1.7.0_85-b01)
OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode)

#section:build
----------messages:(3/94)----------
command: build JcmdScale
reason: Named class compiled on demand
elapsed time (seconds): 6.598
result: Failed. Compilation failed

#section:compile
----------messages:(3/189)----------
command: compile
/home/hinrich/work/java/build/icedtea-2.6.1/openjdk/hotspot/test/runtime/NMT/JcmdScale.java
reason: .class file out of date or does not exist
elapsed time (seconds): 6.597
----------System.out:(0/0)----------
----------System.err:(74/4130)----------
/home/hinrich/work/java/build/icedtea-2.6.1/openjdk/hotspot/test/runtime/NMT/JcmdScale.java:32:
error: package com.oracle.java.testlibrary does not exist
import com.oracle.java.testlibrary.*;
^
(...)


More information about the distro-pkg-dev mailing list