Your message dated Fri, 12 Nov 2021 21:33:54 +0000
with message-id <e1mlebg-000boc...@fasolo.debian.org>
and subject line Bug#997743: fixed in spatial4j 0.8-1
has caused the Debian Bug report #997743,
regarding spatial4j: 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 ow...@bugs.debian.org
immediately.)


-- 
997743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spatial4j
Version: 0.7-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package spatial4j
> dpkg-buildpackage: info: source version 0.7-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by tony mancill <tmanc...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean
>    dh_auto_clean
>       bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo 
> \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
>       mh_unpatchpoms -plibspatial4j-java
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building spatial4j using existing 
> ./spatial4j_0.7.orig.tar.gz
> dpkg-source: info: building spatial4j in spatial4j_0.7-1.debian.tar.xz
> dpkg-source: info: building spatial4j in spatial4j_0.7-1.dsc
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibspatial4j-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build
>       /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 org.locationtech.spatial4j:spatial4j:bundle:0.7 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] ----------------< org.locationtech.spatial4j:spatial4j 
> >----------------
> [INFO] Building Spatial4J 0.7
> [INFO] -------------------------------[ bundle 
> ]-------------------------------
> [INFO] 
> [INFO] --- replacer:1.5.3:replace (process-packageVersion) @ spatial4j ---
> [INFO] Replacement run on 1 file.
> [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 72 source files to /<<PKGBUILDDIR>>/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.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/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java:[23,38]
>  org.locationtech.jts.algorithm.CGAlgorithms in 
> org.locationtech.jts.algorithm has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/jts/JtsGeoJSONWriter.java:[17,37]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[117,15]
>  makePoint(double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[126,15]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[137,15]
>  makeCircle(org.locationtech.spatial4j.shape.Point,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[159,15]
>  <S>makeCollection(java.util.List<S>) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:[103,45]
>  newInstance() in java.lang.Class has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:[252,19]
>  org.locationtech.spatial4j.io.LegacyShapeReader in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:[258,19]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:[282,34]
>  readShape(java.lang.String) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/ShapeCollection.java:[59,17]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/ShapeCollection.java:[107,15]
>  <S>makeCollection(java.util.List<S>) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/jts/JtsSpatialContextFactory.java:[83,19]
>  org.locationtech.spatial4j.io.LegacyShapeReader in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/context/jts/JtsSpatialContextFactory.java:[89,19]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/ShapeFactoryImpl.java:[184,47]
>  <S>multiShape(java.util.List<S>) in 
> org.locationtech.spatial4j.shape.ShapeFactory has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/ShapeFactoryImpl.java:[148,16]
>  lineString(java.util.List<org.locationtech.spatial4j.shape.Point>,double) in 
> org.locationtech.spatial4j.shape.ShapeFactory has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java:[354,39]
>  createMultiPoint(org.locationtech.jts.geom.Coordinate[]) in 
> org.locationtech.jts.geom.GeometryFactory has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java:[563,28]
>  org.locationtech.jts.algorithm.CGAlgorithms in 
> org.locationtech.jts.algorithm has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java:[563,40]
>  isCCW(org.locationtech.jts.geom.Coordinate[]) in 
> org.locationtech.jts.algorithm.CGAlgorithms has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[180,20]
>  makeShape(org.locationtech.jts.geom.Geometry,boolean,boolean) in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[210,30]
>  getGeometryFactory() in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[236,19]
>  getGeometryFactory() in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[245,22]
>  getGeometryFrom(org.locationtech.spatial4j.shape.Shape) in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[265,35]
>  getGeometryFrom(org.locationtech.spatial4j.shape.Shape) in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[313,23]
>  getGeometryFactory() in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsPoint.java:[62,15]
>  
> makeRectangle(org.locationtech.spatial4j.shape.Point,org.locationtech.spatial4j.shape.Point)
>  in org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/jts/JtsPoint.java:[67,15]
>  makeCircle(org.locationtech.spatial4j.shape.Point,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/WKTWriter.java:[39,23]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/WKTWriter.java:[46,28]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/WKTWriter.java:[115,12]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/distance/DistanceUtils.java:[210,17]
>  makePoint(double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/distance/DistanceUtils.java:[280,17]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/PolyshapeWriter.java:[132,37]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLineString.java:[61,26]
>  <S>makeCollection(java.util.List<S>) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLineString.java:[80,26]
>  <S>makeCollection(java.util.List<S>) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLineString.java:[91,15]
>  
> makeBufferedLineString(java.util.List<org.locationtech.spatial4j.shape.Point>,double)
>  in org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLine.java:[132,15]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/GeohashUtils.java:[124,15]
>  makePoint(double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/GeohashUtils.java:[156,15]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/PointImpl.java:[55,15]
>  
> makeRectangle(org.locationtech.spatial4j.shape.Point,org.locationtech.spatial4j.shape.Point)
>  in org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/PointImpl.java:[65,15]
>  makeCircle(org.locationtech.spatial4j.shape.Point,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/GeoJSONWriter.java:[55,23]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/GeoJSONWriter.java:[141,19]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/jts/JtsGeoJSONWriter.java:[98,23]
>  org.locationtech.spatial4j.io.LegacyShapeWriter in 
> org.locationtech.spatial4j.io has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/GeoJSONReader.java:[269,23]
>  <S>makeCollection(java.util.List<S>) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[83,41]
>  getGeometryFactory() in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[103,17]
>  makeShape(org.locationtech.jts.geom.Geometry,boolean,boolean) in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[111,24]
>  getGeometryFrom(org.locationtech.spatial4j.shape.Shape) in 
> org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/BBoxCalculator.java:[193,15]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[69,19]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[71,19]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[80,21]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[81,19]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[92,17]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[291,17]
>  makePoint(double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/distance/CartesianDistCalc.java:[105,17]
>  makePoint(double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/distance/CartesianDistCalc.java:[119,17]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/CircleImpl.java:[38,46]
>  makeRectangle(double,double,double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/CircleImpl.java:[76,15]
>  makeCircle(org.locationtech.spatial4j.shape.Point,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [WARNING] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/shape/impl/GeoCircle.java:[55,44]
>  makePoint(double,double) in 
> org.locationtech.spatial4j.context.SpatialContext has been deprecated
> [INFO] 61 warnings 
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/src/main/java/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[85,42]
>  <anonymous org.locationtech.spatial4j.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/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[88,21]
>  read(byte[]) in <anonymous 
> org.locationtech.spatial4j.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/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[87,9]
>  method does not override or implement a method from a supertype
> [INFO] 3 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.293 s
> [INFO] Finished at: 2021-10-23T07:33:10Z
> [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/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[85,42]
>  <anonymous org.locationtech.spatial4j.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/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[88,21]
>  read(byte[]) in <anonymous 
> org.locationtech.spatial4j.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/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[87,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: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/spatial4j_0.7-1_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
Source-Version: 0.8-1
Done: Markus Koschany <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
spatial4j, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated spatial4j 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 12 Nov 2021 21:08:29 +0100
Source: spatial4j
Architecture: source
Version: 0.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 997743
Changes:
 spatial4j (0.8-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 0.8.
   * Declare compliance with Debian Policy 4.6.0.
   * Fix incompatibility with latest version of libjts-java. (Closes: #997743)
Checksums-Sha1:
 63ea9b773d8265da2d6792dd67399a660d8366db 2308 spatial4j_0.8-1.dsc
 91264ec566f4b0dd8d0e60e0878f2a85af44bb67 167427 spatial4j_0.8.orig.tar.gz
 589aa2a79c049195838ae2eea6535ef6d297cc3a 4368 spatial4j_0.8-1.debian.tar.xz
 c99535d8a04dd6d10cdb3ad1e4647c0157191ac5 13615 spatial4j_0.8-1_amd64.buildinfo
Checksums-Sha256:
 de82d7370991a651331f88f86632d35bb62012f79c71e130d14d1ed43ffe6c53 2308 
spatial4j_0.8-1.dsc
 0899d0ecdfcb946f82eaa8aea64cfd7b62e35ca9a9d80ae4c78b00c03d4d78b1 167427 
spatial4j_0.8.orig.tar.gz
 e76bdfdef777224a5940385e8d13b822e61085e221d4df63963f579ae80c9e09 4368 
spatial4j_0.8-1.debian.tar.xz
 a0e0f037513942494e89016e434477196a5627ebaec8a25e2f2a31214fba0013 13615 
spatial4j_0.8-1_amd64.buildinfo
Files:
 8512ed0a4b213a53607130cca96b8b80 2308 java optional spatial4j_0.8-1.dsc
 ac9985d3c7e70a8b40e3fac01a49884c 167427 java optional spatial4j_0.8.orig.tar.gz
 6aea692c678c3c2ef2ddfbd8cea5b670 4368 java optional 
spatial4j_0.8-1.debian.tar.xz
 6f03f0e2830e2d6662978532f482154b 13615 java optional 
spatial4j_0.8-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmGO2NNfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HknYMQAKClubQVi0KekoqtnwDS0Ek4DEoH73QJ/nDq
7mD1hTDHcJHRhXLim3f7q5VwoOqJeVv0MLoysjeHc5lSRY+2ETulzEntmTqAqo3O
lcr/+cPxvjC8fwEKsA+lKO72qVz9/OnDB/yKN0Ux+S/atlVDUiE/7ji3tYw3ZkNR
b92wsWSdf+k85wwbFLalSuF4Xz9aPtNX4B22zkpAqhpw3WBOmSRNP7qW3hInV1T8
8V7ywjn11rXkNU84r5SH/fqE285LBTzQNYoWkkPePM5Y3zdMKGz2Rxe+B75uujpL
IYCENK7EOe50WALX4PKZIDtzbwHM5An9BbxpRUWNYmZWlU91IZcrbRu2n5PCtWsN
I4mOaSaiLwynzkhl2upYvO1BImQBg4VQYbDCtNhaFpfbEjrbFWw3VzmmxcHc3o7e
46g7wBAdSXhqMuH6dRtyE0ZO/goEqZ+5vNM+d5VEU06QEKXArK03K6nZBHff8Mrr
ik498CODb6C/uBHfwMVb+33VI2+BZSb3/ET+z+vd3FNIDqWk6mskzQeupvoLflX9
+pyKusnYq7YPwX0C9lzscUOeXdOhHw7U3V+D07qE6bv/nF7luzeY+Ipv8K3wASdN
H6eUgnzAdSbSATKY5v8x2V2HZoyU8hgRGBkbvgnqpNyYqaK1idcdo/pkG1k/uWof
PSVTuf+I
=37O5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to