#170 openh264 breaks 'dnf debuginfo-install'
Closed: Fixed 3 years ago by catanzaro. Opened 3 years ago by catanzaro.

$ sudo dnf debuginfo-install freetype-2.10.2-1.fc32.x86_64 glib2-2.64.4-1.fc32.x86_64 glibc-2.31-4.fc32.x86_64 gstreamer1-plugin-openh264-1.16.2-1.fc32.x86_64 gstreamer1-plugins-bad-free-1.16.2-3.fc32.x86_64 gstreamer1-plugins-good-1.16.2-2.fc32.x86_64 libXt-1.2.0-1.fc32.x86_64 libdrm-2.4.102-1.fc32.x86_64 libevent-2.1.8-8.fc32.x86_64 libvpx-1.8.2-2.fc32.x86_64 mpg123-libs-1.25.12-2.fc32.x86_64 openh264-2.1.0-1.fc32.x86_64 opus-1.3.1-3.fc32.x86_64 pcre2-10.35-4.fc32.x86_64 wpebackend-fdo-1.6.0-1.fc32.x86_64
enabling fedora-cisco-openh264-debuginfo repository
enabling fedora-modular-debuginfo repository
enabling updates-modular-debuginfo repository
enabling updates-debuginfo repository
enabling fedora-debuginfo repository
Fedora 32 openh264 (From Cisco) - x86_64 - Debug                                      5.8 kB/s | 992  B     00:00    
Could not find debugsource package for the following installed packages: glibc-2.31-4.fc32.x86_64, gstreamer1-plugin-openh264-1.16.2-1.fc32.x86_64
Dependencies resolved.
======================================================================================================================
 Package                                   Arch        Version             Repository                            Size
======================================================================================================================
Installing:
 gstreamer1-plugin-openh264-debuginfo      x86_64      1.16.2-1.fc32       fedora-cisco-openh264-debuginfo       56 k
 mpg123-debugsource                        x86_64      1.25.12-2.fc32      fedora-debuginfo                     270 k
 mpg123-libs-debuginfo                     x86_64      1.25.12-2.fc32      fedora-debuginfo                     302 k
 openh264-debuginfo                        x86_64      2.1.0-1.fc32        fedora-cisco-openh264-debuginfo      1.0 M
 openh264-debugsource                      x86_64      2.1.0-1.fc32        fedora-cisco-openh264                446 k
Installing dependencies:
 mpg123-debuginfo                          x86_64      1.25.12-2.fc32      fedora-debuginfo                     189 k

Transaction Summary
======================================================================================================================
Install  6 Packages

Total size: 2.2 M
Total download size: 1.8 M
Installed size: 11 M
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] openh264-debugsource-2.1.0-1.fc32.x86_64.rpm: Already downloaded                                           
[MIRROR] gstreamer1-plugin-openh264-debuginfo-1.16.2-1.fc32.x86_64.rpm: Status code: 404 for http://ciscobinary.openh264.org/gstreamer1-plugin-openh264-debuginfo-1.16.2-1.fc32.x86_64.rpm (IP: 184.50.238.200)
[MIRROR] openh264-debuginfo-2.1.0-1.fc32.x86_64.rpm: Status code: 404 for http://ciscobinary.openh264.org/openh264-debuginfo-2.1.0-1.fc32.x86_64.rpm (IP: 184.50.238.200)
[MIRROR] gstreamer1-plugin-openh264-debuginfo-1.16.2-1.fc32.x86_64.rpm: Status code: 404 for http://ciscobinary.openh264.org/gstreamer1-plugin-openh264-debuginfo-1.16.2-1.fc32.x86_64.rpm (IP: 184.50.238.200)
[MIRROR] openh264-debuginfo-2.1.0-1.fc32.x86_64.rpm: Status code: 404 for http://ciscobinary.openh264.org/openh264-debuginfo-2.1.0-1.fc32.x86_64.rpm (IP: 184.50.238.200)
[FAILED] openh264-debuginfo-2.1.0-1.fc32.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success
(3-4/6): gstreamer1-plugin-openh264-deb 66% [==========================             ] 269 kB/s | 1.5 MB     00:02 ETA
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Error downloading packages:
  Cannot download o/openh264-debuginfo-2.1.0-1.fc32.x86_64.rpm: All mirrors were tried

Any ideas how to make this work?


The most direct problem is this is just too many mirrors failing. I think ask on #fedora-admin about that, or try again later.

But also:
glibc-2.31-4.fc32.x86_64

Something isn't resolving that one correctly or the debug repo is stale. They're plainly available in koji.

glibc-debuginfo-2.31-4.fc32.x86_64.rpm (info) (download)
glibc-debuginfo-common-2.31-4.fc32.x86_64.rpm (info) (download)

This:
gstreamer1-plugin-openh264-1.16.2-1.fc32.x86_64

Is stale, it's listed as six months old in Bodhi. And doesn't exist in Koji anymore. Koji reports 1.16.2-2 is current but that was never submitted as an update for some reason. I don't know whose bug this is but I would download the three files from koji and manually install them dnf update *rpm style.

gstreamer1-1.16.2-2.fc32.x86_64.rpm (info) (download) 
gstreamer1-debuginfo-1.16.2-2.fc32.x86_64.rpm (info) (download)
gstreamer1-debugsource-1.16.2-2.fc32.x86_64.rpm (info) (download)

Error: Error downloading packages:
Cannot download o/openh264-debuginfo-2.1.0-1.fc32.x86_64.rpm: All mirrors were tried

Any ideas how to make this work?

File a releng ticket, please. Looks like something going wrong with the openh264 debuginfo repo.

This:
gstreamer1-plugin-openh264-1.16.2-1.fc32.x86_64
Is stale, it's listed as six months old in Bodhi. And doesn't exist in Koji anymore. Koji reports 1.16.2-2 is current but that was never submitted as an update for some reason. I don't know whose bug this is but I would download the three files from koji and manually install them dnf update *rpm style.

1.16.2-2 was submitted in https://pagure.io/releng/issue/9468 . I asked releng last week and it was the infra move that delayed the uploading; they are working on it now.

File a releng ticket, please. Looks like something going wrong with the openh264 debuginfo repo.

It works today... will report it to releng if I notice this again.

Metadata Update from @catanzaro:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Spoke too soon, sorry. I was just looking at dnf's proposed transaction. It doesn't work.

Metadata Update from @catanzaro:
- Issue status updated to: Open (was: Closed)

3 years ago

I don't think the WG needs to track this anymore. The above infrastructure issue is sufficient. Closing.

Metadata Update from @catanzaro:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata