Bug 2266687
Summary: | sblim-cim-client fails to build with java-21-openjdk | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petra Alice Mikova <pmikova> |
Component: | sblim-cim-client | Assignee: | Vitezslav Crhonek <vcrhonek> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | java-maint-sig, jvanek, pmikova, vcrhonek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | sblim-cim-client-1.3.9.3-34.fc41 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-03-01 13:25:41 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 18:07:33 UTC
The fail may not be connected to java-21-openjdk at all, the log says: error: Patch number not specified: %patch -p1 -b .fix-for-java-11-openjdk But after fixing it locally, I can't test it with java-21-openjdk: $ fedpkg build --srpm --target f41-build-side-84507 Not downloading already downloaded sblim-cim-client-1.3.9.3-src.zip Not downloading already downloaded sblim-cim-client-samples-1.3.9.3-src.zip setting SOURCE_DATE_EPOCH=1709251200 Wrote: /home/vcrhonek/work/fedora-git/sblim-cim-client/sblim-cim-client-1.3.9.3-34.fc41.src.rpm [====================================] 100% 00:00:01 470.74 KiB 278.50 KiB/sec Could not execute build: Unknown build target: f41-build-side-84507 Push didn't help: $ fedpkg build --target f41-build-side-84507 Could not execute build: Unknown build target: f41-build-side-84507 Has the target changed or anything? The target was already merged into rawhide, so just "fedpkg build" should do. Thanks! I see, thank you! |