-
Bug
-
Resolution: Done
-
Blocker
-
None
-
rhel-9.7
-
None
-
None
-
None
-
None
-
None
-
False
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
x86_64
-
None
What were you trying to do that didn't work?
missing glibc-common patch 10
What is the impact of this issue to you?
#[error] ##[error]#9 [utils 3/3] RUN dnf upgrade -y --nodocs --setopt install_weak_deps=0 && dnf download --resolve --alldeps --nodocs --arch=x86_64 --downloaddir /rootfs/installers curl ##[error]#9 0.464 Updating Subscription Management repositories. ##[error]#9 0.465 Unable to read consumer identity ##[error]#9 0.469 ##[error]#9 0.469 This system is not registered with an entitlement server. You can use subscription-manager to register. ##[error]#9 0.469 ##[error]#9 0.639 Red Hat Universal Base Image 9 (RPMs) - BaseOS 3.9 MB/s | 533 kB 00:00 ##[error]#9 0.919 Red Hat Universal Base Image 9 (RPMs) - AppStre 13 MB/s | 2.6 MB 00:00 ##[error]#9 1.542 Red Hat Universal Base Image 9 (RPMs) - CodeRea 1.7 MB/s | 288 kB 00:00 ##[error]#9 1.692 Error: ##[error]#9 1.692 Problem: cannot install the best update candidate for package glibc-minimal-langpack-2.34-231.el9_7.2.x86_64 ##[error]#9 1.692 - nothing provides glibc-common = 2.34-231.el9_7.10 needed by glibc-minimal-langpack-2.34-231.el9_7.10.x86_64 from ubi-9-baseos-rpms ##[error]#9 1.693 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) ##[error]#9 ERROR: process "/bin/sh -c dnf upgrade -y --nodocs --setopt install_weak_deps=0 && dnf download --resolve --alldeps --nodocs --arch=x86_64 --downloaddir ${ROOTFS_INSTALLERS_PATH} curl" did not complete successfully: exit code: 1
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
Steps to reproduce
- try to run on ubi9
- dnf upgrade -y --nodocs --setopt install_weak_deps=0 && \
dnf download --resolve \
--alldeps \
--nodocs \
--arch=x86_64 \
--downloaddir ${ROOTFS_INSTALLERS_PATH} \
curl
Expected results
Install
Actual results
Fail