Your message dated Fri, 26 Aug 2016 16:37:06 +0000 with message-id <[email protected]> and subject line Bug#834679: fixed in surefire 2.17-3 has caused the Debian Bug report #834679, regarding surefire: FTBFS in testing (1 required artifact is missing) 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.) -- 834679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834679 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:surefire Version: 2.17-2 Severity: serious Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh_listpackages: -s/--same-arch is deprecated; please use -a/--arch instead test -x debian/rules mkdir -p "." cd . && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/maven-core.jar:/usr/share/java/maven-model.jar:/usr/share/java/maven-plugin-api.jar:/usr/share/java/maven-project.jar:/usr/share/java/plexus-utils.jar:/usr/share/java/plexus-container-default-alpha.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dpackage=surefire -Dversion=2.17 -buildfile debian/build.xml package Buildfile: /<<PKGBUILDDIR>>/debian/build.xml package: [mkdir] Created dir: /<<PKGBUILDDIR>>/surefire-grouper/target/generated-sources [javacc] Java Compiler Compiler Version 5.0 (Parser Generator) [javacc] (type "javacc" with no arguments for help) [javacc] Reading from file /<<PKGBUILDDIR>>/surefire-grouper/src/main/javacc/category-expression.jj . . . [javacc] File "TokenMgrError.java" does not exist. Will create one. [... snipped ...] [java] 1) org.apache.commons:commons-lang3:jar:3.x [java] [java] Try downloading the file manually from the project website. [java] [java] Then, install it using the command: [java] mvn install:install-file -DgroupId=org.apache.commons -DartifactId=commons-lang3 -Dversion=3.x -Dpackaging=jar -Dfile=/path/to/file [java] [java] Alternatively, if you host your own repository you can deploy the file there: [java] mvn deploy:deploy-file -DgroupId=org.apache.commons -DartifactId=commons-lang3 -Dversion=3.x -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [java] [java] Path to dependency: [java] 1) org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.17 [java] 2) org.apache.maven.surefire:maven-surefire-common:jar:debian [java] 3) org.apache.commons:commons-lang3:jar:3.x [java] [java] ---------- [java] 1 required artifact is missing. [java] [java] for artifact: [java] org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.17 [java] [java] from the specified remote repositories: [java] central (https://repo1.maven.org/maven2) [java] [java] [java] at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:361) [java] at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304) [java] at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1499) [java] at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442) [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694) [java] ... 9 more [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 1 second [java] [INFO] Finished at: Tue Aug 16 17:42:30 CEST 2016 [java] [INFO] Final Memory: 5M/13M [java] [INFO] ------------------------------------------------------------------------ BUILD FAILED /<<PKGBUILDDIR>>/debian/build.xml:111: The following error occurred while executing this line: /<<PKGBUILDDIR>>/debian/build.xml:34: The following error occurred while executing this line: /usr/share/maven-ant-helper/maven-build.xml:325: The following error occurred while executing this line: /usr/share/maven-ant-helper/maven-build.xml:320: The following error occurred while executing this line: /usr/share/maven-ant-helper/maven-build.xml:297: Java returned: 1 Total time: 48 seconds /usr/share/cdbs/1/class/ant.mk:39: recipe for target 'debian/stamp-ant-build' failed make: *** [debian/stamp-ant-build] Error 1 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- Because this source package only generates "Arch: all" packages, this is the same as a FTBFS bug in the usual sense and the fact that I was using "dpkg-buildpackage -A" is quite irrelevant. For this particular package, I've also checked that it fails to build from source in the reproducible builds site: https://tests.reproducible-builds.org/ Thanks.
--- End Message ---
--- Begin Message ---Source: surefire Source-Version: 2.17-3 We believe that the bug you reported is fixed in the latest version of surefire, 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 surefire 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, 26 Aug 2016 17:12:59 +0200 Source: surefire Binary: libsurefire-java Architecture: source Version: 2.17-3 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Markus Koschany <[email protected]> Description: libsurefire-java - Surefire test framework for Java Closes: 834679 Changes: surefire (2.17-3) unstable; urgency=medium . * Team upload. * Declare compliance with Debian Policy 3.9.8. * Vcs-fields: Use https. * Fix FTBFS by updating maven.rules and using the debian version of commons-lang3. Thanks to Santiago Vila for the report. (Closes: #834679) Checksums-Sha1: 579ea106cc33951301f156fee4d4ee6debf2f0dd 2570 surefire_2.17-3.dsc 6e6d7e6033161e8861dacf2aa0f8a32ec09bc56d 7104 surefire_2.17-3.debian.tar.xz Checksums-Sha256: 110b6536f3e953e4f2398a9cc95956082f5e67cb2caef2dcbf42b295a2a184f3 2570 surefire_2.17-3.dsc b6ba3a29c8d5059a779469e4528dbcd72f542ebeaa24be0f8700c507935d4908 7104 surefire_2.17-3.debian.tar.xz Files: e6e353937026f3caa64cb70e557f3048 2570 java optional surefire_2.17-3.dsc ab21ec0185484edbe99e14ab36e53c7e 7104 java optional surefire_2.17-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXwF5jXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkJ8sQAM2kMTE7iRdmZ/TGTIAfva+U 0Rly+ROJKLJdwJUIkqD3teyiLKfSAZ5pvtYRGcIC9+2THARvtZnOB/6eu1Fdi3QT 2v/aBHvZ45RsjhEOLvhXLmFAtGHySpbZk8I5kiAM1CJ2Nqdq2ignHSOW0hKiVk8s 2zPtGLiObdAfFlcsydFxat+91vOjZ+sOKNUV8SUWd1lYEKjfJeBBG6mZEbGi6lFO 3lgV4D0a5I5vQOAXzaKy90/zwGjJfrkTjG7Jk7mabI+sdSvNvEPeDcbkbMfJI6CO +eJ7K7WJbq44Jl6n1Rg/NisNwShwdbI0jdqrZbl6+Z1LtiafTiNYyClo/yYMB58q 3OP6r6N2K+RFU84ijbYBDAP5YxZQlZIdEWe4+dVdngcE+Jv35FoBxHc1rBXHxIRn 2QNAWhWdF0RxFGT4V4npM7oVGoJs3eXbHxa0A0heiDXH+3/4iVMyvhpT3Tmpcsvo 4C0yBftu7/x411rA6/d4Ca4reDCVYmHENCLlPbHOQ9vPrBY9eDL/LTIOWfm4bVnC E+1fojF/EtD/Cic5nGuG0nnoryDch1tO7oweAQvnlxUXJaIAzYJikOOtLgJAXNwj Ug3cXsp4Ak2CK1da/9Tll1Jm55qyJlVI9ELJtawR00dZToXexkgv/0xkDnZWLMpq 8aH8ORyGaz/s0vZzQ217 =K0Da -----END PGP SIGNATURE-----
--- End Message ---
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

