My CentOS 8 Stream installation is fully current. I did
sudo debuginfo-install libgcc libstdc++
but the response I get is
Could not find debuginfo package for the following installed packages: libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64 Could not find debugsource package for the following installed packages: libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64
If I do
sudo dnf --enablerepo=debuginfo debuginfo-install libgcc libstdc++
I get
CentOS Stream 8 - Debuginfo 35 kB/s | 7.6 kB 00:00 Errors during downloading metadata for repository 'debuginfo': - Status code: 404 for http://debuginfo.centos.org/8-stream/x86_64/repodata/repomd.xml (IP: 2620:52:3::12) Error: Failed to download metadata for repo 'debuginfo': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
What do I need to do to get these debuginfo packages?
TIA.
On 3/29/21 1:28 PM, Matthew Saltzman wrote:
My CentOS 8 Stream installation is fully current. I did
sudo debuginfo-install libgcc libstdc++
but the response I get is
Could not find debuginfo package for the following installed packages: libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64 Could not find debugsource package for the following installed packages: libgcc-8.4.1-1.el8.x86_64, libstdc++-8.4.1-1.el8.x86_64
If I do
sudo dnf --enablerepo=debuginfo debuginfo-install libgcc libstdc++
I get
CentOS Stream 8 - Debuginfo 35 kB/s | 7.6 kB 00:00 Errors during downloading metadata for repository 'debuginfo': - Status code: 404 for http://debuginfo.centos.org/8-stream/x86_64/repodata/repomd.xml (IP: 2620:52:3::12) Error: Failed to download metadata for repo 'debuginfo': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
What do I need to do to get these debuginfo packages?
TIA.
We have added storage and modified our staging scripts to output this info.
I am going to try to push these later today to debuginfo.centos.org. If we have enough mirror space, tomorrow these should be available live. If we need more mirror space or something else happens and this can not go live .. I'll reply to this mail.
Thanks, Johnny Hughes