Path: csiph.com!weretis.net!feeder8.news.weretis.net!fu-berlin.de!bofh.it!news.nic.it!robomod From: =?UTF-8?B?SsOpcsO0bWUgQ2hhcmFvdWk=?= Newsgroups: linux.debian.maint.java Subject: Re: New version of maven-resolver causes failures in autopkgtests and builds Date: Thu, 16 Jan 2025 17:30:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Thu Jan 16 16:26:30 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.896 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_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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: -4.6 X-Riseup-User-ID: 495ABC220F8BE8F3C670F2B44D0519E3DBC0E32509DC947619FD2C4E5E87D32B 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/23597 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/917fcf04-a03f-46bc-ae6d-3352b5279f36@riseup.net Approved: robomod@news.nic.it Lines: 46 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Rob Browning X-Original-Date: Thu, 16 Jan 2025 11:25:59 -0500 X-Original-Message-ID: <917fcf04-a03f-46bc-ae6d-3352b5279f36@riseup.net> X-Original-References: Xref: csiph.com linux.debian.maint.java:12889 Hello, We've discussed this bug on #debian-clojure recently. The package is actually being restructured and so is waiting on stuff currently in NEW. However, since I understand now that its blocking a transition, I can see if I can upload a quick fix today to unblock it. Thanks, -- Jérôme Le 2025-01-16 à 11 h 17, Emmanuel Bourg a écrit : > Hi Pierre, > > That's unfortunate that two clojure packages with a near zero popcon > block the transition of a core package of the Debian Java ecosystem. How > can we avoid that and put the burden on updating the rdeps instead? > > Looking at the pomegranate-clojure failure, the error is: > >  ClassNotFoundException: > org.eclipse.aether.named.providers.NoopNamedLockFactory > > This class is in /usr/share/java/maven-resolver-named-locks.jar, which > is a new jar in maven-resolver. So it's probably missing from a > classpath somewhere. > > Emmanuel Bourg > > > On 12/01/2025 21:16, Pierre Gruet wrote: >> Hi Emmanuel, and everyone, >> >> I noticed that the new upstream version of maven-resolver, uploaded to >> sid 27 days ago, failds to migrate because of two failing autopkgtests >> in rdeps [0]. Also it is the root of #1091067 in scala, which would >> cause its autoremoval in a few weeks. >> >> Do you have any guess about the error messages that have been raised >> in the various logs since the new maven-resolver got uploaded? >> >> Thanks a lot for your help, >> >