Description of problem: repoclosure_test 新增未解决的依赖项 How reproducible: docker exec repoclosure_test bash -c 'dnf repoclosure --arch=x86_64 --arch=noarch --repofrompath=repoclosure-os.x86_64,https://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20251028.0/compose/os/x86_64/os/ --repofrompath=repoclosure-DDE.x86_64,https://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20251028.0/compose/DDE/x86_64/os/ --repo=repoclosure-os.x86_64 --repo=repoclosure-DDE.x86_64 --check=repoclosure-os.x86_64 --check=repoclosure-DDE.x86_64' Installed: dbus-libs-1:1.14.8-1.an23.x86_64 dnf-plugins-core-4.3.1-3.an23.noarch python3-dateutil-1:2.8.2-5.an23.noarch python3-dbus-1.3.2-4.an23.x86_64 python3-distro-1.8.0-3.an23.noarch python3-dnf-plugins-core-4.3.1-3.an23.noarch python3-six-1.16.0-3.an23.noarch yum-utils-4.3.1-3.an23.noarch Complete! Added repoclosure-os.x86_64 repo from https://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20251028.0/compose/os/x86_64/os/ Added repoclosure-DDE.x86_64 repo from https://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20251028.0/compose/DDE/x86_64/os/ repoclosure-os.x86_64 1.7 MB/s | 11 MB 00:06 repoclosure-DDE.x86_64 1.0 MB/s | 1.1 MB 00:01 Last metadata expiration check: 0:00:01 ago on Wed Oct 29 04:03:49 2025. Error: Repoclosure ended with unresolved dependencies (2) across 1 packages. package: inkscape-1.4.2-1.an23.x86_64 from repoclosure-os.x86_64 + echo 'repoclosure_test: FAIL' + return 1 + (( tone_runtest_ret++ )) unresolved deps (2): libpoppler.so.148()(64bit) libpoppler.so.148(POPPLER_148)(64bit) Actual results: 存在unresolved deps Expected results: 不存在unresolved deps Additional info:
由于poppler版本升级导致inkscape无法获取libpoppler.so.148()(64bit) 经过inkscape打补丁适配新版本poppler, inkscape-1.4.2-2.an23已修复该问题