-
Bug
-
Resolution: Done
-
Critical
-
None
-
rhel-8.10
-
None
-
No
-
Moderate
-
rhel-container-tools
-
2
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
In our product, a call to dnf install rust began failing because of a missing glibc-devel dependency. We're on x86 and the repo only has glibc-devel for i686.
# dnf list glibc-devel Last metadata expiration check: 0:03:36 ago on Mon Jun 9 17:37:27 2025. Available Packages glibc-devel.i686 2.28-251.el8_10.22 ubi-8-baseos-rpms
What is the impact of this issue to you?
Prevents product builds.
Please provide the package NVR for which the bug is seen:
glibc-devel 2.28-251.el8_10.22
How reproducible is this bug?:
Consistently.
Steps to reproduce
- podman run --user root --privileged -it registry.access.redhat.com/ubi8/ubi:latest bash
- dnf install glibc-devel
Expected results
glibc-devel installs successfully on x86 systems.
Actual results
$ podman run --user root --privileged -it registry.access.redhat.com/ubi8/ubi:latest bash [root@1dedef6453c6 /]# dnf install rust Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Red Hat Universal Base Image 8 (RPMs) - BaseOS 1.7 MB/s | 777 kB 00:00 Red Hat Universal Base Image 8 (RPMs) - AppStream 7.1 MB/s | 3.4 MB 00:00 Red Hat Universal Base Image 8 (RPMs) - CodeReady Builder 582 kB/s | 187 kB 00:00 Error: Problem: package rust-1.84.1-2.module+el8.10.0+23064+1bf4ac64.x86_64 from ubi-8-appstream-rpms requires rust-std-static(x86-64) = 1.84.1-2.module+el8.10.0+23064+1bf4ac64, but none of the providers can be installed - conflicting requests - nothing provides glibc-devel(x86-64) >= 2.17 needed by rust-std-static-1.84.1-2.module+el8.10.0+23064+1bf4ac64.x86_64 from ubi-8-appstream-rpms (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)