Bug#898227: jblas: FTBFS with Java 10 due to javah removal
Emmanuel Bourg
ebourg at apache.org
Tue May 8 23:13:39 BST 2018
Source: jblas
Severity: serious
User: debian-java at lists.debian.org
Usertags: default-java10
jblas fails to build with Java 10 due to the removal of javah:
prepare:
[mkdir] Created dir: /build/1st/jblas-1.2.4/target/classes
javah:
[javac] /build/1st/jblas-1.2.4/build.xml:142: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Using javac -source 1.6 is no longer supported, switching to 1.7
[javac] Using javac -target 1.6 is no longer supported, switching to 1.7
[javac] Compiling 2 source files to /build/1st/jblas-1.2.4/target/classes
BUILD FAILED
/build/1st/jblas-1.2.4/build.xml:147: javah does not exist under Java 10 and higher, use the javac task with nativeHeaderDir instead
More information about the pkg-java-maintainers
mailing list