Your message dated Tue, 19 Mar 2019 15:19:26 +0000 with message-id <[email protected]> and subject line Bug#924495: fixed in shimdandy 1.2.0-3 has caused the Debian Bug report #924495, regarding shimdandy: FTBFS (Could not resolve dependencies for project org.projectodd.shimdandy:shimdandy-impl:jar:1.2.0) 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.) -- 924495: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924495 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:shimdandy Version: 1.2.0-2 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 -plibshimdandy-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] Reactor Build Order: [INFO] [INFO] shimdandy-api [jar] [INFO] shimdandy-impl [jar] [INFO] shimdandy-parent [pom] [INFO] [INFO] ---------------< org.projectodd.shimdandy:shimdandy-api >--------------- [INFO] Building shimdandy-api 1.2.0 [1/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ shimdandy-api --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ shimdandy-api --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/api/target/classes [INFO] /<<PKGBUILDDIR>>/api/src/main/java/org/projectodd/shimdandy/ClojureRuntimeShim.java: /<<PKGBUILDDIR>>/api/src/main/java/org/projectodd/shimdandy/ClojureRuntimeShim.java uses or overrides a deprecated API. [INFO] /<<PKGBUILDDIR>>/api/src/main/java/org/projectodd/shimdandy/ClojureRuntimeShim.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ shimdandy-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ shimdandy-api --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ shimdandy-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ shimdandy-api --- [INFO] Building jar: /<<PKGBUILDDIR>>/api/target/shimdandy-api-1.2.0.jar [INFO] [INFO] --------------< org.projectodd.shimdandy:shimdandy-impl >--------------- [INFO] Building shimdandy-impl 1.2.0 [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.clojure:clojure:jar:1.9.x is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for shimdandy-parent 1.2.0: [INFO] [INFO] shimdandy-api ...................................... SUCCESS [ 7.225 s] [INFO] shimdandy-impl ..................................... FAILURE [ 0.052 s] [INFO] shimdandy-parent ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.974 s [INFO] Finished at: 2019-03-13T12:17:20Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project shimdandy-impl: Could not resolve dependencies for project org.projectodd.shimdandy:shimdandy-impl:jar:1.2.0: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.clojure:clojure:jar:1.9.x has not been downloaded from it before. -> [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/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :shimdandy-impl 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 in my autobuilder with "dpkg-buildpackage -A" and it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/shimdandy.html 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: shimdandy Source-Version: 1.2.0-3 We believe that the bug you reported is fixed in the latest version of shimdandy, 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. Tom Marble <[email protected]> (supplier of updated shimdandy 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: Tue, 19 Mar 2019 08:42:47 -0500 Source: shimdandy Binary: libshimdandy-java Architecture: source all Version: 1.2.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers <[email protected]> Changed-By: Tom Marble <[email protected]> Description: libshimdandy-java - Shim wrapping multiple Clojure runtimes into the same JVM Closes: 924495 Changes: shimdandy (1.2.0-3) unstable; urgency=medium . * Build with Clojure 1.10 (Closes: #924495) Checksums-Sha1: b1cf9951d27e892a8f4e8c086a53c05d1e395a5d 2011 shimdandy_1.2.0-3.dsc 07821650845c98df205056d4c4ac7cc4afd1f760 7192 shimdandy_1.2.0-3.debian.tar.xz ab75d738b0b00b5445c00d80f02b5982cbbb41c5 16840 libshimdandy-java_1.2.0-3_all.deb 8d8ca9b1c5c7eda80468aacd43f02e49db422346 14162 shimdandy_1.2.0-3_amd64.buildinfo Checksums-Sha256: 75a52e67b86c64000db250e6085a2fba555dd3eb1dd58c5668d171fed8f4b45f 2011 shimdandy_1.2.0-3.dsc d0586ffa734e661eda719e13da5094a4d761bc44f8265f7530b5b1e8108fd5f7 7192 shimdandy_1.2.0-3.debian.tar.xz 238bb2d19038de9b84c40e6a67b8e9a8eb3f6255e0ca30a556c302641b4906a0 16840 libshimdandy-java_1.2.0-3_all.deb 5b0612cda31de6d1253f1c229ed182048cb9401b25121f62ca0edeedbe761b91 14162 shimdandy_1.2.0-3_amd64.buildinfo Files: 758f81e6e4ca14d8f860d7c24c7b464d 2011 java optional shimdandy_1.2.0-3.dsc 74bace9c5eb405d12a92d6d88813cbd1 7192 java optional shimdandy_1.2.0-3.debian.tar.xz 2c0ae7623e997c7c6192efdd8c3b7b4f 16840 java optional libshimdandy-java_1.2.0-3_all.deb 7cc1ef41b1420b3873b0c65a4a2647e7 14162 java optional shimdandy_1.2.0-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEiEpSxKyKu5MdFY+oQL/uhosFXZoFAlyRAdwACgkQQL/uhosF XZo7yhAAg1mKxWJKEKP9GVJktt8jIY2ELM4Gjk1pCURhjaANBuh+xHTlVaU+tXil L88MLTDA+LgZvymrLrpbGcqv886QP9gLXuIaWNvRYMp7xrH5OpZrU/YEznrJC/Sx BXzt/PVhHYl3o8ppKnaMIo4C4IJVpHhIGCSyvEswCmr7DlHFhaV+sS3oeNhHDqJd /AGfZhrZdDfY6mrHaxalNs8qiNF/shoId5zqWZfUJlijBUaTt2zBMEV+8Wusko4l Ug9q9dRamQV2T193kZmLLsiSw4Las2+jz1Wt/5Apikct+OWSM/2VY+sTjapGNL8Z G8YQjZFfqkfHxrPjvdPe4Qljy2T4ahWYNuX03IkZfjbG904horvkHAFZKj48lgBj 2Yr6FbYWb0LT7ssctg1ejBMjPP0VJ99xC+u233hpm17GgT3l703EAVnGaBoxLYf1 m4G9H9Yvxa5H26x5dHXgzm9fx4Q3VgvOvxg20zFJ+jmd1PlK+nWGFFIbZYOM9d6W zOoK9mmqpQ0KCb6T5/jRGLDWfi77KKQKtUWW4KUgWIo6DLmY0sel3+v3LDpoVVdU HFyoghMRraeN16p4r25vi6nzxN9pXBmpRWgMHxXkqZdzpx9ViFZTOS67qYyyD1YP xA7rRzcSvsnGYQbqCyXBHok04q97WhcpYotwpKWWwj6RhrYymQE= =mmd2 -----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.
