Your message dated Thu, 23 Aug 2018 11:49:56 +0000 with message-id <[email protected]> and subject line Bug#906396: fixed in plexus-archiver 3.6.0-2 has caused the Debian Bug report #906396, regarding plexus-archiver: FTBFS in buster/sid (multi-catch statements are not supported in -source 6) 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.) -- 906396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906396 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:plexus-archiver Version: 3.6.0-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 dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i mh_patchpoms -plibplexus-archiver-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo dh_auto_build -i /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 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] ----------------< org.codehaus.plexus:plexus-archiver >----------------- [INFO] Building Plexus Archiver Component 3.6.0 [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 has been relocated to org.codehaus.plexus:plexus-container-default:jar:debian [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ plexus-archiver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ plexus-archiver --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 100 source files to /<<PKGBUILDDIR>>/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[81,46] multi-catch statements are not supported in -source 6 (use -source 7 or higher to enable multi-catch statements) [ERROR] /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[207,43] diamond operator is not supported in -source 6 (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/archiver/jar/JarArchiver.java:[487,21] try-with-resources is not supported in -source 6 (use -source 7 or higher to enable try-with-resources) [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.578 s [INFO] Finished at: 2018-08-16T17:56:20Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project plexus-archiver: Compilation failure: Compilation failure: [ERROR] /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[81,46] multi-catch statements are not supported in -source 6 [ERROR] (use -source 7 or higher to enable multi-catch statements) [ERROR] /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java:[207,43] diamond operator is not supported in -source 6 [ERROR] (use -source 7 or higher to enable diamond operator) [ERROR] /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/archiver/jar/JarArchiver.java:[487,21] try-with-resources is not supported in -source 6 [ERROR] (use -source 7 or higher to enable try-with-resources) [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: /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-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/plexus-archiver.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: plexus-archiver Source-Version: 3.6.0-2 We believe that the bug you reported is fixed in the latest version of plexus-archiver, 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 plexus-archiver 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: Thu, 23 Aug 2018 12:04:10 +0200 Source: plexus-archiver Binary: libplexus-archiver-java Architecture: source Version: 3.6.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Markus Koschany <[email protected]> Description: libplexus-archiver-java - Archiver plugin for the Plexus compiler system Closes: 906396 Changes: plexus-archiver (3.6.0-2) unstable; urgency=medium . * Team upload. * debian/maven.properties: Set source/target to 1.7 and fix the FTBFS. Thanks to Santiago Vila for the report. (Closes: #906396) * Declare compliance with Debian Policy 4.2.0. Checksums-Sha1: 8e0ac3406c0ea426b0797b7aeb74101fc80a5684 2449 plexus-archiver_3.6.0-2.dsc 961d9aa4d4d3d2685a7893cabf469bac1e31b0b6 4672 plexus-archiver_3.6.0-2.debian.tar.xz 2b93d33ba59bfca5f337337ded5a7f6c921d3ef0 14953 plexus-archiver_3.6.0-2_amd64.buildinfo Checksums-Sha256: fa37ef7adc5b89d4f460cf7ad218f7bf734e61c471df8bb288ac1fff6ce1c062 2449 plexus-archiver_3.6.0-2.dsc f7fe6c7f95ae9f7e690a8fe6f4352c9ffcba7db6724c4a8aed0a1d096e066a4d 4672 plexus-archiver_3.6.0-2.debian.tar.xz c193b91ec5e8942a88cf255b7edfb9214a6a1538570e368a47e5ec108340c572 14953 plexus-archiver_3.6.0-2_amd64.buildinfo Files: 4f64420ef3a8a3b5149b221eca427431 2449 java optional plexus-archiver_3.6.0-2.dsc 7caac2987d7bc6fdbcd0df4234f5d825 4672 java optional plexus-archiver_3.6.0-2.debian.tar.xz 1edba49dbf396f121fc7306ff586d517 14953 java optional plexus-archiver_3.6.0-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlt+h7hfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp YW4ub3JnAAoJENmtFLlRO1HkVzwQAMp/dMrapoNCrbibrnHnIo+Oymo/zZgWwUDS 2+mNcdqi+mfPFSd7whvHOg8bb6zvsGwiu3Iy8MfnHjW1917AVG8lXF2Nymn7GcxG DMhj3eka676wqQ4BaGDNqxHwHohWA9BeGg3bktBvn3vsiHW/QqvBaGpQVn4Ujjwf eLCMWZ5N+GFfsp5dMbuFlAt5YV+pIoxgWXiMp9ooE3jIzkcbjcGFSmLAsHDdWPcS oS0dxEgAvX0mTxfEU8tpSTTOUTzysI8cuWY72AchEsLM557pOEyqM7CfKrPrfhhO Sn5pHb4vcLHarasUBsECfKnYBOJZs7xuzGwgwInpW+E6CFA2BvF6lEyxXhMvzrKd Qncye0cVqjorE6OpbMeat/TuDD/bxktrkA/OrppsrD69zcGvoxkYdhnWrDcdTiM7 jLio3jl+DViGY+tlnD8ByhFBrCyXpGjJxWtOR60MWPjXPYIs8hsuvkw8gq0GmVpS 2QAx2EqhXo/pB5yVf7yFqhAbN1MkKORQerz2MvsXXPuZUtIcc+XpUwpt9wH0ATeI zNq4R6rSHMTwkOsVRuHawta5yuNMNBe3n/Ddxm6SgZJwcMdnqUcRTlXNyBC4BjVs hAr1I1W8qOQnUPtXGlZp5dx1pR7h0fSnNmIDh/kXvP5d1PsHFvx9yGcc0hJip987 cdzlE1Hu =pzq1 -----END PGP SIGNATURE-----
--- End Message ---
__ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
