package conflicts when executing dnf update

Hi, I'm working on CentOS 8.1 Whenever I'm trying to dnf update, I'm getting this error: Error: Problem: package qemu-kvm-core-15:4.1.0-23.el8.1.x86_64 requires libvirglrenderer.so.0()(64bit), but none of the providers can be installed - cannot install both virglrenderer-0.8.0-1.20191002git4ac3a04c.el8.x86_64 and virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 - cannot install both virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 and virglrenderer-0.8.0-1.20191002git4ac3a04c.el8.x86_64 - cannot install the best update candidate for package virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 - cannot install the best update candidate for package qemu-kvm-core-15:4.1.0-23.el8.1.x86_64 (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) I've tried the --allowerasing and --skip-broken, which lead to the same error. I also tried updating virglrenderer and got the same error. The only way I was able to update was removing qemu-kvm-core (and all of its dependencies), and then had to reinstall it again Did anyone face this issue? Any suggestions about how to resolve it? Thanks, Dana

On Mon, Apr 27, 2020 at 12:44 PM Dana Elfassy <delfassy@redhat.com> wrote:
Hi, I'm working on CentOS 8.1 Whenever I'm trying to dnf update, I'm getting this error: Error: Problem: package qemu-kvm-core-15:4.1.0-23.el8.1.x86_64 requires libvirglrenderer.so.0()(64bit), but none of the providers can be installed - cannot install both virglrenderer-0.8.0-1.20191002git4ac3a04c.el8.x86_64 and virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 - cannot install both virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 and virglrenderer-0.8.0-1.20191002git4ac3a04c.el8.x86_64 - cannot install the best update candidate for package virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 - cannot install the best update candidate for package qemu-kvm-core-15:4.1.0-23.el8.1.x86_64 (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
I've tried the --allowerasing and --skip-broken, which lead to the same error. I also tried updating virglrenderer and got the same error. The only way I was able to update was removing qemu-kvm-core (and all of its dependencies), and then had to reinstall it again
Did anyone face this issue?
I guess a file in /etc/yum.repos.d is too old.
Any suggestions about how to resolve it?
dnf install --disablerepo=* https://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm fixed similar issues for me
Thanks, Dana _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/RRC723XDPTFZEN...

Thanks, I installed it using the disablerepo, but I'm still getting that error message Is there a way for me to find out which file might cause it? will disabling the specific url help in that case? Dana On Tue, Apr 28, 2020 at 6:47 PM Dominik Holler <dholler@redhat.com> wrote:
On Mon, Apr 27, 2020 at 12:44 PM Dana Elfassy <delfassy@redhat.com> wrote:
Hi, I'm working on CentOS 8.1 Whenever I'm trying to dnf update, I'm getting this error: Error: Problem: package qemu-kvm-core-15:4.1.0-23.el8.1.x86_64 requires libvirglrenderer.so.0()(64bit), but none of the providers can be installed - cannot install both virglrenderer-0.8.0-1.20191002git4ac3a04c.el8.x86_64 and virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 - cannot install both virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 and virglrenderer-0.8.0-1.20191002git4ac3a04c.el8.x86_64 - cannot install the best update candidate for package virglrenderer-0.6.0-5.20180814git491d3b705.el8.x86_64 - cannot install the best update candidate for package qemu-kvm-core-15:4.1.0-23.el8.1.x86_64 (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
I've tried the --allowerasing and --skip-broken, which lead to the same error. I also tried updating virglrenderer and got the same error. The only way I was able to update was removing qemu-kvm-core (and all of its dependencies), and then had to reinstall it again
Did anyone face this issue?
I guess a file in /etc/yum.repos.d is too old.
Any suggestions about how to resolve it?
dnf install --disablerepo=* https://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm fixed similar issues for me
Thanks, Dana _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/RRC723XDPTFZEN...
participants (2)
-
Dana Elfassy
-
Dominik Holler