Bug 26809 - [Anolis23][nightly][x86/aarch64][2025-10-29]repoclosure_test 新增未解决的依赖项
Summary: [Anolis23][nightly][x86/aarch64][2025-10-29]repoclosure_test 新增未解决的依赖项
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.3
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-29 13:17 UTC by gitpush
Modified: 2025-11-05 13:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gitpush alibaba_cloud_group 2025-10-29 13:17:00 UTC
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:
Comment 1 mgb01105731 2025-11-05 13:10:58 UTC
由于poppler版本升级导致inkscape无法获取libpoppler.so.148()(64bit)
经过inkscape打补丁适配新版本poppler,
inkscape-1.4.2-2.an23已修复该问题