Your message dated Mon, 28 Jan 2019 15:12:56 +0000 with message-id <[email protected]> and subject line Bug#919876: fixed in java-string-similarity 0.24-2 has caused the Debian Bug report #919876, regarding javadoc: The code being documented uses modules but the packages defined in … are in the unnamed module 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.) -- 919876: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919876 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:java-string-similarity Version: 0.24-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --buildsystem=maven dh_update_autotools_config -i -O--buildsystem=maven dh_autoreconf -i -O--buildsystem=maven dh_auto_configure -i -O--buildsystem=maven mh_patchpoms -plibjava-string-similarity-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo dh_auto_build -i -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 javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] ----------------< info.debatty:java-string-similarity >----------------- [INFO] Building java-string-similarity 0.24 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ java-string-similarity --- [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.0:compile (default-compile) @ java-string-similarity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /<<PKGBUILDDIR>>/target/classes Use of target 1.5 is no longer supported, switching to 1.7 Use of source 1.5 is no longer supported, switching to 1.7 [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ java-string-similarity --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ java-string-similarity --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /<<PKGBUILDDIR>>/target/test-classes Use of target 1.5 is no longer supported, switching to 1.7 Use of source 1.5 is no longer supported, switching to 1.7 [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ java-string-similarity --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ java-string-similarity --- [INFO] Building jar: /<<PKGBUILDDIR>>/target/java-string-similarity-0.24.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ java-string-similarity --- [INFO] Adding the --ignore-source-errors option [INFO] Loading source files for package info.debatty.java.stringsimilarity... Loading source files for package info.debatty.java.stringsimilarity.examples... Loading source files for package info.debatty.java.stringsimilarity.experimental... Loading source files for package info.debatty.java.stringsimilarity.interfaces... Constructing Javadoc information... Standard Doclet version 11.0.2 Building tree for all the packages and classes... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/CharacterSubstitutionInterface.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/Cosine.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/Damerau.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/Jaccard.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/JaroWinkler.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/Levenshtein.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/LongestCommonSubsequence.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/MetricLCS.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/NGram.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/NormalizedLevenshtein.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/OptimalStringAlignment.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/QGram.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/SorensenDice.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/WeightedLevenshtein.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/Examples.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/MetricLCS.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/nischay21.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/PrecomputedCosine.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/experimental/Sift4.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/MetricStringDistance.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/NormalizedStringDistance.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/NormalizedStringSimilarity.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/StringDistance.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/StringSimilarity.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/package-summary.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/package-tree.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/package-summary.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/package-tree.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/experimental/package-summary.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/experimental/package-tree.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/package-summary.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/package-tree.html... Generating /<<PKGBUILDDIR>>/target/apidocs/constant-values.html... Generating /<<PKGBUILDDIR>>/target/apidocs/serialized-form.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/Damerau.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/JaroWinkler.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/NormalizedLevenshtein.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/SorensenDice.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/MetricLCS.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/QGram.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/Levenshtein.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/OptimalStringAlignment.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/Jaccard.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/CharacterSubstitutionInterface.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/WeightedLevenshtein.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/LongestCommonSubsequence.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/Cosine.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/class-use/NGram.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/class-use/Examples.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/class-use/PrecomputedCosine.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/class-use/MetricLCS.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/class-use/nischay21.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/experimental/class-use/Sift4.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/class-use/StringSimilarity.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/class-use/NormalizedStringSimilarity.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/class-use/NormalizedStringDistance.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/class-use/MetricStringDistance.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/class-use/StringDistance.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/package-use.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/examples/package-use.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/experimental/package-use.html... Generating /<<PKGBUILDDIR>>/target/apidocs/info/debatty/java/stringsimilarity/interfaces/package-use.html... Building index for all the packages and classes... Generating /<<PKGBUILDDIR>>/target/apidocs/overview-tree.html... Generating /<<PKGBUILDDIR>>/target/apidocs/index-all.html... Building index for all classes... Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses-index.html... Generating /<<PKGBUILDDIR>>/target/apidocs/allpackages-index.html... Generating /<<PKGBUILDDIR>>/target/apidocs/deprecated-list.html... Building index for all classes... Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses.html... Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses.html... Generating /<<PKGBUILDDIR>>/target/apidocs/index.html... Generating /<<PKGBUILDDIR>>/target/apidocs/overview-summary.html... Generating /<<PKGBUILDDIR>>/target/apidocs/help-doc.html... 1 error 4 warnings [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping java-string-similarity [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.046 s [INFO] Finished at: 2019-01-20T01:30:43Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on project java-string-similarity: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/1.5.0/docs/api/ are in the unnamed module. [ERROR] /<<PKGBUILDDIR>>/src/main/java/info/debatty/java/stringsimilarity/Cosine.java:155: warning - @inheritDoc used but similarity(Map<String, Integer>, Map<String, Integer>) does not override or implement any method. [ERROR] /<<PKGBUILDDIR>>/src/main/java/info/debatty/java/stringsimilarity/Cosine.java:155: warning - @inheritDoc used but similarity(Map<String, Integer>, Map<String, Integer>) does not override or implement any method. [ERROR] /<<PKGBUILDDIR>>/src/main/java/info/debatty/java/stringsimilarity/interfaces/StringDistance.java:36: warning - invalid usage of tag > [ERROR] /<<PKGBUILDDIR>>/src/main/java/info/debatty/java/stringsimilarity/Cosine.java:155: warning - @inheritDoc used but similarity(Map<String, Integer>, Map<String, Integer>) does not override or implement any method. [ERROR] [ERROR] Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/<<PKGBUILDDIR>>/target/apidocs' dir. [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/MojoExecutionException 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 javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US returned exit code 1 make: *** [debian/rules:4: build-indep] Error 1 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- (The above is just how the build ends and not necessarily the most relevant part) The build was made in my autobuilder with "dpkg-buildpackage -A" and it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/java-string-similarity.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: java-string-similarity Source-Version: 0.24-2 We believe that the bug you reported is fixed in the latest version of java-string-similarity, 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. tony mancill <[email protected]> (supplier of updated java-string-similarity 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: Mon, 28 Jan 2019 06:34:26 -0800 Source: java-string-similarity Architecture: source Version: 0.24-2 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: tony mancill <[email protected]> Closes: 919876 Changes: java-string-similarity (0.24-2) unstable; urgency=medium . * Drop get-orig-source target from debian/rules * Update Vcs fields to point to repo on salsa.debian.org * Bump Standards-Version to 4.3.0 * Use debhelper 11 * Drop -java-doc package to address FTBFS (Closes: #919876) - Remove build-dep on default-jdk-doc, libmaven-javadoc-plugin-java - Add maven-javadoc-plugin in debian/maven.ignoreRules Checksums-Sha1: 3dfa34032c6dfc6213d2ce63915d3411970a6952 2218 java-string-similarity_0.24-2.dsc e87f65c76d0e0e19e4982c572194d44e9a66d821 7900 java-string-similarity_0.24-2.debian.tar.xz f6b62ec63633a6461a6e8aede65b3ac07e9d5f30 14330 java-string-similarity_0.24-2_amd64.buildinfo Checksums-Sha256: 2cbff9cffc6c9151a89d5558bfbfca6fb62f561ea0805c6b3839af54fdb62b4c 2218 java-string-similarity_0.24-2.dsc d2590ff3a75cc60fd63af659fbd10180b856ebc77ad05456a965dac57fb0ac67 7900 java-string-similarity_0.24-2.debian.tar.xz bfd9d72765996ef0e9a90917080e1a983bd5cbcc074cfe7fe30aa42b32737e73 14330 java-string-similarity_0.24-2_amd64.buildinfo Files: dce544979995f7e3da5459cab572193a 2218 java optional java-string-similarity_0.24-2.dsc 276de3e44db3ec64170ea7f0b2be3a80 7900 java optional java-string-similarity_0.24-2.debian.tar.xz 5c6a192655edb8218927f13a73317778 14330 java optional java-string-similarity_0.24-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAlxPFCkUHHRtYW5jaWxs QGRlYmlhbi5vcmcACgkQIdIFiZdLPpaYcA//eINBQO9melZdwc21OOjFZJ25CGSZ eQ2tqPio+maaB/QvjohBla32wDvRkh2jiMjCyahoaNhZ8HXnNuIKJPjHIGHYdqVY lJimvxUeCq4QkTxg2SRKjnqYAoQiMrjI0TJT4XfVGY4dsnr65AlQ9lb7rwhr5oMf get1T35ZuOqS0YXv1w6yJTKlvGm6K1ZYA0/IgorC8giw5D9/lMIyL8NCvgpsGQLn BsHCZLLzF3eQ5aomznkp3VNF4RO40giE3SaYwgAL9PyKXSB9y2oK7JBfclk9FOU9 17xfAKkIfdgLiABvi5aY6sojGsojvd0DlOg+YpD9sD+Y8Tf00eMg8CyWycorLSLR tKXX5eH2UfXO+A1mK8r0ZGX4OJLA5tVYVvMeGGHrcoGeextZNztx41du5avK0mpK DJT10K1lKCwHhivBw5Mui8DyBS/xhFAk/55Eu846OEwdsfVkTDF8FHoU0fcyowpW m6XVZyOuAcXAjGpo1tqIYNfHZRPGk+R7nlrVhiX/Z+X97QZcGEW8Hm/9RcdfEolH SZsJNcxlQ5jeaoCJfEPVk5quznLJVM2ZUCn0rbG/X8+RFTbyehilQPc+wWwovoSD 3rfSV6p8za4b9NRnrJfXOma89yVgWAQJZd6nN3BBUv2JdJBahYX/F6pepmH6KTMS /fE7EDeTIvhDeyc= =/Kzi -----END PGP SIGNATURE-----
--- End Message ---

