[问题描述] 根据开发提供的Anolis OS 7全量构建表,本次测试需要覆盖bcc包,兆芯物理机使用Anolis7.9 RC1 x86 iso装机,安装anck,因环境网络无法连外网,采用iso挂载,搭建本地yum源,未找到bcc包,只能找到bcc对应的src包 使用repoquery遍历网络源也没查找到 网络源: ------------------------------------- https://mirrors.openanolis.cn/anolis/7.9/Plus/$basearch/debug https://mirrors.openanolis.cn/anolis/7.9/os/$basearch/debug https://mirrors.openanolis.cn/anolis/7.9/updates/$basearch/debug https://mirrors.openanolis.cn/anolis/7.9/extras/$basearch/debug http://mirrors.openanolis.cn/anolis/7.9/updates/$basearch/os src网络源: https://mirrors.openanolis.cn/anolis/7.9/Plus/source/ https://mirrors.openanolis.cn/anolis/7.9/os/source/ https://mirrors.openanolis.cn/anolis/7.9/updates/source/ https://mirrors.openanolis.cn/anolis/7.9/extras/source/ [环境信息]: 内核信息: # uname -r 4.19.91-25.an7.x86_64 操作系统信息: # cat /etc/os-release NAME="Anolis OS" VERSION="7.9" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="7.9" PRETTY_NAME="Anolis OS 7.9" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugs.openanolis.cn/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" [期望结果]: 可以成功安装bcc包 [实际结果]: yum源和本地iso中不存在bcc包 [问题发生概率]:必现 [复现步骤]: yum -y install bcc
在飞腾机器上测试arm内核遇到同样问题 内核: # uname -r 4.19.91-25.an7.aarch64 测试步骤: yum -y install bcc
@liwei, 帮忙看下bcc-0.16.0 已经在 tag dist-an7-updates 下面构建成功 http://build.openanolis.cn/koji/buildinfo?buildID=12518 为什么 对应的 7.9/updates 仓库里面没有发布。
(In reply to yunqi-zwt from comment #2) > @liwei, 帮忙看下bcc-0.16.0 已经在 tag dist-an7-updates 下面构建成功 > http://build.openanolis.cn/koji/buildinfo?buildID=12518 > > 为什么 对应的 7.9/updates 仓库里面没有发布。 https://mirrors.openanolis.cn/anolis/7.9/os/$basearch/os
外网源中有这个包,请在外网源中获取。 https://mirrors.openanolis.cn/anolis/7.9/os/$basearch/os
resolved
如上面开发评论,在repo源中包含即可,关闭该bug