Bug 1208650
| Summary: | gdb suggests using yum for debuginfo-install rather than dnf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Omair Majid <omajid> |
| Component: | gdb | Assignee: | Jan Kratochvil <jan.kratochvil> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | gbenson, jan.kratochvil, palves, pmuldoon, sergiodj, tom |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gdb-7.9-11.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-21 18:33:25 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: | |
| Embargoed: | |||
| Bug Depends On: | 1171046, 1208769, 1208773 | ||
| Bug Blocks: | |||
|
Description
Omair Majid
2015-04-02 19:04:24 UTC
OK, 'dnf debuginfo-install' is in 'dnf-plugins-core'. gdb-7.9-11.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/gdb-7.9-11.fc22 Thanks for the quick fix!
I am pretty sure it's dnf's fault, but there seems to be a catch in the debuginfo-install command with dnf:
# debuginfo-install gdb-7.9-10.fc22.x86_64
Yum-utils package has been deprecated, use dnf instead.
See 'man yum2dnf' for more information.
[ ... snip ... ]
---> Package gdb-debuginfo.x86_64 0:7.9-10.fc22 will be installed
[ ... snip ... ]
But dnf says:
# dnf debuginfo-install gdb-7.9-10.fc22.x86_64
Dependencies resolved.
Nothing to do.
Complete!
If I remove the rpm version, things work:
# dnf debuginfo-install gdb
[ ... snip ... ]
gdb-debuginfo x86_64 7.9-10.fc22
[ ... snip ... ]
As it is, adding the rpm versions to the command to run ("dnf debuginfo-install gdb-7.9-10.fc22.x86_64") will probably make dnf do nothing.
gdb-7.9-11.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |