oracle / container-images

Oracle Linux container images
Other
181 stars 64 forks source link

debuginfo files missing for OracleLinux 9.3 #64

Closed JimPatterson closed 10 months ago

JimPatterson commented 10 months ago

Using the yum repo at https://oss.oracle.com/ol9/debuginfo as documented in https://yum.oracle.com/oracle-linux-9.html, when attempting to install the debuginfo files using:

dnf debuginfo-install glibc libgcc libstdc++ zlib pcre

I get the following errors:

Could not find debuginfo package for the following installed packages: glibc-2.34-83.0.1.el9_3.7.x86_64, libgcc-11.4.1-2.1.0.1.el9.x86_64, libstdc++-11.4.1-2.1.0.1.el9.x86_64, zlib-1.2.11-40.el9.x86_64
Could not find debugsource package for the following installed packages: glibc-2.34-83.0.1.el9_3.7.x86_64, libgcc-11.4.1-2.1.0.1.el9.x86_64, libstdc++-11.4.1-2.1.0.1.el9.x86_64, pcre-8.44-3.el9.3.x86_64, zlib-1.2.11-40.el9.x86_64

The debuginfo files for the earlier 9.x versions are present in the repo, but the new package versions in 9.3 are missing.

totalamateurhour commented 10 months ago

There are in the process of being published. Stand by.

totalamateurhour commented 10 months ago

latest debuginfo packages are published for glibc libgcc libstdc++ zlib pcre. You may need still need an updated gcc-debuginfo to satisfy dependencies. This should be resolved shortly, apologies.

totalamateurhour commented 10 months ago

This has been fixed now.


  Preparing        :                                                                                                                                                                                                   1/1 
  Installing       : gcc-debuginfo-11.4.1-2.1.0.1.el9.x86_64                                                                                                                                                           1/6 
  Installing       : libgcc-debuginfo-11.4.1-2.1.0.1.el9.x86_64                                                                                                                                                        2/6 
  Installing       : libstdc++-debuginfo-11.4.1-2.1.0.1.el9.x86_64                                                                                                                                                     3/6 
  Installing       : zlib-debuginfo-1.2.11-40.el9.x86_64                                                                                                                                                               4/6 
  Installing       : pcre-debuginfo-8.44-3.el9.3.x86_64                                                                                                                                                                5/6 
  Installing       : glibc-debuginfo-2.34-83.0.1.el9_3.7.x86_64                                                                                                                                                        6/6 
  Running scriptlet: glibc-debuginfo-2.34-83.0.1.el9_3.7.x86_64                                                                                                                                                        6/6 
  Verifying        : gcc-debuginfo-11.4.1-2.1.0.1.el9.x86_64                                                                                                                                                           1/6 
  Verifying        : glibc-debuginfo-2.34-83.0.1.el9_3.7.x86_64                                                                                                                                                        2/6 
  Verifying        : libgcc-debuginfo-11.4.1-2.1.0.1.el9.x86_64                                                                                                                                                        3/6 
  Verifying        : libstdc++-debuginfo-11.4.1-2.1.0.1.el9.x86_64                                                                                                                                                     4/6 
  Verifying        : pcre-debuginfo-8.44-3.el9.3.x86_64                                                                                                                                                                5/6 
  Verifying        : zlib-debuginfo-1.2.11-40.el9.x86_64                                                                                                                                                               6/6 

Installed:
  gcc-debuginfo-11.4.1-2.1.0.1.el9.x86_64   glibc-debuginfo-2.34-83.0.1.el9_3.7.x86_64   libgcc-debuginfo-11.4.1-2.1.0.1.el9.x86_64   libstdc++-debuginfo-11.4.1-2.1.0.1.el9.x86_64   pcre-debuginfo-8.44-3.el9.3.x86_64  
  zlib-debuginfo-1.2.11-40.el9.x86_64      

Complete!
# 
JimPatterson commented 10 months ago

Worked like a champ. Thank you very much!