Bug 1216258

Summary: calibre, broken with qt6 update
Product: [openSUSE] openSUSE Tumbleweed Reporter: Episteme PROMENEUR <epistemepromeneur>
Component: OtherAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: anton.schenker, ecsos, toganm
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: qt6 need some lib oolder than qt6 6.6

Description Episteme PROMENEUR 2023-10-16 07:18:25 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
Comment 1 Eric Schirra 2023-10-18 05:45:22 UTC
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
Comment 2 Episteme PROMENEUR 2023-10-18 08:29:42 UTC
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" ?
Comment 3 Eric Schirra 2023-10-18 09:43:08 UTC
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.