Bug 1926045 - debuginfo-install does not work for python3.9
Summary: debuginfo-install does not work for python3.9
Keywords:
Status: CLOSED DUPLICATE of bug 1912116
Alias: None
Product: Fedora
Classification: Fedora
Component: python39
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miro Hrončok
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-08 05:02 UTC by Jan Kratochvil
Modified: 2021-02-08 09:08 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-02-08 09:08:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Kratochvil 2021-02-08 05:02:06 UTC
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.

Comment 1 Daniel Mach 2021-02-08 07:44:19 UTC
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.

Comment 2 Miro Hrončok 2021-02-08 09:08:57 UTC
Neither it is a python39 issue.

*** This bug has been marked as a duplicate of bug 1912116 ***


Note You need to log in before you can comment on or make changes to this bug.