Bug 280 - [Anolis OS 8.4 龙芯版][4.19.190-3.an8.loongarch64][AppStream]yum install安装nmstate和nmstate-plugin-ovsdb包失败,缺少依赖python3-libnmstate和python3.6dist
Summary: [Anolis OS 8.4 龙芯版][4.19.190-3.an8.loongarch64][AppStream]yum install安装nmstat...
Status: CONFIRMED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 8.4
Hardware: loongarch Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: 葛立伟
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-05 15:47 UTC by shanxifanshi
Modified: 2022-03-25 08:23 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 shanxifanshi alibaba_cloud_group 2022-01-05 15:47:58 UTC
[问题描述]:
yum install安装nmstate和nmstate-plugin-ovsdb包失败,缺少依赖python3-libnmstate和python3.6dist

[环境信息]:
内核信息:
# uname -r
4.19.190-3.an8.loongarch64

操作系统信息:
# cat /etc/os-release
NAME="Anolis OS"
VERSION="8.4"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="8.4"
PLATFORM_ID="platform:an8"
PRETTY_NAME="Anolis OS 8.4"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"

# yum list nmstate
Last metadata expiration check: 0:51:42 ago on Wed 05 Jan 2022 02:53:57 PM CST.
Available Packages
nmstate.noarch                                                          1.0.2-14.an8_4                                                          AppStream

# yum list nmstate-plugin-ovsdb
Last metadata expiration check: 0:51:48 ago on Wed 05 Jan 2022 02:53:57 PM CST.
Available Packages
nmstate-plugin-ovsdb.noarch                                                   1.0.2-14.an8_4                                                    AppStream

[复现概率]:必现

[期望结果]:
yum install可以成功安装nmstate和nmstate-plugin-ovsdb包

[实际结果]:
nmstate和nmstate-plugin-ovsdb包安装失败

# yum install nmstate
Last metadata expiration check: 0:48:35 ago on Wed 05 Jan 2022 02:53:57 PM CST.
Error:
 Problem: package nmstate-1.0.2-14.an8_4.noarch requires python3-libnmstate = 1.0.2-14.an8_4, but none of the providers can be installed
  - conflicting requests
  - nothing provides nispor needed by python3-libnmstate-1.0.2-14.an8_4.noarch
  - nothing provides python3.6dist(nispor) >= 1.0.0 needed by python3-libnmstate-1.0.2-14.an8_4.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


# yum install nmstate-plugin-ovsdb
Last metadata expiration check: 0:48:49 ago on Wed 05 Jan 2022 02:53:57 PM CST.
Error:
 Problem: package nmstate-plugin-ovsdb-1.0.2-14.an8_4.noarch requires python3-libnmstate = 1.0.2-14.an8_4, but none of the providers can be installed
  - conflicting requests
  - nothing provides nispor needed by python3-libnmstate-1.0.2-14.an8_4.noarch
  - nothing provides python3.6dist(nispor) >= 1.0.0 needed by python3-libnmstate-1.0.2-14.an8_4.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

[复现步骤]:	
yum install nmstate
yum install nmstate-plugin-ovsdb
Comment 1 葛立伟 alibaba_cloud_group 2022-01-06 15:27:23 UTC
nispor依赖'rust-toolset'目前暂时没有精力解决构建错误