Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
Control: tags -1 + patch I sent a merge request on Salsa [1]. It's only build tested, please check if it's also ok at runtime. [1] https://salsa.debian.org/science-team/scilab/merge_requests/2

Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
Later the build fails when generating the javadoc, because the "--add-modules=java.activation,java.xml.bind" option was specified to build with Java 9, but these modules have been removed in Java 11.

Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
With javax.activation.jar added to the classpath the build now fails due to the removal of JAXB: [javac] import javax.xml.bind.JAXBContext; [javac] ^ [javac] /build/scilab-6.0.1/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteManager.java:27: error:

Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
The @Generated annotations can be safely removed, they only have a documentation purpose at the source level. But after removing them there is another issue related to the removal of the javax.activation API in Java 11: [javac]

Bug#912392: scilab FTBFS with OpenJDK 11

2018-10-30 Thread Adrian Bunk
Source: scilab Version: 6.0.1-5 Severity: serious Tags: ftbfs https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/scilab.html ... [javac] warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than