Source: geotranz Version: 3.7-1.1 Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17
geotranz fails to build with Java 17, the javac source/target options must be updated: find geotrans3 -type f -name '*.java' > files /usr/lib/jvm/default-java/bin/javac -source 1.6 -target 1.6 @files 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:11: compile] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/GEOTRANS3/java_gui' make[1]: *** [Makefile:7: makefile-build-indep-target] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:10: build-indep] Error 2