Bug 2278816
| Summary: | Score-P v8.4-1 is missing libunwind-devel as a dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan André Reuter <j.reuter> |
| Component: | scorep | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 40 | CC: | dave.love, j.reuter, orion |
| Target Milestone: | --- | Keywords: | EasyFix, Regression |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | scorep-8.4-2.fc41 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-05-11 17:04:02 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: | |||
|
Description
Jan André Reuter
2024-05-03 07:30:37 UTC
Score-P tries to link against `libunwind.so`, but without devel packages only `libunwind.so.8` is present. Therefore, linking fails. Adding a explicit runtime dependency to `libunwind-devel` is not recommended by the packaging guidelines and also returns an error when linting. Opened PR to fix this issue: https://src.fedoraproject.org/rpms/scorep/pull-request/2 FEDORA-2024-f8af21d394 (scorep-8.4-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-f8af21d394 FEDORA-2024-f8af21d394 (scorep-8.4-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |