查看问题详情

编号项目分类查看权限最后更新
0000362Anolis OS 7Generalpublic2021-11-01 18:20
报告员shanxifanshi 分派给geliwei-ali  
优先级normal严重性minor出现频率always
状态 assigned处理状况open 
平台x86_64操作系统Anolis OS操作系统版本7
标题0000362: [Anolis 7.7-4.19-x86] [os]安装libreoffice-langpack-fi失败,源中缺少依赖包libreoffice-voikko
描述安装libreoffice-langpack-fi失败,源中缺少依赖包libreoffice-voikko

[环境信息]:
内核信息:
# uname -r
4.19.91-24.8.an7.x86_64

操作系统信息:
# cat /etc/os-release
NAME="Anolis OS"
VERSION="7.7"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="7.7"
PRETTY_NAME="Anolis OS 7.7"
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"

[期望结果]:
可以正常安装libreoffice-langpack-fi

[实际结果]:
安装libreoffice-langpack-fi失败

# yum -y install libreoffice-langpack-fi
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Resolving Dependencies
--> Running transaction check
---> Package libreoffice-langpack-fi.x86_64 1:5.3.6.1-21.0.1.an7 will be installed
--> Processing Dependency: autocorr-fi for package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.x86_64
--> Processing Dependency: libreoffice-voikko for package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.x86_64
--> Running transaction check
---> Package autocorr-fi.noarch 1:5.3.6.1-21.0.1.an7 will be installed
---> Package libreoffice-langpack-fi.x86_64 1:5.3.6.1-21.0.1.an7 will be installed
--> Processing Dependency: libreoffice-voikko for package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.x86_64
--> Finished Dependency Resolution
Error: Package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.x86_64 (os)
           Requires: libreoffice-voikko
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

[原因定位]:
 源中缺少依赖包libreoffice-voikko
问题重现步骤yum -y install libreoffice-langpack-fi
标签没加标签.

活动

anolislw

2021-10-21 13:51

报告者   ~0000518

[Anolis-7.7 aarch64][4.19] 该环境同样安装libreoffice-langpack-fi.aarch64失败
---------------------------------------------------
[环境信息]:
[root@VM20210305-5 tmp]# cat /etc/os-release
NAME="Anolis OS"
VERSION="7.7"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="7.7"
PRETTY_NAME="Anolis OS 7.7"
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"

[root@VM20210305-5 tmp]# uname -r
4.19.91-24.8.an7.aarch64
[root@VM20210305-5 tmp]# yum repolist
Loaded plugins: langpacks
repo id repo name status
epel epel 12,988
os AnolisOS-7.7 - os 3,816
repolist: 16,804
[root@VM20210305-5 tmp]# yum repolist -v | grep base
Repo-baseurl : http://yum.tbsite.net/epel/7/aarch64/
Repo-baseurl : http://mirrors.openanolis.cn/anolis/7.7/os/aarch64/os/
------------------------------------------
[root@VM20210305-5 tmp]# yum install -y libreoffice-langpack-fi.aarch64
Loaded plugins: langpacks
Resolving Dependencies
--> Running transaction check
---> Package libreoffice-langpack-fi.aarch64 1:5.3.6.1-21.0.1.an7 will be installed
--> Processing Dependency: autocorr-fi for package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.aarch64
--> Processing Dependency: libreoffice-voikko for package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.aarch64
--> Running transaction check
---> Package autocorr-fi.noarch 1:5.3.6.1-21.0.1.an7 will be installed
---> Package libreoffice-langpack-fi.aarch64 1:5.3.6.1-21.0.1.an7 will be installed
--> Processing Dependency: libreoffice-voikko for package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.aarch64
--> Finished Dependency Resolution
Error: Package: 1:libreoffice-langpack-fi-5.3.6.1-21.0.1.an7.aarch64 (os)
           Requires: libreoffice-voikko
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

xzyang

2021-11-01 18:18

开发人员   ~0000570

该问题为安装依赖问题,已经将缺失的安装依赖(flute ,sac, pentaho-libxml,,liblayout,libreoffice-voikko,pentaho-reporting-flow-engine,malaga-suomi-voikko)编到koji上,请在yum源中添加这些包。其中,libreoffice-voikko这个包编译不过,已提交补丁到codeup,请评审。另外bug https://bugs.openanolis.cn/view.php?id=363 在这里一并解决,所缺失的安装依赖这里一并解决。

问题历史

日期 用户名 字段 更改
2021-10-20 15:53 shanxifanshi 新建问题
2021-10-21 13:51 anolislw 注释已添加: 0000518
2021-10-27 17:11 jacobwang 分派给 => xiezhongtian
2021-10-27 17:11 jacobwang 状态 新建 => 已分配
2021-11-01 18:18 xzyang 注释已添加: 0000570
2021-11-01 18:20 xzyang 分派给 xiezhongtian => geliwei-ali