Description of problem: Cannot install debuginfo for Python. Version-Release number of selected component (if applicable): dnf-4.5.2-1.fc33.noarch dnf-plugins-core-4.0.18-1.fc33.noarch python3-libs-3.9.1-2.fc33.x86_64 How reproducible: Always. Steps to Reproduce: # gdb -q /lib64/libpython3.9.so.1.0 Reading symbols from /lib64/libpython3.9.so.1.0... Reading symbols from .gnu_debugdata for /usr/lib64/libpython3.9.so.1.0... (No debugging symbols found in .gnu_debugdata for /usr/lib64/libpython3.9.so.1.0) Missing separate debuginfos, use: dnf debuginfo-install python3-libs-3.9.1-2.fc33.x86_64 (gdb) q # dnf debuginfo-install python3-libs-3.9.1-2.fc33.x86_64 enabling fedora-modular-debuginfo repository enabling updates-modular-debuginfo repository enabling rpmfusion-free-updates-debuginfo repository enabling rpmfusion-free-debuginfo repository Last metadata expiration check: 4:30:04 ago on Mon 08 Feb 2021 01:27:37 AM CET. Could not find debuginfo package for the following installed packages: python3-libs-3.9.1-2.fc33.x86_64 Dependencies resolved. Nothing to do. Complete! Actual results: Nothing installed. Expected results: # dnf install https://kojipkgs.fedoraproject.org//packages/python3.9/3.9.1/2.fc33/x86_64/python3.9-debuginfo-3.9.1-2.fc33.x86_64.rpm gdb -q /lib64/libpython3.9.so.1.0 Reading symbols from /lib64/libpython3.9.so.1.0... Reading symbols from /usr/lib/debug/usr/lib64/libpython3.9.so.1.0-3.9.1-2.fc33.x86_64.debug... (gdb) q Additional info: It may be rather some 'dnf' or 'distribution' problem: # dnf --enablerepo=fedora-debuginfo --enablerepo=updates-debuginfo install python3.9-debuginfo Last metadata expiration check: 4:32:46 ago on Mon 08 Feb 2021 01:27:37 AM CET. No match for argument: python3.9-debuginfo Error: Unable to find a match: python3.9-debuginfo # dnf --enablerepo=rawhide-debuginfo install python3.9-debuginfo python3.9-debuginfo-3.9.1-5.fc34.x86_64 - But I do not want Rawhide, I want F-33.
It seems that python3.9-debuginfo is not available in the repos, e.g.: http://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/33/Everything/x86_64/debug/Packages/p/ It's not a DNF issue, because it can't install a package that is not available. Moving to python39 component.
Neither it is a python39 issue. *** This bug has been marked as a duplicate of bug 1912116 ***