Rocky 9.1 (Blue Onyx) - Missing kernel-debuginfo-common-x86_64

Cannot Add kernel-debuginfo as it complains about missing “kernel-debuginfo-common” package.

# yum install kernel-debuginfo.x86_64
<snip>
Error: 
 Problem: conflicting requests
  - nothing provides kernel-debuginfo-common-x86_64 = 5.14.0-162.6.1.el9_1.0.1 needed by kernel-debuginfo-5.14.0-162.6.1.el9_1.0.1.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

I checked manually and could not find the rpm

http://download.rockylinux.org/pub/rocky/9.1/BaseOS/x86_64/debug/tree/Packages/k/

Am i looking at a packaging bug? My machine details is below

# uname -r
5.14.0-162.6.1.el9_1.x86_64
# cat /etc/rocky-release
Rocky Linux release 9.1 (Blue Onyx)

Our build system didn’t take these into account as debug packages. We’ll get that addressed. Try enabling the devel repo and you should be able to find it.

1 Like

Our build system didn’t take these into account as debug packages. We’ll get that addressed.
Thanks this would be useful.

Try enabling the devel repo and you should be able to find it.
Your workaround suggestion worked. Thanks again.

1 Like