Bug 2266637
Summary: | apache-sshd fails to build with java-21-openjdk | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petra Alice Mikova <pmikova> |
Component: | apache-sshd | Assignee: | Mat Booth <mat.booth> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | java-maint-sig, java-sig-commits, jvanek, mat.booth, msrb, pmikova, puntogil |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-03-14 09:25:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2262141 |
Description
Petra Alice Mikova
2024-02-28 16:39:11 UTC
[INFO] 9 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /builddir/build/BUILD/apache-sshd-2.8.0/sshd-common/src/main/java/org/apache/sshd/common/util/threads/CloseableExecutorService.java:[29,8] types java.util.concurrent.ExecutorService and org.apache.sshd.common.Closeable are incompatible; interface org.apache.sshd.common.util.threads.CloseableExecutorService inherits unrelated defaults for close() from types java.util.concurrent.ExecutorService and org.apache.sshd.common.Closeable [ERROR] /builddir/build/BUILD/apache-sshd-2.8.0/sshd-common/src/main/java/org/apache/sshd/common/util/threads/NoCloseExecutor.java:[43,8] org.apache.sshd.common.util.threads.NoCloseExecutor is not abstract and does not override abstract method close() in java.nio.channels.Channel [ERROR] /builddir/build/BUILD/apache-sshd-2.8.0/sshd-common/src/main/java/org/apache/sshd/common/util/threads/SshThreadPoolExecutor.java:[35,8] types org.apache.sshd.common.Closeable and java.util.concurrent.ExecutorService are incompatible; class org.apache.sshd.common.util.threads.SshThreadPoolExecutor inherits unrelated defaults for close() from types org.apache.sshd.common.Closeable and java.util.concurrent.ExecutorService [INFO] 3 errors [INFO] ------------- I was trying to resolvce this, but got into a deadlock maze a bit. Maybe there is new upstream reelase? udpate to 2.11 fixed the issue. https://koji.fedoraproject.org/koji/taskinfo?taskID=114910363 update to 2.11 required bouncycastel 1.76, so I bumped bouncycastle to 1.77 (much more work then mina:() So update of mina in f40 is waiting for https://bodhi.fedoraproject.org/updates/FEDORA-2024-c1d664909b (or to at least move to BR override) backported to f40, update asap |