Your message dated Tue, 12 Oct 2021 08:34:10 +0000
with message-id <[email protected]>
and subject line Bug#981974: fixed in vtk9 9.0.3+dfsg1-3
has caused the Debian Bug report #981974,
regarding vtk9: 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.)
--
981974: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981974
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vtk9
Severity: important
Tags: ftbfs sid bookworm
User: [email protected]
Usertags: default-java17
vtk9 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.
make[4]: Entering directory '/<<PKGBUILDDIR>>/debian/build'
[ 15%] Building Java object
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/CellType.class
[ 15%] Building Java object
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkReferenceInformation.class
[ 15%] Building Java object
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaGarbageCollector.class
[ 16%] Building Java object
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaMemoryManager.class
[ 16%] Building Java object
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaMemoryManagerImpl.class
cd /<<PKGBUILDDIR>>/debian/build/Wrapping/Java && /usr/bin/javac -classpath
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java -source 1.6 -target 1.6
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java/vtk/CellType.java >
cd /<<PKGBUILDDIR>>/debian/build/Wrapping/Java && /usr/bin/javac -classpath
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java -source 1.6 -target 1.6
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java/vtk/vtkJavaGarbage>
cd /<<PKGBUILDDIR>>/debian/build/Wrapping/Java && /usr/bin/javac -classpath
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java -source 1.6 -target 1.6
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java/vtk/vtkJavaMemoryM>
cd /<<PKGBUILDDIR>>/debian/build/Wrapping/Java && /usr/bin/javac -classpath
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java -source 1.6 -target 1.6
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java/vtk/vtkJavaMemoryM>
cd /<<PKGBUILDDIR>>/debian/build/Wrapping/Java && /usr/bin/javac -classpath
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java -source 1.6 -target 1.6
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java/vtk/vtkReferenceIn>
[ 16%] Building Java object
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/AxesActor.class
[ 16%] Building Java object
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaTesting.class
cd /<<PKGBUILDDIR>>/debian/build/Wrapping/Java && /usr/bin/javac -classpath
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java -source 1.6 -target 1.6
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java/vtk/AxesActor.java>
cd /<<PKGBUILDDIR>>/debian/build/Wrapping/Java && /usr/bin/javac -classpath
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java -source 1.6 -target 1.6
/<<PKGBUILDDIR>>/debian/build/Wrapping/Java/vtk/vtkJavaTesting>
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.
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.
warning: [options] bootstrap class path not set in conjunction with -source 6
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[4]: *** [Wrapping/Java/CMakeFiles/vtkjava.dir/build.make:17641:
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaMemoryManagerImpl.class] Error 2
make[4]: *** Waiting for unfinished jobs....
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
warning: [options] bootstrap class path not set in conjunction with -source 6
make[4]: *** [Wrapping/Java/CMakeFiles/vtkjava.dir/build.make:17646:
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkReferenceInformation.class] Error 2
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
warning: [options] bootstrap class path not set in conjunction with -source 6
make[4]: *** [Wrapping/Java/CMakeFiles/vtkjava.dir/build.make:17636:
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaMemoryManager.class] Error 2
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.
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[4]: *** [Wrapping/Java/CMakeFiles/vtkjava.dir/build.make:17631:
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaGarbageCollector.class] Error 2
make[4]: *** [Wrapping/Java/CMakeFiles/vtkjava.dir/build.make:17651:
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/AxesActor.class] Error 2
make[4]: *** [Wrapping/Java/CMakeFiles/vtkjava.dir/build.make:17626:
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/CellType.class] Error 2
make[4]: *** [Wrapping/Java/CMakeFiles/vtkjava.dir/build.make:17656:
Wrapping/Java/CMakeFiles/vtkjava.dir/vtk/vtkJavaTesting.class] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
--- End Message ---
--- Begin Message ---
Source: vtk9
Source-Version: 9.0.3+dfsg1-3
Done: Jochen Sprickerhof <[email protected]>
We believe that the bug you reported is fixed in the latest version of
vtk9, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jochen Sprickerhof <[email protected]> (supplier of updated vtk9 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 12 Oct 2021 10:21:32 +0200
Source: vtk9
Architecture: source
Version: 9.0.3+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Jochen Sprickerhof <[email protected]>
Closes: 981974 983299 984399
Changes:
vtk9 (9.0.3+dfsg1-3) unstable; urgency=medium
.
* Team upload.
* Add upstream patch to include <limits> (Closes: #984399)
* Bump Java source/target versions (Closes: #981974)
* Add upstream patch for proj>=5 api (Closes: #983299)
* Use dh-sequencers
* Use execute_after_ of dh
* Add Multi-Arch hints from the MA hinter
* Bump policy versions (no changes)
Checksums-Sha1:
d5937cf19dd13fd47813f76e0d98c12a9ed1b9e7 3682 vtk9_9.0.3+dfsg1-3.dsc
47beb13f870520e17aa34f8701d8c8cbb527eaa7 22100 vtk9_9.0.3+dfsg1-3.debian.tar.xz
27b6d4f63ebd2f429fe63b54eab803e64cc4f0c3 27606
vtk9_9.0.3+dfsg1-3_source.buildinfo
Checksums-Sha256:
ce8efb654699e0951658175fcccc2163d1c6c8334591956b09d84e57ba5e8dca 3682
vtk9_9.0.3+dfsg1-3.dsc
432fab24652100d932612d0dd2ea2c52c7865079b45e0b4f5b09a9e3e3814e0c 22100
vtk9_9.0.3+dfsg1-3.debian.tar.xz
367904402ba180e91480ac9ff9c6724bcb200df39e4047ed1897d5d8531f4c6e 27606
vtk9_9.0.3+dfsg1-3_source.buildinfo
Files:
8904dccf31f0f22c7cb157e79cb51376 3682 graphics optional vtk9_9.0.3+dfsg1-3.dsc
573051d21e37ad443d45f05879f8f3de 22100 graphics optional
vtk9_9.0.3+dfsg1-3.debian.tar.xz
3b245a30ea3480802b8cefcbea80ea19 27606 graphics optional
vtk9_9.0.3+dfsg1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmFlRqwACgkQW//cwljm
lDO38Q//aIK+KqVCPvB7iBC1Z0G/exaMhz9q98yga30ULCe8yZD2A0Sez8+7z3Fc
1m3nbfFHfWigVYazKjqK2OaU8zm86pT2TWzVvG0PuuX9V82Duwj6VChQFPYJzMql
QBcBSxzyuHg/8rF/QJHNvbukn+yvodbteAV+/MFVxK8AXTypDgtcXFhablWy4Pj/
4yEDZA+HNZ9r2942RW5c8I5zlECgmC5JZhQG6D4iBQ3+Of03jqTtDo3cBdbM6OlU
pXjDWL4AF3lP8EyQSvQiJaFh34iORu7PIfH0sBxm5GbCyPJF8NRBxwXW3Hy2dEp5
+Wgkus8ow6eb+lIvdzTrREuNLMG1zJ4RoFvy3D5OHR0sgHI293BXpt2FglGorJN7
VEhgcHz7LwqW4EKPiJPxMyE0UatwhX8zvsWEJmdsEVnpiQHhTuzP73qSzrBn4Rek
woPPkCi/GEJyk0Sb/5mKyDMtSsSe0MjOofWwLdfdJX59upDTGVh31AXKPVMmpqlv
hNZLIc0Z0Q6wKTueC5gJRNuwQ3CqDIo7kucs81WKDNh1Ht9d683zsB3zibjZPhvE
HvqUkuFe5+VZzeiHxdyiifqWKfxkZu1gfht3Tnx89IEotBIk5Z26ETTG0mM+AjdK
LvsErU5qlQcuxBVW83sEFVPMMofos3eclu/C/Uc8SCR1WgZNkBg=
=9d38
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers