Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2098164

Summary: glibc-gconv-extra is outdated on ubi8
Product: Red Hat Enterprise Linux 8 Reporter: ruckc <ruckc>
Component: glibcAssignee: glibc team <glibc-bugzilla>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-tools-bugs
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 8.6CC: ashankar, codonell, dj, fweimer, mnewsome, pfrankli, sipoyare
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-17 13:54:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ruckc@yahoo.com 2022-06-17 13:02:44 UTC
Description of problem:  glibc-gconv-extra is outdated on ubi8.  It appears glibc got upgraded and glibc-gconv-extra did not.  This is breaking our CI pipelines.


$ podman run -it --rm ubi/ubi8:latest << EOF
> dnf list glibc*
> dnf install rpm-build -y
> EOF
WARN[0000] The input device is not a TTY. The --tty and --interactive flags might not work properly 
dnf list glibc*
dnf install rpm-build -y
[root@40b82d57d449 /]# dnf list glibc*
Red Hat Universal Base Image 8 (RPMs) - BaseOS  1.0 MB/s | 783 kB     00:00    
Red Hat Universal Base Image 8 (RPMs) - AppStre 4.2 MB/s | 3.0 MB     00:00    
Red Hat Universal Base Image 8 (RPMs) - CodeRea  43 kB/s |  18 kB     00:00    
Installed Packages
glibc.x86_64                       2.28-189.5.el8_6      @ubi                   
glibc-common.x86_64                2.28-189.5.el8_6      @ubi                   
glibc-langpack-en.x86_64           2.28-189.5.el8_6      @ubi                   
glibc-minimal-langpack.x86_64      2.28-189.5.el8_6      @ubi                   
Available Packages
glibc.i686                         2.28-189.5.el8_6      ubi-8-baseos           
glibc-all-langpacks.x86_64         2.28-189.5.el8_6      ubi-8-baseos           
glibc-devel.i686                   2.28-189.5.el8_6      ubi-8-baseos           
glibc-devel.x86_64                 2.28-189.5.el8_6      ubi-8-baseos           
glibc-gconv-extra.x86_64           2.28-189.1.el8        ubi-8-appstream        
glibc-headers.i686                 2.28-189.5.el8_6      ubi-8-baseos           
glibc-headers.x86_64               2.28-189.5.el8_6      ubi-8-baseos           
glibc-locale-source.x86_64         2.28-189.5.el8_6      ubi-8-baseos           
glibc-static.i686                  2.28-189.5.el8_6      ubi-8-codeready-builder
glibc-static.x86_64                2.28-189.5.el8_6      ubi-8-codeready-builder
[root@40b82d57d449 /]# dnf install rpm-build -y
Last metadata expiration check: 0:00:01 ago on Fri Jun 17 13:01:21 2022.
Error: 
 Problem: package rpm-build-4.14.3-23.el8.x86_64 requires system-rpm-config, but none of the providers can be installed
  - package redhat-rpm-config-129-1.el8.noarch requires glibc-gconv-extra, but none of the providers can be installed
  - conflicting requests
  - nothing provides glibc(x86-64) = 2.28-189.1.el8 needed by glibc-gconv-extra-2.28-189.1.el8.x86_64
  - nothing provides glibc-common = 2.28-189.1.el8 needed by glibc-gconv-extra-2.28-189.1.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Comment 1 Florian Weimer 2022-06-17 13:54:08 UTC
This has already been reported as bug 2098093, and we will track the fix there. I'm sorry for the inconvenience.

*** This bug has been marked as a duplicate of bug 2098093 ***