Bug#997743: 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:

Lucas Nussbaum lucas at debian.org
Sun Oct 24 13:27:02 BST 2021


Source: spatial4j
Version: 0.7-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at 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 <tmancill at 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.



More information about the pkg-java-maintainers mailing list