Bug 4234 - 在anolis23上面编译软件时,缺少依赖包,无法搭建编译环境
Summary: 在anolis23上面编译软件时,缺少依赖包,无法搭建编译环境
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-27 14:56 UTC by 吴秀巧
Modified: 2023-06-30 14:15 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 吴秀巧 2023-02-27 14:56:55 UTC
Description of problem:
在anolis23上面编译软件时,缺少依赖包,无法搭建编译环境

Version-Release number of selected component (if applicable):
# uname -a
5.10.134-12.1.an23.x86_64 #1 SMP Thu Oct 13 11:38:24 CST 2022 x86_64 GNU/Linux

# 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:


Steps to Reproduce:
1.安装好23系统后,使用系统自带默认的软件源,yum makechache
2.# yum search gperf
Last metadata expiration check: 0:20:08 ago on Mon Feb 27 14:33:48 2023.
No matches found.
3.

Actual results:
没有搜索到相应的软件包

Expected results:
可以搜索到对应的软件包,并且可以正常的下载安装(包括依赖包)

Additional info:
目前缺少的软件包有12个,分别是:gperf jq leveldb-devel liboath-devel python3-bcrypt python3-coverage python3-nose python3-pecan python3-pyOpenSSL valgrind-devel xmlstarlet  yasm
Comment 1 xuchunmei alibaba_cloud_group 2023-02-27 16:41:07 UTC
Anolis OS 23目前还没有引入gperf,请问您是编译哪个组件需要gperf?
Comment 2 吴秀巧 2023-02-27 17:00:01 UTC
目前在Anolis OS 23系统上面适配anolis/dsms-storage,也就是ceph15.2.15,在搭建其编译环境的时候需要安装上述所提及的安装包
Comment 3 吴秀巧 2023-02-27 17:16:10 UTC
(In reply to xuchunmei from comment #1)
> Anolis OS 23目前还没有引入gperf,请问您是编译哪个组件需要gperf?

目前在Anolis OS 23系统上面适配anolis/dsms-storage,也就是ceph15.2.15,在搭建其编译环境的时候需要安装上述所提及的安装包
Comment 4 扣肉 2023-06-15 12:03:22 UTC
ceph 目前编译没有问题。
请再测试dsms-storage
Comment 5 happy_orange alibaba_cloud_group 2023-06-30 14:15:02 UTC
dsms-storage 已经发布到 epao 仓库。该问题已解决。