[Debian-med-packaging] Bug#982045: libssw: FTBFS with OpenJDK 17 due to unsupported javac source/target level 6
Emmanuel Bourg
ebourg at apache.org
Fri Feb 5 21:39:49 GMT 2021
Source: libssw
Severity: important
Tags: ftbfs sid bookworm
User: debian-java at lists.debian.org
Usertags: default-java17
libssw 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.
javac -target 1.6 -source 1.6 ssw/Aligner.java
javac -target 1.6 -source 1.6 ssw/Alignment.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:51: ssw/Aligner.class] Error 2
make[2]: *** Waiting for unfinished jobs....
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:51: ssw/Alignment.class] Error 2
More information about the Debian-med-packaging
mailing list