Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: =?UTF-8?B?SsOpcsO0bWUgQ2hhcmFvdWk=?= Newsgroups: linux.debian.maint.java Subject: JRuby FTBFS from missing Maven plugin Date: Fri, 17 Jan 2025 04:10:01 +0100 Message-ID: X-Mailbox-Line: From debian-java-request@lists.debian.org Fri Jan 17 03:06:44 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.898 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Riseup-User-ID: 550F82902370735C1167FD4C2E43657B0BA23687A299F6F69A8EB6C47B121BEA MIME-Version: 1.0 Content-Language: fr Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/23599 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/91dc9955-d64a-4578-a605-f991176667f3@riseup.net Approved: robomod@news.nic.it Lines: 27 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Thu, 16 Jan 2025 22:06:23 -0500 X-Original-Message-ID: <91dc9955-d64a-4578-a605-f991176667f3@riseup.net> Xref: csiph.com linux.debian.maint.java:12891 Hello, I've been trying to figure out bug #1091127 [0] but I'm stumped: [ERROR] Plugin org.apache.maven.plugins:maven-assembly-plugin:3.7.1 or one of its dependencies could not be resolved There was no change to the source, so I believe this error might have been triggered by the Maven updates that were made lately in Debian. In the JRuby source package, I had simply been patching out the plugin version [1] and it was working out fine, but now something is requesting version "3.7.1" of this plugin and I have no idea where or why or what. If I instead patch in the real version of maven-assembly-plugin that's available in Debian, "3.4.2", then the build works. I'd appreciate some guidance as to what's the correct way to fix this. Thanks! -- Jérôme [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091127 [1] https://sources.debian.org/src/jruby/9.4.8.0%2Bds-1/debian/patches/0001-patch-ruby-poms.patch/#L143-L144