Your message dated Fri, 12 Nov 2021 22:06:46 +0000
with message-id <[email protected]>
and subject line Bug#997782: fixed in spatial4j-0.4 0.4.1-7
has caused the Debian Bug report #997782,
regarding spatial4j-0.4: FTBFS: [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
on project spatial4j: Compilation failure: Compilation failure:
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.)
--
997782: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997782
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: spatial4j-0.4
Version: 0.4.1-6
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --buildsystem=maven
> dh_update_autotools_config -O--buildsystem=maven
> dh_autoreconf -O--buildsystem=maven
> dh_auto_configure -O--buildsystem=maven
> mh_patchpoms -plibspatial4j-0.4-java --debian-build --keep-pom-version
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
> dh_auto_build -O--buildsystem=maven
> /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar
> -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package
> -DskipTests -Dnotimestamp=true -Dlocale=en_US
> [INFO] Scanning for projects...
> [WARNING] The project com.spatial4j:spatial4j:bundle:0.4.1 uses prerequisites
> which is only intended for maven-plugin projects but not for non maven-plugin
> projects. For such purposes you should use the maven-enforcer-plugin. See
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO]
> [INFO] ----------------------< com.spatial4j:spatial4j
> >-----------------------
> [INFO] Building Spatial4J 0.4.1
> [INFO] -------------------------------[ bundle
> ]-------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> spatial4j ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ spatial4j
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 39 source files to /<<PKGBUILDDIR>>/target/classes
> Use of target 1.6 is no longer supported, switching to 7
> Use of source 1.6 is no longer supported, switching to 7
> [INFO]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/WktShapeParser.java:
> Some input files use unchecked or unsafe operations.
> [INFO]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/WktShapeParser.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING] bootstrap class path not set in conjunction with -source 7
> [WARNING]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsWktShapeParser.java:[27,38]
> org.locationtech.jts.algorithm.CGAlgorithms in
> org.locationtech.jts.algorithm has been deprecated
> [WARNING]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/context/SpatialContextFactory.java:[96,45]
> newInstance() in java.lang.Class has been deprecated
> [WARNING]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/context/SpatialContextFactory.java:[184,34]
> readShape(java.lang.String) in com.spatial4j.core.context.SpatialContext has
> been deprecated
> [WARNING]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/context/jts/JtsSpatialContext.java:[92,17]
> toString(com.spatial4j.core.shape.Shape) in
> com.spatial4j.core.context.SpatialContext has been deprecated
> [WARNING]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/context/jts/JtsSpatialContext.java:[99,17]
> toString(com.spatial4j.core.shape.Shape) in
> com.spatial4j.core.context.SpatialContext has been deprecated
> [WARNING]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsWktShapeParser.java:[143,29]
> org.locationtech.jts.algorithm.CGAlgorithms in
> org.locationtech.jts.algorithm has been deprecated
> [WARNING]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsWktShapeParser.java:[143,41]
> isCCW(org.locationtech.jts.geom.Coordinate[]) in
> org.locationtech.jts.algorithm.CGAlgorithms has been deprecated
> [INFO] 8 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsBinaryCodec.java:[94,42]
> <anonymous com.spatial4j.core.io.jts.JtsBinaryCodec$1> is not abstract and
> does not override abstract method read(byte[]) in
> org.locationtech.jts.io.InStream
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsBinaryCodec.java:[97,21]
> read(byte[]) in <anonymous com.spatial4j.core.io.jts.JtsBinaryCodec$1>
> cannot implement read(byte[]) in org.locationtech.jts.io.InStream
> return type void is not compatible with int
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsBinaryCodec.java:[96,9]
> method does not override or implement a method from a supertype
> [INFO] 3 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.834 s
> [INFO] Finished at: 2021-10-23T07:32:07Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
> (default-compile) on project spatial4j: Compilation failure: Compilation
> failure:
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsBinaryCodec.java:[94,42]
> <anonymous com.spatial4j.core.io.jts.JtsBinaryCodec$1> is not abstract and
> does not override abstract method read(byte[]) in
> org.locationtech.jts.io.InStream
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsBinaryCodec.java:[97,21]
> read(byte[]) in <anonymous com.spatial4j.core.io.jts.JtsBinaryCodec$1>
> cannot implement read(byte[]) in org.locationtech.jts.io.InStream
> [ERROR] return type void is not compatible with int
> [ERROR]
> /<<PKGBUILDDIR>>/src/main/java/com/spatial4j/core/io/jts/JtsBinaryCodec.java:[96,9]
> method does not override or implement a method from a supertype
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp
> /usr/share/maven/boot/plexus-classworlds-2.x.jar
> -Dmaven.home=/usr/share/maven
> -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package
> -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1
> make: *** [debian/rules:4: build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/spatial4j-0.4_0.4.1-6_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: spatial4j-0.4
Source-Version: 0.4.1-7
Done: Markus Koschany <[email protected]>
We believe that the bug you reported is fixed in the latest version of
spatial4j-0.4, 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.
Markus Koschany <[email protected]> (supplier of updated spatial4j-0.4 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: Fri, 12 Nov 2021 22:40:54 +0100
Source: spatial4j-0.4
Architecture: source
Version: 0.4.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Markus Koschany <[email protected]>
Closes: 997782
Changes:
spatial4j-0.4 (0.4.1-7) unstable; urgency=medium
.
* Team upload.
* Declare compliance with Debian Policy 4.6.0.
* Remove get-orig-source target.
* Fix FTBFS with jts 18.1. (Closes: #997782)
Checksums-Sha1:
623fb875dc29ac483ffa05260742b521bb22095b 2327 spatial4j-0.4_0.4.1-7.dsc
7eab1322c76f8346a3ed15de554406df22919490 8592
spatial4j-0.4_0.4.1-7.debian.tar.xz
f7c94d0e22d7b3cf9190204104aaa411a11eb23c 8448
spatial4j-0.4_0.4.1-7_source.buildinfo
Checksums-Sha256:
18c2a848f28cda5e44837b7780994ba372332dd04261cf039cf320eababed4d5 2327
spatial4j-0.4_0.4.1-7.dsc
3fc3cfc31a7027b35bea74eb4157c36332e3118dccb7a69c0d0a312d12f41736 8592
spatial4j-0.4_0.4.1-7.debian.tar.xz
b8c22c5b28832dd79c8b98e0d577588cf70cf23c4681c083ca5bba19c9651801 8448
spatial4j-0.4_0.4.1-7_source.buildinfo
Files:
d28a28db5f611969230d12ba17e5cb90 2327 java optional spatial4j-0.4_0.4.1-7.dsc
599531135688512369eeba3eedd817d5 8592 java optional
spatial4j-0.4_0.4.1-7.debian.tar.xz
ab91838503e5308f00bb51e637976aac 8448 java optional
spatial4j-0.4_0.4.1-7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmGO4D9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkreUQAIL9m0bTre/VnIERmyNBAbLTlWYf7kstjxy6
S15YshXDfx9YKGvIj6/zElTeVuOJ4K2Ca9mNd6RPibXiZXRv3A4wC25paS1cfUfL
un24OjFPTbbA2WjhW81Anho6sVtjfRNmqLZIl86/+w7IYIP61OMPEp2JI2807k27
dn2XrLKV18TSNZcCVPOtJYmYYJV67RjbzDoHYA6kdN0lEVg+mpFNU5HlxELAwNh7
wcCOW4ExVeQe1l+J7zteTE+A/7oHRsyZlpZAbHJWS6B/19i88/GTMK1uGFtdNfTM
Dv5JP157PsctsnFmeZylaXN4svUSQqLKAy38201Efta6BTO231dhK3p5ez9Xn/pt
K6CViJGBlwy7/8GUGh602HGTOQ6EAKscJwgzm4BntfvK75ti4XqKtybCFfNqWXLX
ZTaJyVmknf2z3SfYNpo+glYzT/iQEiSewQnt/zxZVxB+idw0YIWlgaTtKvmMrI/i
/p9N6Nclct3kPJm55xn1pvTPDPEzsk89NZtAk8lKmUY6Z+viuiyieUTJUTupoLKN
V+vmpqmeUe7SZHcs6WhjjQ1nQANMh7HYU6Z0FK0JcRMmveaZmT+z0SYhNixUULzH
5ZLimfzx5UVZkLgWuIFB/0gLIieRM/SMHFKAF6tqnDIna9CmKs79uHDyexllH3RE
qP7YcKMZ
=1guX
-----END PGP SIGNATURE-----
--- End Message ---