Open yodatak opened 1 month ago
For fix i have to rpm-ostree remove openrazer-meta razergenie
I had the same issue when updating from Bazzite 40 stable to Bazzite 41 stable today. I can confirm that removing the razer related packages allows the update to complete successfully. After the update I tried to reinstall openrazer with ujust install-openrazer
and the command failed with the following output.
$ ujust install-openrazer
sudo wget https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo -O /etc/yum.repos.d/hardware:razer.repo && ublue-update --wait && rpm-ostree install -y openrazer-meta razergenie && if ! grep -q "plugdev" /etc/group; then sudo bash -c 'grep "plugdev" /lib/group >> /etc/group' ; fi && sudo usermod -a -G plugdev $USER && echo "Please reboot to apply needed changes."
[sudo] password for kduvall:
/etc/yum.repos.d/har 100% [===========================================================================================>] 260 --.-KB/s
[Files: 1 Bytes: 260 [635 B/s] Redirects: 0 Todo: 0 Errors: 0 ]
Checking out tree 8e85633... done
Enabled rpm-md repositories: copr:copr.fedorainfracloud.org:lukenukem:asus-linux copr:copr.fedorainfracloud.org:matte-schwartz:sunshine copr:copr.fedorainfracloud.org:rodoma92:kde-cdemu-manager copr:copr.fedorainfracloud.org:rodoma92:rmlint copr:copr.fedorainfracloud.org:rok:cdemu updates fedora hardware_razer updates-archive
Importing rpm-md... done
rpm-md repo 'copr:copr.fedorainfracloud.org:lukenukem:asus-linux' (cached); generated: 2024-08-30T10:56:31Z solvables: 5
rpm-md repo 'copr:copr.fedorainfracloud.org:matte-schwartz:sunshine' (cached); generated: 2024-08-12T15:47:19Z solvables: 2
rpm-md repo 'copr:copr.fedorainfracloud.org:rodoma92:kde-cdemu-manager' (cached); generated: 2024-10-29T12:13:12Z solvables: 16
rpm-md repo 'copr:copr.fedorainfracloud.org:rodoma92:rmlint' (cached); generated: 2024-10-29T12:31:09Z solvables: 4
rpm-md repo 'copr:copr.fedorainfracloud.org:rok:cdemu' (cached); generated: 2024-10-21T13:15:21Z solvables: 23
rpm-md repo 'updates' (cached); generated: 2024-10-29T04:10:52Z solvables: 3400
rpm-md repo 'fedora' (cached); generated: 2024-10-25T08:41:19Z solvables: 76624
rpm-md repo 'hardware_razer' (cached); generated: 2024-10-06T15:58:25Z solvables: 15
rpm-md repo 'updates-archive' (cached); generated: 2024-08-16T12:55:57Z solvables: 0
Resolving dependencies... done
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
error: Recipe `install-openrazer` failed on line 58 with exit code 1
I can confirm same missing python errors for me just now.
Just ran rpm-ostree install openrazer-daemon again and problem is resolved for me now. No more missing libraries :)
Can confirm that it appears to be fixed now.
Describe the bug
Hello i know its just in testing but love to iron bugs
so when i try to rebase my ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome-nvidia to ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome-nvidia:testing (fedora 40 to 41)
i got
What did you expect to happen?
rebase it ;) i try to remove the razer thing to makje the rebase work i let you know
Output of
rpm-ostree status
Hardware
No response
Extra information or context
No response