Source: octave-ltfat
Severity: important
Tags: ftbfs sid bookworm
User: debian-j...@lists.debian.org
Usertags: default-java17

octave-ltfat fails to build with OpenJDK 17 because it invokes javac with
the source/target options set to 6. Since OpenJDK 12 the minimum version
supported is 7.


  /usr/bin/make -C inst/blockproc/java
  make[2]: Entering directory '/<<PKGBUILDDIR>>/inst/blockproc/java'
  javac -source 1.6 -target 1.6 net/sourceforge/ltfat/*.java 
net/sourceforge/ltfat/thirdparty/*.java
  warning: [options] bootstrap class path not set in conjunction with -source 6
  error: Source option 6 is no longer supported. Use 7 or later.
  error: Target option 6 is no longer supported. Use 7 or later.
  make[2]: *** [Makefile:9: default] Error 2
  make[2]: Leaving directory '/<<PKGBUILDDIR>>/inst/blockproc/java'

Reply via email to