Bug 1226064

Summary: `libQt5Svg5` depends on a non-existent version of `libQt5Core5` in Slowroll
Product: [openSUSE] openSUSE Tumbleweed Reporter: Marek Sapota <marek>
Component: OtherAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Slowroll   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: zypper in libQt5Core5

Description Marek Sapota 2024-06-07 03:04:06 UTC
Created attachment 875363 [details]
zypper in libQt5Core5

This package https://build.opensuse.org/package/show/home:mareksapota/obs-studio used to build fine for Slowroll (you can see a published Slowroll community package at https://software.opensuse.org/package/obs-studio) but now fails with:
unresolvable: nothing provides libQt5Core.so.5(Qt_5.15.13_PRIVATE_API)(64bit) needed by libQt5Svg5, nothing provides libQt5Gui.so.5(Qt_5.15.13_PRIVATE_API)(64bit) needed by libQt5Svg5, nothing provides libQt5Widgets.so.5(Qt_5.15.13_PRIVATE_API)(64bit) needed by libQt5Svg5

This seems to be due to a version mismatch in Slowroll:
testuser@localhost:~> sudo zypper info libQt5Core5 | grep Version
Version        : 5.15.14+kde140-1.0.2.1.sr20240429
testuser@localhost:~> sudo zypper info libQt5Svg5 | grep Version
Version        : 5.15.13+kde6-1.2

How to reproduce: `zypper in libQt5Core5` in Slowroll (zypper error attached)
Comment 1 Marek Sapota 2024-06-08 17:19:20 UTC
The issue seems to have been fixed, newer `libQt5Svg5` is now available in Slowroll and it doesn't conflict anymore:
zypper info libQt5Svg5 | grep Version
Version        : 5.15.14+kde5-1.1
Comment 2 Marek Sapota 2024-06-11 18:15:04 UTC
The issue has been fixed.