Bug 6688 - [Anolis 23][nightly][x86/aarch64] gperftools软件包缺少依赖安装失败
Summary: [Anolis 23][nightly][x86/aarch64] gperftools软件包缺少依赖安装失败
Status: RESOLVED FIXED
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: 2023-09-26 11:03 UTC by yunmeng365524
Modified: 2024-03-02 11:05 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 2023-09-26 11:03:18 UTC
Description of problem:
gperftools软件包缺少依赖安装失败

Version-Release number of selected component (if applicable):
[root@localhost ~]# 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/"

How reproducible:

[root@localhost ~]# yum install gperftools
Last metadata expiration check: 0:16:03 ago on Tue 26 Sep 2023 10:44:52 AM CST.
Error:
 Problem: package gperftools-2.10-1.an23.x86_64 from os requires pprof = 2.10-1.an23, but none of the providers can be installed
  - conflicting requests
  - nothing provides gv needed by pprof-2.10-1.an23.noarch from os
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@localhost ~]# yum search pprof
Last metadata expiration check: 0:16:23 ago on Tue 26 Sep 2023 10:44:52 AM CST.
================================================ Name Exactly Matched: pprof =================================================
pprof.noarch : CPU and Heap Profiler tool
[root@localhost ~]# yum info pprof
Last metadata expiration check: 0:16:28 ago on Tue 26 Sep 2023 10:44:52 AM CST.
Available Packages
Name         : pprof
Version      : 2.10
Release      : 1.an23
Architecture : noarch
Size         : 53 k
Source       : gperftools-2.10-1.an23.src.rpm
Repository   : os
Summary      : CPU and Heap Profiler tool
URL          : https://github.com/gperftools/gperftools
License      : BSD
Description  : Pprof is a heap and CPU profiler tool, part of the gperftools suite.

Steps to Reproduce:
如上

Actual results:
正常安装

Expected results:
安装失败

Additional info: