Bug 1560157 - downloads stale debuginfo
Summary: downloads stale debuginfo
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: rpm-software-management
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-24 08:24 UTC by Chris Murphy
Modified: 2019-05-28 22:39 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-28 22:39:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
debugdata (11.29 MB, application/x-tar)
2018-03-24 08:44 UTC, Chris Murphy
no flags Details

Description Chris Murphy 2018-03-24 08:24:05 UTC
Description of problem:

dnf is often not installing the correct debuginfo: neither the one explicitly requested, nor the one matching the binary that's installed.

Version-Release number of selected component (if applicable):
dnf-2.7.5-8.fc28.noarch

How reproducible:
Often, maybe always, not sure.


Clean installed Fedora 28 workstation using netinstall, so it has the latest Firefox 59. But when I go to install the same version debuginfo, dnf returns the ones for version 58. Inexplicably.


Missing separate debuginfos, use: dnf debuginfo-install firefox-59.0.1-1.fc28.x86_64
(gdb) quit
[root@localhost ~]# dnf debuginfo-install firefox-59.0.1-1.fc28.x86_64
enabling updates-testing-debuginfo repository
enabling updates-debuginfo repository
enabling fedora-debuginfo repository
Fedora 28 - x86_64 - Test Updates Debug                                                                                                      2.0 kB/s | 257  B     00:00    
Fedora 28 - x86_64 - Updates - Debug                                                                                                         2.0 kB/s | 257  B     00:00    
Fedora 28 - x86_64 - Debug                                                                                                                   1.2 MB/s |  28 MB     00:22    
Last metadata expiration check: 0:00:00 ago on Sat 24 Mar 2018 02:09:05 AM MDT.
Dependencies resolved.
=============================================================================================================================================================================
 Package                                        Arch                              Version                                  Repository                                   Size
=============================================================================================================================================================================
Installing:
 firefox-debuginfo                              x86_64                            58.0.2-1.fc28                            fedora-debuginfo                            364 M
Installing weak dependencies:
 firefox-debugsource                            x86_64                            58.0.2-1.fc28                            fedora-debuginfo                             43 M

Transaction Summary
=============================================================================================================================================================================
Install  2 Packages

Total download size: 407 M
Installed size: 1.8 G
Is this ok [y/N]: y
Downloading Packages:
(1/2): firefox-debugsource-58.0.2-1.fc28.x86_64.rpm                                                                                          4.0 MB/s |  43 MB     00:10    
(2/2): firefox-debuginfo-58.0.2-1.fc28.x86_64.rpm                                                                                            7.7 MB/s | 364 MB     00:47    
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total

Comment 1 Chris Murphy 2018-03-24 08:40:07 UTC
More examples of stale. I copy paste the command from gdb, and dnf says those are already installed which is wrong.

Missing separate debuginfos, use: dnf debuginfo-install fontconfig-2.13.0-3.fc28.x86_64 gsm-1.0.17-5.fc28.x86_64 libvorbis-1.3.6-1.fc28.x86_64 libwayland-client-1.14.92-1.fc28.x86_64 libwayland-cursor-1.14.92-1.fc28.x86_64 libwayland-egl-1.14.92-1.fc28.x86_64 nspr-4.19.0-1.fc28.x86_64 nss-3.36.0-1.0.fc28.x86_64 nss-util-3.36.0-1.0.fc28.x86_64 pcre-8.42-1.fc28.x86_64 pcre2-10.31-4.fc28.x86_64 zlib-1.2.11-7.fc28.x86_64
(gdb) quit
[root@localhost ~]# dnf debuginfo-install fontconfig-2.13.0-3.fc28.x86_64 gsm-1.0.17-5.fc28.x86_64 libvorbis-1.3.6-1.fc28.x86_64 libwayland-client-1.14.92-1.fc28.x86_64 libwayland-cursor-1.14.92-1.fc28.x86_64 libwayland-egl-1.14.92-1.fc28.x86_64 nspr-4.19.0-1.fc28.x86_64 nss-3.36.0-1.0.fc28.x86_64 nss-util-3.36.0-1.0.fc28.x86_64 pcre-8.42-1.fc28.x86_64 pcre2-10.31-4.fc28.x86_64 zlib-1.2.11-7.fc28.x86_64
enabling updates-testing-debuginfo repository
enabling updates-debuginfo repository
enabling fedora-debuginfo repository
Last metadata expiration check: 0:29:45 ago on Sat 24 Mar 2018 02:09:05 AM MDT.
Package fontconfig-debuginfo-2.12.93-1.fc28.x86_64 is already installed, skipping.
Package gsm-debuginfo-1.0.17-4.fc28.x86_64 is already installed, skipping.
Package libvorbis-debuginfo-1:1.3.5-5.fc28.x86_64 is already installed, skipping.
Package libwayland-client-debuginfo-1.14.91-2.fc28.x86_64 is already installed, skipping.
Package libwayland-cursor-debuginfo-1.14.91-2.fc28.x86_64 is already installed, skipping.
Package libwayland-egl-debuginfo-1.14.91-2.fc28.x86_64 is already installed, skipping.
Package nspr-debuginfo-4.18.0-4.fc28.x86_64 is already installed, skipping.
Package nss-debuginfo-3.35.0-4.fc28.x86_64 is already installed, skipping.
Package nss-util-debuginfo-3.35.0-4.fc28.x86_64 is already installed, skipping.
Package pcre-debuginfo-8.41-6.fc28.x86_64 is already installed, skipping.
Package pcre2-debuginfo-10.31-3.fc28.x86_64 is already installed, skipping.
Package zlib-debuginfo-1.2.11-6.fc28.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
[root@localhost ~]#

Comment 2 Chris Murphy 2018-03-24 08:44:12 UTC
Created attachment 1412406 [details]
debugdata

dnf --debugsolver debuginfo-install fontconfig-2.13.0-3.fc28.x86_64 gsm-1.0.17-5.fc28.x86_64 libvorbis-1.3.6-1.fc28.x86_64 libwayland-client-1.14.92-1.fc28.x86_64 libwayland-cursor-1.14.92-1.fc28.x86_64 libwayland-egl-1.14.92-1.fc28.x86_64 nspr-4.19.0-1.fc28.x86_64 nss-3.36.0-1.0.fc28.x86_64 nss-util-3.36.0-1.0.fc28.x86_64 pcre-8.42-1.fc28.x86_64 pcre2-10.31-4.fc28.x86_64 zlib-1.2.11-7.fc28.x86_64

Comment 3 Chris Murphy 2018-03-24 09:08:00 UTC
I think debuginfo-install should fail by default when the command includes specific versions, and what will be downloaded isn't that version. Maybe there's something wrong with the repo but some of what dnf has installed is a month older than what's requested.

Comment 4 Ben Cotton 2019-05-02 20:47:42 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Ben Cotton 2019-05-28 22:39:40 UTC
Fedora 28 changed to end-of-life (EOL) status on 2019-05-28. Fedora 28 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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