Bug 13567 - [AnolisOS 23] Abnormal behavior of the util-linux-user.x86_64 package in Anolis OS 23.
Summary: [AnolisOS 23] Abnormal behavior of the util-linux-user.x86_64 package in Anol...
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-16 13:54 UTC by young_estt
Modified: 2025-01-16 13:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description young_estt 2025-01-16 13:54:10 UTC
Description of problem:
Failed to install util-linux-user on AnolisOS 23 because it requires util-linux = 2.38.1-2.an23, which cannot be satisfied.

Version-Release number of selected component (if applicable):
AnolisOS 23
util-linux-user-2.38.1-2.an23.x86_64 (from os)

How reproducible:
$ docker pull registry.openanolis.cn/openanolis/anolisos:23
$ docker run -d --name anolis23_test registry.openanolis.cn/openanolis/anolisos:23 tail -f /dev/null
$ docker exec -it anolis23_test /bin/bash
$ yum install -y util-linux-user


Steps to Reproduce:
1.Pull the AnolisOS 23 image and start a container.
2.Enter the container.
3.Run yum install -y util-linux-user.


Actual results:
stderr: Error: 
 Problem: conflicting requests
  - nothing provides util-linux = 2.38.1-2.an23 needed by util-linux-user-2.38.1-2.an23.x86_64 from os
returncode: 1

Expected results:
util-linux-user can be installed successfully.

Additional info:
Main cause of the failure: the required version util-linux = 2.38.1-2.an23 is not found.