Bug 2339960
Summary: | cdrkit: FTBFS in Fedora rawhide/f42 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | cdrkit | Assignee: | Pavel Cahyna <pcahyna> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 42 | CC: | hhorak, jkucera, pcahyna, tdawson, yselkowi | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | cdrkit-1.1.11-59.fc43 cdrkit-1.1.11-59.fc42 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2025-03-21 00:11:54 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: | 2260875, 2300528 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2025-01-22 19:13:56 UTC
Created attachment 2068463 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2068464 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2068465 [details]
state.log
*** Bug 2339579 has been marked as a duplicate of this bug. *** Seems to be due to the sbin - bin merge as there is at least one tool that gets installed to /usr/sbin. This patch seems to solve it (taken from lshw, https://src.fedoraproject.org/rpms/lshw/c/9afecdb1f2ea39b462601e29189b581adde055be?branch=rawhide) diff -up cdrkit-1.1.11/netscsid/CMakeLists.txt.orig cdrkit-1.1.11/netscsid/CMakeLists.txt --- cdrkit-1.1.11/netscsid/CMakeLists.txt.orig 2025-02-24 18:50:43.263679852 +0100 +++ cdrkit-1.1.11/netscsid/CMakeLists.txt 2025-02-25 19:42:09.519987622 +0100 @@ -9,5 +9,5 @@ ADD_EXECUTABLE (netscsid netscsid.c) #SET_SOURCE_FILES_PROPERTIES(netscsid.c ) TARGET_LINK_LIBRARIES(netscsid ${EXTRA_LIBS} ) #SET_TARGET_PROPERTIES(netscsid PROPERTIES SKIP_BUILD_RPATH TRUE) -INSTALL(TARGETS netscsid DESTINATION sbin) +INSTALL(TARGETS netscsid DESTINATION ${CMAKE_INSTALL_SBINDIR}) This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. That will require also adding `include(GNUInstallDirs)` (e.g. to the top-level CMakeLists.txt). FEDORA-2025-f40f7d1ba3 (cdrkit-1.1.11-59.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-f40f7d1ba3 FEDORA-2025-ce0acc72a9 (cdrkit-1.1.11-59.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-ce0acc72a9 FEDORA-2025-ce0acc72a9 (cdrkit-1.1.11-59.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-f40f7d1ba3 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-f40f7d1ba3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-f40f7d1ba3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-f40f7d1ba3 (cdrkit-1.1.11-59.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. |