Description of problem: Hi, instead of use dnf --enablerepo='*debug*' install /usr/lib/debug/.build-id/69/b41b2860e58dc8dfd849fb73ca4a5d8a7676d0.debug we can use dnf debuginfo-install /usr/lib/debug/.build-id/69/b41b2860e58dc8dfd849fb73ca4a5d8a7676d0.debug which works perfectly. Version-Release number of selected component (if applicable): gdb-8.3.50.20190824-30.fc31.x86_64 Actual results: gdb ask wrongly to enable all *debug* repos which may enable debug repos from repos that aren't enabled Expected results: gdb ask to use dnf debuginfo-install Additional info: https://bugzilla.redhat.com/show_bug.cgi?id=1571898
I've seen these messages too. Using "dnf debuginfo-install" does indeed work. I'll see what I can do...
see also https://bugzilla.redhat.com/show_bug.cgi?id=1874275
I reproduced this for the current Fedora Rawhide branch: 1)I built Fedora Rawhide (with the local patches applied) 2)./gdb --args ./gdb /bin/ls -ex 'b write' ... Reading symbols from /bin/ls... Missing separate debuginfo for /usr/bin/ls Try: yum --enablerepo='*debug*' install /usr/.build-id/20/4c65bc2621d8d2f61a19ab74edcd738f71aadc.debug
FEDORA-2021-54093e2d55 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-54093e2d55
FEDORA-2021-54093e2d55 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-54093e2d55` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-54093e2d55 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-54093e2d55 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.