Bug 1216258 - calibre, broken with qt6 update
Summary: calibre, broken with qt6 update
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
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: 2023-10-16 07:18 UTC by Episteme PROMENEUR
Modified: 2023-10-18 09:43 UTC (History)
3 users (show)

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


Attachments
qt6 need some lib oolder than qt6 6.6 (119.85 KB, image/png)
2023-10-16 07:18 UTC, Episteme PROMENEUR
Details

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