Summary: | Missing separate debuginfo build-id suggestion does not work (target:) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Kratochvil <jan> |
Component: | gdb | Assignee: | Alexandra Petlanová Hájková <ahajkova> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | ahajkova, blarsen, fweimer, jan, keiths, kevinb, mcermak, pmuldoon, sergiodj |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gdb-12.1-2.fc36 gdb-12.1-6.fc37 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-10-14 12:58:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Jan Kratochvil
2022-08-31 11:45:35 UTC
Hi Jan, would you mind giving the core file? I'm struggling to reproduce the bug wihtout it. Thank you, Alexandra # dnf debuginfo-install coreutils # gdb -q date Reading symbols from date... Reading symbols from /usr/lib/debug/usr/bin/date-9.0-8.fc36.x86_64.debug... (gdb) q # mv /usr/lib/debug/usr/bin/date-9.0-8.fc36.x86_64.debug /usr/lib/debug/usr/bin/date-9.0-8.fc36.x86_64.debug-x # gdb -q date Reading symbols from date... Missing separate debuginfo for /usr/bin/date Try: dnf --enablerepo='*debug*' install target:/usr/lib/debug/.build-id/5a/7c5e328d750b5ae5a59dc62b44f1ba30dda0e6.debug Reading symbols from .gnu_debugdata for /usr/bin/date... (No debugging symbols found in .gnu_debugdata for /usr/bin/date) (gdb) q # dnf install target:/usr/lib/debug/.build-id/5a/7c5e328d750b5ae5a59dc62b44f1ba30dda0e6.debug No match for argument: target:/usr/lib/debug/.build-id/5a/7c5e328d750b5ae5a59dc62b44f1ba30dda0e6.debug Error: Unable to find a match: target:/usr/lib/debug/.build-id/5a/7c5e328d750b5ae5a59dc62b44f1ba30dda0e6.debug # dnf install /usr/lib/debug/.build-id/5a/7c5e328d750b5ae5a59dc62b44f1ba30dda0e6.debug Package coreutils-debuginfo-9.0-8.fc36.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! # mv /usr/lib/debug/usr/bin/date-9.0-8.fc36.x86_64.debug-x /usr/lib/debug/usr/bin/date-9.0-8.fc36.x86_64.debug FEDORA-2022-21e0b1965e has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-21e0b1965e FEDORA-2022-910d36a94d has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-910d36a94d FEDORA-2022-910d36a94d has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-910d36a94d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-910d36a94d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-21e0b1965e has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-21e0b1965e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-21e0b1965e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-21e0b1965e has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-910d36a94d has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. |