Bug#898302: libpulse-java: FTBFS with Java 10 due to javah removal

Emmanuel Bourg ebourg at apache.org
Wed May 9 22:37:40 BST 2018


Source: libpulse-java
Severity: serious
User: debian-java at lists.debian.org
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



More information about the pkg-java-maintainers mailing list