Bug 7847 - [Anolis23.1][RC1]cri-rm-doc.noarch 缺依赖导致安装失败
Summary: [Anolis23.1][RC1]cri-rm-doc.noarch 缺依赖导致安装失败
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.1
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-09 10:30 UTC by yunmeng365524
Modified: 2024-05-22 10:28 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yunmeng365524 2024-01-09 10:30:51 UTC
Description of problem:
cri-rm-doc.noarch 缺依赖导致安装失败

Version-Release number of selected component (if applicable):
[root@iZbp1fyrevlmv7ziekfwprZ ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

[root@iZbp1fyrevlmv7ziekfwprZ ~]# uname -a
Linux iZbp1fyrevlmv7ziekfwprZ 5.10.134-16.2_rc1.an23.aarch64 #1 SMP Tue Jan 2 09:58:42 CST 2024 aarch64 GNU/Linux

[root@iZbp1fyrevlmv7ziekfwprZ ~]# yum repoinfo os
Last metadata expiration check: 2:58:29 ago on Mon 08 Jan 2024 12:25:54 PM CST.
Repo-id            : os
Repo-name          : AnolisOS-23 - os
Repo-status        : enabled
Repo-revision      : 1704908709
Repo-updated       : Wed 03 Jan 2024 02:13:36 PM CST
Repo-pkgs          : 13,810
Repo-available-pkgs: 13,810
Repo-size          : 13 G
Repo-baseurl       : https://mirrors.openanolis.cn/anolis/23/Nightly/os/aarch64/os/
Repo-expire        : 172,800 second(s) (last: Mon 08 Jan 2024 12:25:54 PM CST)
Repo-filename      : /etc/yum.repos.d/AnolisOS.repo

How reproducible:
[root@iZbp1fyrevlmv7ziekfwprZ ~]# yum install -y cri-rm-doc.noarch
Last metadata expiration check: 0:37:22 ago on Mon 08 Jan 2024 08:46:54 PM CST.
Error:
 Problem: conflicting requests
  - nothing provides cri-rm = 0.7.2-2.an23 needed by cri-rm-doc-0.7.2-2.an23.noarch from updates
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Steps to Reproduce:
如上

Actual results:
如上

Expected results:
能正常安装

Additional info:
Comment 1 gaochang alibaba_cloud_group 2024-01-20 14:24:19 UTC
无法复现
Comment 2 yunmeng365524 2024-05-22 10:28:22 UTC
最新repo回归通过
[root@localhost ~]# yum install -y cri-rm-doc.noarch
Last metadata expiration check: 2:30:32 ago on Wed May 22 07:57:27 2024.
Dependencies resolved.
======================================================================================================================================================================================================
 Package                                          Architecture                                 Version                                            Repository                                     Size
======================================================================================================================================================================================================
Installing:
 cri-rm-doc                                       noarch                                       0.7.2-2.an23                                       updates                                        17 k
Installing dependencies:
 cri-rm                                           x86_64                                       0.7.2-2.an23                                       os                                             11 M

Transaction Summary
======================================================================================================================================================================================================
Install  2 Packages

Total download size: 11 M
Installed size: 52 M
Downloading Packages:
(1/2): cri-rm-doc-0.7.2-2.an23.noarch.rpm                                                                                                                             116 kB/s |  17 kB     00:00
(2/2): cri-rm-0.7.2-2.an23.x86_64.rpm                                                                                                                                  15 MB/s |  11 MB     00:00
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                  15 MB/s |  11 MB     00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                              1/1
  Installing       : cri-rm-0.7.2-2.an23.x86_64                                                                                                                                                   1/2
  Installing       : cri-rm-doc-0.7.2-2.an23.noarch                                                                                                                                               2/2
  Running scriptlet: cri-rm-doc-0.7.2-2.an23.noarch                                                                                                                                               2/2
  Verifying        : cri-rm-0.7.2-2.an23.x86_64                                                                                                                                                   1/2
  Verifying        : cri-rm-doc-0.7.2-2.an23.noarch                                                                                                                                               2/2

Installed:
  cri-rm-0.7.2-2.an23.x86_64                                                                      cri-rm-doc-0.7.2-2.an23.noarch

Complete!