Bug 1912116 - Could not find debuginfo package for the following installed packages: python3-3.9.1-1.fc33.x86_64
Summary: Could not find debuginfo package for the following installed packages: python...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: distribution
Version: 33
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Aoife Moloney
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1921552 1926045 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-03 16:02 UTC by Augusto Hack
Modified: 2023-05-09 13:56 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-02-11 01:00:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Augusto Hack 2021-01-03 16:02:00 UTC
Description of problem:

The package `python3.9-debuginfo` can't be found by `dnf debuginfo-install` or `debuginfo-install python3.9`. I tried a few different package names:

- python3-3.9.1-1.fc33.x86_64
- python3-3.9.1-1.fc33
- python3-3.9.1
- python3

The output of `dnf` is:

```
enabling fedora-cisco-openh264-debuginfo repository
enabling fedora-modular-debuginfo repository
enabling updates-modular-debuginfo repository
enabling updates-debuginfo repository
enabling fedora-debuginfo repository
enabling rpmfusion-free-updates-debuginfo repository
enabling rpmfusion-free-debuginfo repository
enabling rpmfusion-nonfree-updates-debuginfo repository
enabling rpmfusion-nonfree-debuginfo repository
Last metadata expiration check: 0:59:18 ago on Sun 03 Jan 2021 03:56:57 PM CET.
Could not find debuginfo package for the following installed packages: python3-3.9.1-1.fc33.x86_64
Dependencies resolved.
Nothing to do.
Complete!
```

Expected results:

It seems that for the versions 3.7 and 3.8 the `debuginfo` contains the `libpython.py` file, which is helpful for debugging:

```
python3.8-debuginfo-3.8.6-1.fc33.x86_64 : Debug information for package python3.8
Repo        : @System
Matched from:
Other       : *libpython3.8.so.1.0-3.8.6-1.fc33.x86_64.debug-gdb.py
```

It would be great to also have it available for py3.9

Comment 1 Miro Hrončok 2021-01-04 09:51:07 UTC
https://pagure.io/releng/issue/9929

Comment 2 Victor Stinner 2021-01-04 12:05:42 UTC
I just tested on my Fedora 33. "sudo dnf debuginfo-install python3.9" installed "python3.9-debugsource".

Comment 3 Miro Hrončok 2021-01-04 12:10:46 UTC
But not the debuginfo.

Comment 4 Miro Hrončok 2021-01-28 07:30:39 UTC
*** Bug 1921552 has been marked as a duplicate of this bug. ***

Comment 5 Miro Hrončok 2021-02-08 09:08:57 UTC
*** Bug 1926045 has been marked as a duplicate of this bug. ***

Comment 6 Miro Hrončok 2021-02-08 09:58:11 UTC
No longer a low severity, people seem genuinely perplexed by the missing debuginfo package.


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