Bug 1226064 - `libQt5Svg5` depends on a non-existent version of `libQt5Core5` in Slowroll
Summary: `libQt5Svg5` depends on a non-existent version of `libQt5Core5` in Slowroll
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Slowroll
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-07 03:04 UTC by Marek Sapota
Modified: 2024-06-11 18:15 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
zypper in libQt5Core5 (9.52 KB, text/plain)
2024-06-07 03:04 UTC, Marek Sapota
Details

Note You need to log in before you can comment on or make changes to this bug.
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.