On fedora 26 I keep getting this:
[root@zooty ~]# dnf -y update Last metadata expiration check: 0:12:14 ago on Fri Nov 24 13:31:23 2017. Dependencies resolved.
Problem: cannot install both qt5-qtbase-5.7.1-15.fc26.x86_64 and qt5-qtbase-5.9.2-4.fc26.x86_64 - package calibre-3.11.1-1.fc26.x86_64 requires qt5-qtbase(x86-64) = 5.7.1, but none of the providers can be installed - cannot install the best update candidate for package qt5-qtbase-5.9.2-4.fc26.x86_64 - cannot install the best update candidate for package calibre-3.1.1-2.fc26.x86_64 ================================================================================ Package Arch Version Repository Size ================================================================================ Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): qt5-qtbase x86_64 5.7.1-15.fc26 fedora 3.0 M Skipping packages with broken dependencies: calibre x86_64 3.11.1-1.fc26 updates 29 M
Transaction Summary ================================================================================ Skip 2 Packages
Nothing to do. Complete!
My current fedora 26 system has:
[root@zooty ~]# rpm -q calibre calibre-3.1.1-2.fc26.x86_64 [root@zooty ~]# rpm -q qt5-qtbase qt5-qtbase-5.9.2-4.fc26.x86_64
So new calibre update wants an older version of Qt5? But the calibre I already have installed if fine with the newer Qt5 version I already have installed?
Very confusing...
P.S. I see on fedora 27 new calibre is perfectly happy with new qt5. These are installed on my fedora 27 partition:
[root@zooty /]# rpm -q calibre calibre-3.11.1-2.fc27.x86_64 [root@zooty /]# rpm -q qt5-qtbase qt5-qtbase-5.9.2-5.fc27.x86_64
On Fri, Nov 24, 2017 at 01:53:59PM -0500, Tom Horsley wrote:
On fedora 26 I keep getting this:
Well, I'm no Centos-7, not Fedora, but...
I use Calibre directly from the Calibre web site, and that version is up to 3.12.
further, that one works fine with qt5-qtbase 5.6.2. I suppose it wouldn't hurt to yum remove the calibre you have and try to install it direct from calibre-ebook.com, just to see if that "solves" (read: slides around) the problem you're having... as long as you can tolerate a non-RPM package on your system.
Fred
[root@zooty ~]# dnf -y update Last metadata expiration check: 0:12:14 ago on Fri Nov 24 13:31:23 2017. Dependencies resolved.
Problem: cannot install both qt5-qtbase-5.7.1-15.fc26.x86_64 and qt5-qtbase-5.9.2-4.fc26.x86_64
- package calibre-3.11.1-1.fc26.x86_64 requires qt5-qtbase(x86-64) = 5.7.1, but none of the providers can be installed
- cannot install the best update candidate for package qt5-qtbase-5.9.2-4.fc26.x86_64
- cannot install the best update candidate for package calibre-3.1.1-2.fc26.x86_64
================================================================================ Package Arch Version Repository Size ================================================================================ Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): qt5-qtbase x86_64 5.7.1-15.fc26 fedora 3.0 M Skipping packages with broken dependencies: calibre x86_64 3.11.1-1.fc26 updates 29 M
Transaction Summary
Skip 2 Packages
Nothing to do. Complete!
My current fedora 26 system has:
[root@zooty ~]# rpm -q calibre calibre-3.1.1-2.fc26.x86_64 [root@zooty ~]# rpm -q qt5-qtbase qt5-qtbase-5.9.2-4.fc26.x86_64
So new calibre update wants an older version of Qt5? But the calibre I already have installed if fine with the newer Qt5 version I already have installed?
Very confusing...
P.S. I see on fedora 27 new calibre is perfectly happy with new qt5. These are installed on my fedora 27 partition:
[root@zooty /]# rpm -q calibre calibre-3.11.1-2.fc27.x86_64 [root@zooty /]# rpm -q qt5-qtbase qt5-qtbase-5.9.2-5.fc27.x86_64 _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org
On Fri, 24 Nov 2017 13:53:59 -0500 Tom Horsley horsley1953@gmail.com wrote:
On fedora 26 I keep getting this:
[root@zooty ~]# dnf -y update Last metadata expiration check: 0:12:14 ago on Fri Nov 24 13:31:23 2017. Dependencies resolved.
Problem: cannot install both qt5-qtbase-5.7.1-15.fc26.x86_64 and qt5-qtbase-5.9.2-4.fc26.x86_64
- package calibre-3.11.1-1.fc26.x86_64 requires qt5-qtbase(x86-64)
= 5.7.1, but none of the providers can be installed
- cannot install the best update candidate for package
qt5-qtbase-5.9.2-4.fc26.x86_64
- cannot install the best update candidate for package
calibre-3.1.1-2.fc26.x86_64
The calibre package on F26 was compiled with the old library. It probably waited around for release is test, and in the meantime a new library was released, and being kde, was quickly approved for release. Out of synch releases. The calibre package in F26 needs to be recompiled with the new qt5 library.
In koji, there is a new calibre 3.12 package available for both F26 and F27. So it will probably get pushed to release soon, and solve the problem.
On 11/24/2017 11:32 AM, stan wrote:
The calibre package on F26 was compiled with the old library. It probably waited around for release is test, and in the meantime a new library was released, and being kde, was quickly approved for release. Out of synch releases. The calibre package in F26 needs to be recompiled with the new qt5 library.
In koji, there is a new calibre 3.12 package available for both F26 and F27. So it will probably get pushed to release soon, and solve the problem.
Yep. The f26 update: https://bodhi.fedoraproject.org/updates/FEDORA-2017-a72a8320d1
and the f27 one: https://bodhi.fedoraproject.org/updates/FEDORA-2017-5fcc1f8323
testing welcome.
kevin