Your message dated Wed, 16 Apr 2025 13:21:28 +0000
with message-id <e1u52hk-00dnah...@fasolo.debian.org>
and subject line Bug#1102761: fixed in snakeyaml 2.0+ds+really1.33-1
has caused the Debian Bug report #1102761,
regarding jruby-maven-plugins: FTBFS: Could not resolve dependencies for 
project org.jruby.maven:ruby-tools:jar:3.0.1
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 ow...@bugs.debian.org
immediately.)


-- 
1102761: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102761
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jruby-maven-plugins
Version: 3.0.1-2
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=maven
   dh_auto_clean -O--buildsystem=maven
        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 -plibjruby-maven-plugin-java
   dh_autoreconf_clean -O--buildsystem=maven
   dh_clean -O--buildsystem=maven
 debian/rules binary
dh binary --buildsystem=maven
   dh_update_autotools_config -O--buildsystem=maven
   dh_autoreconf -O--buildsystem=maven
   dh_auto_configure -O--buildsystem=maven
        mh_patchpoms -plibjruby-maven-plugin-java --debian-build 
--keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
   dh_auto_build -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 
-DskipTests -Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were 
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JRuby Maven Mojos                                                  [pom]
[INFO] Mojo Parent                                                        [pom]
[INFO] Ruby Tools                                                         [jar]
[INFO] JRuby Maven Mojo                                          [maven-plugin]
[INFO] Gem Maven Mojo                                            [maven-plugin]
[INFO] 
[INFO] ----------------< org.jruby.maven:jruby-maven-plugins >-----------------
[INFO] Building JRuby Maven Mojos 3.0.1                                   [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --------------------< org.jruby.maven:parent-mojo >---------------------
[INFO] Building Mojo Parent 3.0.1                                         [2/5]
[INFO]   from parent-mojo/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- plugin:3.10.2:helpmojo (default) @ parent-mojo ---
[INFO] Unsupported packaging type pom, execution skipped
[INFO] 
[INFO] >>> source:3.3.1:jar (default) > generate-sources @ parent-mojo >>>
[INFO] 
[INFO] <<< source:3.3.1:jar (default) < generate-sources @ parent-mojo <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.1:jar (default) @ parent-mojo ---
[INFO] 
[INFO] ---------------------< org.jruby.maven:ruby-tools >---------------------
[INFO] Building Ruby Tools 3.0.1                                          [3/5]
[INFO]   from ruby-tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.yaml:snakeyaml:jar:1.x is missing, no dependency 
information available
[WARNING] The artifact 
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 has been relocated 
to org.codehaus.plexus:plexus-component-annotations:jar:debian
[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] Reactor Summary for JRuby Maven Mojos 3.0.1:
[INFO] 
[INFO] JRuby Maven Mojos .................................. SUCCESS [  0.002 s]
[INFO] Mojo Parent ........................................ SUCCESS [  0.597 s]
[INFO] Ruby Tools ......................................... FAILURE [  0.070 s]
[INFO] JRuby Maven Mojo ................................... SKIPPED
[INFO] Gem Maven Mojo ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.781 s
[INFO] Finished at: 2025-04-12T12:48:08Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ruby-tools: Could not resolve 
dependencies for project org.jruby.maven:ruby-tools:jar:3.0.1
[ERROR] dependency: org.yaml:snakeyaml:jar:1.x (compile)
[ERROR]         Cannot access central (https://repo.maven.apache.org/maven2) in 
offline mode and the artifact org.yaml:snakeyaml:jar:1.x has not been 
downloaded from it before.
[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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :ruby-tools
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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202504/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:jruby-maven-plugins, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: snakeyaml
Source-Version: 2.0+ds+really1.33-1
Done: Pierre Gruet <p...@debian.org>

We believe that the bug you reported is fixed in the latest version of
snakeyaml, 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 1102...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet <p...@debian.org> (supplier of updated snakeyaml 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 16 Apr 2025 14:55:26 +0200
Source: snakeyaml
Architecture: source
Version: 2.0+ds+really1.33-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Pierre Gruet <p...@debian.org>
Closes: 1102761
Changes:
 snakeyaml (2.0+ds+really1.33-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 2.0+ds+really1.33, reverting to 1.33
     (Closes: #1102761)
   * Deactivating patch as we are back to version 1.33
Checksums-Sha1:
 fec414541c0119770eaa61d9b03f315cd170a1a2 2433 snakeyaml_2.0+ds+really1.33-1.dsc
 b2968dd878868d643157cda19ab8729a2a7f82dd 291972 
snakeyaml_2.0+ds+really1.33.orig.tar.xz
 c8a9957038422fe2293671885ad443502955f6c4 10644 
snakeyaml_2.0+ds+really1.33-1.debian.tar.xz
 d99ca6df507e2193f5d17472a18173a5a50b67aa 14258 
snakeyaml_2.0+ds+really1.33-1_source.buildinfo
Checksums-Sha256:
 f2ccc4b0b23046e033ab890e0794bd7a90e8889ce19583d5ce925970c2afa0b0 2433 
snakeyaml_2.0+ds+really1.33-1.dsc
 ae0817543e96991fed3460b510f1683fbb491f0863e3b76f39f809c175d36609 291972 
snakeyaml_2.0+ds+really1.33.orig.tar.xz
 e9e759f8fdd8c95dce560d8b9043a3f3e5dd08001bab5fdff91331a0c240231b 10644 
snakeyaml_2.0+ds+really1.33-1.debian.tar.xz
 406baa41bacc0d882075ab523d6b207f3e067dbae338d7817e525bccb598418c 14258 
snakeyaml_2.0+ds+really1.33-1_source.buildinfo
Files:
 e24b80295fd4606d6fc85c3725be8b04 2433 java optional 
snakeyaml_2.0+ds+really1.33-1.dsc
 15b9a3a88a1db9790f86f2463dfba2c1 291972 java optional 
snakeyaml_2.0+ds+really1.33.orig.tar.xz
 130dd9adef7977af17d4341ef1635bbe 10644 java optional 
snakeyaml_2.0+ds+really1.33-1.debian.tar.xz
 12dfa42b25433e5c1de26277bea4f856 14258 java optional 
snakeyaml_2.0+ds+really1.33-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmf/qO4ACgkQYAMWptwn
dHb6sA//ZzFBQOXNJfS6i8TSzKbCdEFUTKdh5Gb/iSd0pL/jteMyGRgcC7pHrxCt
s1UwxS7wfsNvG4KJZeMXtmA75gv7z2Jza5QaZMFNx+NlYtD3Yg4vS9r4Bd0yHQzc
jc4rQEUDh2yJLl6UkAEVSdm3b9VrisFVy8H1EPVduXUYu0F42mv2oX8ELcFze1Mm
myhM/4LOmidb3Ol6rApLsxk5Y+PdRJ0NVsiCwocRpWQLj32rCFYLV61i+mILGqPU
W6s0KNfHpvbXD1a6DX3mcdPdLo43qszl3KUiPnTi9l2HOlLnOXIf0suuvCeAlqya
wFYjollyDr4JVC87DyeYUazlDC6U28V3z0Sx0612RNwSJGtWFp9Dxvujxp2d/DlU
8fkxNOY0B54KojXirRshE3npdbDwIphwyy1r92FeuKaIaYvzO5omTrgAzzV5Pjqw
gnwBqL4JAzlC1guTxuBanDLTHZLRUEPQQzVoS4uWO0WgR/iNfXzAmoktC+7XLbqD
ah2WBp9T0FFOm2aOXE0HD8Z837ukkRt7NZLwQxhT8+vdpdeoLFL2Z+1St0KZt/lk
wfo5VxLJFXK0yn57X4wXaXC66uBttbXHWM/jNgcwZCirpQby9GpndRP/85jzly3J
kRPrvXRdWhFArNfnVuouvspICndnqVZcCICkwtA0vunwVLXhbYo=
=0o1W
-----END PGP SIGNATURE-----

Attachment: pgputSFnzRF4q.pgp
Description: PGP signature


--- End Message ---

Reply via email to