Bug 7836 - [Anolis23.1][RC1]ppp-doc 依赖有问题导致安装失败
Summary: [Anolis23.1][RC1]ppp-doc 依赖有问题导致安装失败
Status: REOPENED
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-08 15:27 UTC by yunmeng365524
Modified: 2024-05-22 19:48 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-08 15:27:53 UTC
Description of problem:
ppp-doc 依赖有问题导致安装失败

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 ppp-doc.aarch64
Last metadata expiration check: 2:53:09 ago on Mon 08 Jan 2024 12:25:54 PM CST.
Error:
 Problem: conflicting requests
  - nothing provides ppp = 2.4.9-3.an23 needed by ppp-doc-2.4.9-3.an23.aarch64 from os
(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:
从ppp的信息来看,repo中ppp的版本是2.5.0
[root@iZbp1fyrevlmv7ziekfwprZ ~]# yum info ppp.aarch64
Last metadata expiration check: 2:53:39 ago on Mon 08 Jan 2024 12:25:54 PM CST.
Available Packages
Name         : ppp
Version      : 2.5.0
Release      : 1.an23
Architecture : aarch64
Size         : 342 k
Source       : ppp-2.5.0-1.an23.src.rpm
Repository   : os
Summary      : The Point-to-Point Protocol daemon
URL          : http://www.samba.org/ppp
License      : BSD and LGPLv2+ and GPLv2+ and Public Domain
Description  : The ppp package contains the PPP (Point-to-Point Protocol) daemon and
             : documentation for PPP support. The PPP protocol provides a method for
             : transmitting datagrams over serial point-to-point links. PPP is
             : usually used to dial in to an ISP (Internet Service Provider) or other
             : organization over a modem and phone line.
但是ppp-doc却是2.4.9
[root@iZbp1fyrevlmv7ziekfwprZ ~]# yum info ppp-doc.aarch64
Last metadata expiration check: 2:54:00 ago on Mon 08 Jan 2024 12:25:54 PM CST.
Available Packages
Name         : ppp-doc
Version      : 2.4.9
Release      : 3.an23
Architecture : aarch64
Size         : 63 k
Source       : ppp-2.4.9-3.an23.src.rpm
Repository   : os
Summary      : Documentation files for ppp
URL          : http://www.samba.org/ppp
License      : BSD and LGPLv2+ and GPLv2+ and Public Domain
Description  : The ppp-doc package contains documentation files for ppp.
Comment 1 gaochang alibaba_cloud_group 2024-01-18 10:59:27 UTC
ISO 中 ppp-doc 和 ppp 版本出现不一致的情况,会在下个 ISO 中修复
Comment 2 gaochang alibaba_cloud_group 2024-01-20 14:20:14 UTC
待新 ISO 验证该问题
Comment 3 yunmeng365524 2024-05-22 19:48:13 UTC
ppp-doc.x86_64 的版本还是不对,而且ppp-doc有2个版本,还请确认ppp-doc.x86_64 这个是不是可以删掉了?
[root@localhost ~]# yum install ppp-doc
Last metadata expiration check: 0:01:17 ago on Wed May 22 19:45:24 2024.
Dependencies resolved.
======================================================================================================================================================================================================
 Package                                       Architecture                                 Version                                               Repository                                     Size
======================================================================================================================================================================================================
Installing:
 ppp-doc                                       noarch                                       2.5.0-1.an23                                          updates                                        66 k
Installing dependencies:
 ppp                                           x86_64                                       2.5.0-1.an23                                          os                                            343 k

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

Total download size: 410 k
Installed size: 1.3 M
Is this ok [y/N]: ^COperation aborted.
[root@localhost ~]# yum search ppp-doc
Last metadata expiration check: 0:01:37 ago on Wed May 22 19:45:24 2024.
=================================================================================== Name Exactly Matched: ppp-doc ====================================================================================
ppp-doc.x86_64 : Documentation files for ppp
ppp-doc.noarch : Documentation files for ppp
[root@localhost ~]# yum install ppp-doc.x86_64
Last metadata expiration check: 0:01:43 ago on Wed May 22 19:45:24 2024.
Error:
 Problem: conflicting requests
  - nothing provides ppp = 2.4.9-3.an23 needed by ppp-doc-2.4.9-3.an23.x86_64 from os
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)