Bugzilla – Bug 1216258
calibre, broken with qt6 update
Last modified: 2023-10-18 09:43:08 UTC
Created attachment 870205 [details] qt6 need some lib oolder than qt6 6.6 Yesterday there were an updtae of qt6 to 6.6 version. Calibre is broken. see the capture
The problem is: unresolvable: nothing provides libQt6Network.so.6(Qt_6.5.3_PRIVATE_API)(64bit) needed by python311-PyQt6 nothing provides libQt6Core.so.6(Qt_6.5.3_PRIVATE_API)(64bit) needed by python311-PyQt6 Not calibre
I don't understand your answer. libQt6Network.so.6 is well there. It is the version 6.6. Somewhere in the calibre source there is a setting saying "calibre needs libQt6Network.so.6 version = 6.5.3" You cannot modifty this setting to "version >= 6.5.3" ?
There is no setting in the spec of calibre that says >= 6.5.3. Only >= 6.4.0 Yes there is 6.6 from libQT6Network. But the required python PyQt6 probably needs 6.5.3. But that does not exist. So there is a bug in the python-PyQT6 package. But not in the calibre package.