error updating to 41
got this error message when trying to update to the new system:, have not layered any program.
error: Could not depsolve transaction; 2 problems detected:
Problem 1: package openrazer-meta-3.9.0-1.1.noarch from hardware_razer requires python3-openrazer, but none of the providers can be installed
- conflicting requests
- nothing provides python(abi) = 3.12 needed by python3-openrazer-3.9.0-1.1.noarch from hardware_razer
- nothing provides python3.12dist(dbus-python) >= 1.2 needed by python3-openrazer-3.9.0-1.1.noarch from hardware_razer
- nothing provides python3.12dist(numpy) >= 1.11 needed by python3-openrazer-3.9.0-1.1.noarch from hardware_razer
Problem 2: package razergenie-1.1.0-1.1.x86_64 from hardware_razer requires openrazer-daemon, but none of the providers can be installed
- conflicting requests
- nothing provides python(abi) = 3.12 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
- nothing provides python3.12dist(dbus-python) >= 1.2 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
- nothing provides python3.12dist(pyudev) >= 0.16.1 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
- nothing provides python3.12dist(daemonize) >= 2.4.7 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
- nothing provides python3.12dist(pygobject) >= 3.20 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
- nothing provides python3.12dist(setproctitle) >= 1.1.8 needed by openrazer-daemon-3.9.0-1.1.noarch from hardware_razer
- package razergenie-1.1.0-1.1.aarch64 from hardware_razer does not have a compatible architecture
- nothing provides ld-linux-aarch64.so.1()(64bit) needed by razergenie-1.1.0-1.1.aarch64 from hardware_razer
- nothing provides ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) needed by razergenie-1.1.0-1.1.aarch64 from hardware_razer
System update failed:
0: Command failed:
/usr/bin/rpm-ostree upgrade
1: /usr/bin/rpm-ostree
failed: exit status: 1Solution:Jump to solution
Looks like you might have openrazor layered if you run
rpm-ostree status
does it show anything layered? I don't think openrazor works for Fedora 41 yet, so you might want to hold off updating if you need it. If not, try rpm-ostree reset
then rpm-ostree upgrade
4 Replies
Solution
Looks like you might have openrazor layered if you run
rpm-ostree status
does it show anything layered? I don't think openrazor works for Fedora 41 yet, so you might want to hold off updating if you need it. If not, try rpm-ostree reset
then rpm-ostree upgrade
@nerd_light you will have to uninstall open razer via rpm-ostree before updating - solved for me
Wolfyreload is right
Thanks for the help, it worked
This can now be marked as solution