----- Mail original -----
> De: "andreas" <andr...@an3as.eu>
> À: 912...@bugs.debian.org, "Debian Java List" <debian-java@lists.debian.org>
> Envoyé: Mercredi 31 Octobre 2018 07:07:36
> Objet: Re: Bug#912385: rdp-classifier FTBFS with OpenJDK 11

> Control: tags -1 help
> 
> Hi,
> 
> I'm afraid I need help for this bug from the Debian Java team.
> 
> Kind regards
> 
>       Andreas.
> 
> On Wed, Oct 31, 2018 at 04:56:52AM +0200, Adrian Bunk wrote:
>> Source: rdp-classifier
>> Version: 2.10.2-3
>> Severity: serious
>> Tags: ftbfs
>> 
>> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/rdp-classifier.html
>> 
>> ...
>> junit:
>>     [javac] /build/1st/rdp-classifier-2.10.2/tmp-junit.xml:13: warning:
>>     'includeantruntime' was not set, defaulting to build.sysclasspath=last; 
>> set to
>>     false for repeatable builds
>>     [javac] Compiling 18 source files
>>     [javac] warning: [options] bootstrap class path not set in conjunction 
>> with
>>     -source 8
>>     [javac] Note: Some input files use unchecked or unsafe operations.
>>     [javac] Note: Recompile with -Xlint:unchecked for details.
>>     [javac] 1 warning
>>      [echo] Using java version 11.0.1
>>     [junit] Error occurred during initialization of boot layer
>>     [junit] java.lang.module.FindException: Module java.se.ee not found


think this needs to be forwarded to upstream (if any...)

According to javadoc [0]

@Deprecated(since="9", forRemoval=true)

Module java.se.ee
Deprecated, for removal: This API element is subject to removal in a future 
version.



In the meanwhile, adding --add-module java.se.ee should do the job

Some module that were removed from jdk and need the --add-module option:

java.xml.ws (JAX-WS, plus the related technologies SAAJ and Web Services 
Metadata)
java.xml.bind (JAXB)
java.activation (JAF)
java.xml.ws.annotation (Common Annotations)
java.corba (CORBA)
java.transaction (JTA)

Related modules in Java SE 9 are also deprecated for removal:

java.se.ee (Aggregator module for the six modules above)
jdk.xml.ws (Tools for JAX-WS)
jdk.xml.bind (Tools for JAXB)



[0] https://docs.oracle.com/javase/9/docs/api/java.se.ee-summary.html



>>     [junit] Running edu.msu.cme.rdp.classifier.rrnaclassifier.ClassifierTest
>>     [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
>> 0 sec
>> 
>> BUILD FAILED
>> /build/1st/rdp-classifier-2.10.2/tmp-junit.xml:31: Test
>> edu.msu.cme.rdp.classifier.rrnaclassifier.ClassifierTest failed (crashed)
>> 
>> Total time: 3 seconds
>> make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1
>> 
>> _______________________________________________
>> Debian-med-packaging mailing list
>> debian-med-packag...@alioth-lists.debian.net
>> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging
> 
> --
> http://fam-tille.de

Reply via email to