Updated today after 2 weeks I've been away and got the following after a dnf upgrade --assumeyes
Problem 1: cannot install both glib-tools-2:2.88.1-1mamba.x86_64 from rolling and glib-tools-2:2.88.0-1mamba.x86_64 from @System
- package libglib-2:2.88.0-1mamba.i586 from @System requires glib-tools = 2:2.88.0-1mamba, but none of the providers can be installed
- cannot install the best update candidate for package glib-tools-2:2.88.0-1mamba.x86_64
- problem with installed package libglib-2:2.88.0-1mamba.i586
Problem 2: cannot install both mesa-common-1:26.1.1-1mamba.x86_64 from rolling and mesa-common-1:26.0.5-1mamba.x86_64 from @System
- package libmesa-1:26.0.5-1mamba.i586 from @System requires mesa-common = 1:26.0.5-1mamba, but none of the providers can be installed
- cannot install the best update candidate for package mesa-common-1:26.0.5-1mamba.x86_64
- problem with installed package libmesa-1:26.0.5-1mamba.i586
Problem 3: cannot install both glib-tools-2:2.88.1-1mamba.x86_64 from rolling and glib-tools-2:2.88.0-1mamba.x86_64 from @System
- package libglib-2:2.88.0-1mamba.i586 from @System requires glib-tools = 2:2.88.0-1mamba, but none of the providers can be installed
- package libglib-2:2.88.1-1mamba.x86_64 from rolling requires glib-tools = 2:2.88.1-1mamba, but none of the providers can be installed
- package libverto-0.3.2-2mamba.i586 from @System requires libglib-2.0.so.0, but none of the providers can be installed
- cannot install the best update candidate for package libglib-2:2.88.0-1mamba.x86_64
- problem with installed package libverto-0.3.2-2mamba.i586
Problem 4: cannot install both glib-tools-2:2.88.1-1mamba.x86_64 from rolling and glib-tools-2:2.88.0-1mamba.x86_64 from @System
- package libglib-2:2.88.0-1mamba.i586 from @System requires glib-tools = 2:2.88.0-1mamba, but none of the providers can be installed
- package libglib-2:2.88.1-1mamba.x86_64 from rolling requires glib-tools = 2:2.88.1-1mamba, but none of the providers can be installed
- package libverto-0.3.2-2mamba.i586 from @System requires libglib-2.0.so.0, but none of the providers can be installed
- package libglib-devel-2:2.88.1-1mamba.x86_64 from rolling requires libglib = 2:2.88.1-1mamba, but none of the providers can be installed
- package libkrb5-1.22.2-1mamba.i586 from @System requires libverto.so.1, but none of the providers can be installed
- cannot install the best update candidate for package libglib-devel-2:2.88.0-1mamba.x86_64
- problem with installed package libkrb5-1.22.2-1mamba.i586
Are you aware of this issue?
Hi,
you may want to check that the rolling repository for i586 is enabled:
$ grep "enabled" /etc/yum.repos.d/openmamba-rolling-i586.repo
enabled = 0
Since the release of wine 11.0 package, legacy x86 packages are no longer required, so i586 repository becomes disabled by default and you may also choose to remove i586 packages causing conflicts, for example:
sudo dnf remove libmesa.i586 libverto.i586 libkrb5.i586
Check that only i586 packages are removed as desired before confirming.
Got it, that was correct. I removed all i586 packages and the update proceded correctly. The repo was indeed disabled
Although, after the update, plasma and kwallet kept crashing. I was not sure if I caused this mess so I have re-installed openmamba using the livecd image.
I noticed that plasma cannot open the menu widget in the livecd image and Calamares crashes at the end with a "installation failed" message. Despite that, after rebooting openmamba appears to have been installed correctly. The menu widget still does not open.
After dnf upgrade, I am still getting the same crashes. Therefore I do not believe I caused these issues myself.
Even kate crashes when opening the openmamba-report file. Performance is abysmal, bluetooth crashes too. Something for sure is happening. Surprisingly, nvidia_470 is working fine this time

