Package: gettext
Version: 0.21-6
Severity: important
Tags: ftbfs sid bookworm
User: debian-j...@lists.debian.org
Usertags: default-java17

gettext fails to build with OpenJDK 17, it looks like the configure script
doesn't detect javac properly:

  checking for Java compiler... no
  checking for jar... jar


When building with OpenJDK 11 there is:

  checking for Java compiler... javac -target 1.6 -source 1.6
  checking for jar... jar


Considering that the source/target level 1.6 is no longer supported since
OpenJDK 12 this is probably the cause of the issue.

Reply via email to