Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: sre4ever@free.fr Newsgroups: linux.debian.maint.java Subject: gradle: FI -- reverse dependencies that FTBFS Date: Tue, 17 Dec 2024 12:00:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Dec 17 10:54:19 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.099 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, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 MIME-Version: 1.0 User-Agent: Webmail Free/1.6.9 X-Sender: sre4ever@free.fr Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/23565 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/f6207746fe52e043494c37787d80d1e9@free.fr Approved: robomod@news.nic.it Lines: 42 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: android-tools-devel@lists.alioth.debian.org X-Original-Date: Tue, 17 Dec 2024 11:54:00 +0100 X-Original-Message-ID: X-Original-References: <5284bacb294ba1ff08f32a5a0b175dd4@free.fr> <8497785db64c2691266dc8269486d7c2@free.fr> <2ec4a44b89889611d1dfa2ee19129e86@free.fr> Xref: csiph.com linux.debian.maint.java:12858 Hi, For information: Yesterday I tried to rebuild (on trixie) the 110 identified source packages that depend on Gradle. That kept my low-end, second-hand laptop busy for about 5 hours. Most packages (102, ~93%) were rebuilt without issues. The 8 packages that failed to build OOTB were: 1. android-framework-23 2. android-platform-external-doclava 3. android-platform-tools-base 4. gradle-kotlin-dsl 5. kotlin 6. kotlinx-atomicfu 7. kotlinx-coroutines 8. zeroc-ice #1 and #2 already had FTBFS bugs unresolved since 2022, are severely outdated and their former uploader is not listed as a DD anymore (he requested to be removed as uploader of several packages in 2022 but is still listed in a few ones, these would require some final cleanup). These packages need a full overhaul and are not worth fixing in their current state so we can ignore them for now. #3 has a FTBFS bug unresolved since Aug 2024, is also severely outdated (2017), and overall same verdict as above. #4 to #7 fail because the current Kotlin compiler won't run with Java 21 (class files version 65). I'm currently working on this as part of the Kotlin 1.3.31 rebuild issue. #8 failed because it depends on an updated PHP that was not yet in testing. It succeeded after manually installing the required dependency. The good news here is that right now nothing (else) needs to be fixed to rebuild with the current Gradle 4.4.1. Cheers, -- Julien Plissonneau Duquène