Source: libpulse-java
Severity: serious
User: [email protected]
Usertags: default-java10
libpulse-java fails to build with Java 10 due to the removal of javah:
compile:
[mkdir] Created dir: /build/1st/libpulse-java-2.4.7/target/classes
[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 22 source files to
/build/1st/libpulse-java-2.4.7/target/classes
[javac] warning: [options] bootstrap class path not set in conjunction
with -source 7
[javac] Note:
/build/1st/libpulse-java-2.4.7/src/java/org/classpath/icedtea/pulseaudio/Operation.java
uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
[mkdir] Created dir: /build/1st/libpulse-java-2.4.7/target/native
BUILD FAILED
/build/1st/libpulse-java-2.4.7/debian/build.xml:9: javah does not exist under
Java 10 and higher, use the javac task with nativeHeaderDir instead
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.