Source: nyquist Version: 3.12+ds-4 Severity: important Tags: ftbfs sid bookworm User: [email protected] Usertags: default-java17
nyquist 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. [100%] Building jnyqide/jNyqIDE.jar cd /<<PKGBUILDDIR>> && mv jnyqide/SpecialMacHandler.java jnyqide/SpecialMacHandler.hidden cd /<<PKGBUILDDIR>> && javac -source 1.6 jnyqide/*.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. make[3]: *** [CMakeFiles/jNyqIDE.dir/build.make:75: CMakeFiles/jNyqIDE] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:119: CMakeFiles/jNyqIDE.dir/all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:94: all] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 VERBOSE=1 returned exit code 2 make: *** [debian/rules:6: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

