Your message dated Tue, 18 Oct 2022 08:57:59 -0500
with message-id <2120296.irdbgypaU6@riemann>
and subject line Re: nyquist: FTBFS with OpenJDK 17 due to unsupported javac
source/target level 6
has caused the Debian Bug report #1011619,
regarding nyquist: FTBFS with OpenJDK 17 due to unsupported javac source/target
level 6
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1011619: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011619
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
On Wed, 25 May 2022 14:09:39 +0200 Emmanuel Bourg <[email protected]> wrote:
> 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
Just uploaded version 3.20, which no longer uses "-source 1.6" on the javac
command.
-Steve
signature.asc
Description: This is a digitally signed message part.
--- End Message ---