Bugzilla – Bug 1226064
`libQt5Svg5` depends on a non-existent version of `libQt5Core5` in Slowroll
Last modified: 2024-06-11 18:15:04 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)
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
The issue has been fixed.