On 11/2/19 5:32 PM, Ed Greshko wrote:
On 11/3/19 8:11 AM, ToddAndMargo via users wrote:
Hi All,
Fedora 30, attempting to upgrade to Fedora 31
# dnf system-upgrade download --refresh --releasever=31 --allowerasing --best
Error: Problem: cannot install the best update candidate for package qemu-system-x86-core-2:4.1.0-4.fc30.x86_64 - problem with installed package qemu-system-x86-core-2:4.1.0-4.fc30.x86_64 - package qemu-system-x86-core-2:4.1.0-5.fc31.x86_64 requires libvirglrenderer.so.0()(64bit), but none of the providers can be installed - package qemu-system-x86-core-2:4.1.0-2.fc31.x86_64 requires libvirglrenderer.so.0()(64bit), but none of the providers can be installed - cannot install the best update candidate for package virglrenderer-0.8.0-1.20191002git4ac3a04c.fc30.x86_64 - cannot install both virglrenderer-0.7.0-4.20190424gitd1758cc09.fc31.x86_64 and virglrenderer-0.8.0-1.20191002git4ac3a04c.fc31.x86_64 - qemu-system-x86-core-2:4.1.0-4.fc30.x86_64 does not belong to a distupgrade repository (try to add '--skip-broken' to skip uninstallable packages)
"--skip-broken" gives the same error. So does adding "--enablerepo=*"
Any words of wisdom?
I don't know if you'd consider this "words of wisdom", but I've had no trouble to upgrade to F31 using
dnf system-upgrade download --releasever=31
ended up with
[root@meimei ~]# rpm -q qemu-system-x86-core virglrenderer qemu-system-x86-core-4.1.0-2.fc31.x86_64 virglrenderer-0.7.0-4.20190424gitd1758cc09.fc31.x86_64
Hi Ed,
I think I got my stuff from the KVM repo. That is why yours is a lower version than mine.
Jeff over on the KVM list told me to try uninstalling qemu and reinstall it after the upgrade. It is doing its thing right now.
Thank you for the tip!
-T