After a fresh Xfce install of Rawhide from Fedora-Everything-netinst-x86_64-Rawhide-20250120.n.0.iso I am unable to install beesu. The error looks somehow related to the bin/sbin merge. rawhide$ sudo dnf install beesu . . . Transaction failed: Rpm transaction failed. - file /usr/sbin/beesu conflicts between attempted installs of beesu-2.7-47.fc41.x86_64 and beesu-2.7-47.fc41.x86_64 rawhide$ Reproducible: Always Steps to Reproduce: 1. Fresh install from Fedora-Everything-netinst-x86_64-Rawhide-20250120.n.0.iso 2. Try to install beesu after install is finished. 3. Actual Results: Fails to install. Expected Results: Should install. Existing Rawhide instances I have are working with beesu just fine. On my preexisting instances of Rawhide, at the time of writing, beesu is still in /usr/sbin, it is not a link into /usr/bin.
Looks like beesu is one of those apps that installs different stuff (but by the same name) in /usr/bin and /user/sbin. On an existing working system: /usr/bin/beesu is a link to consolehelper. /usr/sbin/beesu is the actual program. This looks like a problem for the merge.
Looks like we have to the same like here https://src.fedoraproject.org/rpms/mate-utils/pull-request/2 Just moving it to PROGRAM=%{_libexecdir}/ in spec file https://fedoraproject.org/wiki//Changes/Unify_bin_and_sbin
error .....have to do....
Can you please test this scratch build from koji build server? https://koji.fedoraproject.org/koji/taskinfo?taskID=128511069
Weird, i was able to install beesu in rawhide. ``` root@fedora:~# dnf install beesu Aktualisiere und lade Paketquellen: Fedora - Rawhide - Developmental packa 100% | 259.0 KiB/s | 303.5 KiB | 00m01s Paketquellen geladen. Paket Architektur Version Paketquell Größe Installiere: beesu x86_64 2.7-47.fc41 rawhide 39.2 KiB Transaktionszusammenfasung: Installiere: 1 Paket Die vollständige Größe eingehender Pakete ist 24 KiB. Heruntergeladen werden müssen 24 KiB. Nach dieser Operation werden 39 KiB mehr benötigt (installiere 39 KiB, entferne 0 B). Is this ok [y/N]: y [1/1] beesu-0:2.7-47.fc41.x86_64 100% | 87.1 KiB/s | 24.1 KiB | 00m00s ------------------------------------------------------------------------------------------------------------------------------------------ [1/1] Total 100% | 26.7 KiB/s | 24.1 KiB | 00m01s Transaktion wird ausgeführt [1/3] Verifiziere Paket Dateien 100% | 142.0 B/s | 1.0 B | 00m00s [2/3] Transaktion vorbereiten 100% | 2.0 B/s | 1.0 B | 00m00s [3/3] Installiere beesu-0:2.7-47.fc41.x86_64 100% | 64.2 KiB/s | 41.3 KiB | 00m01s Abgeschlossen! root@fedora:~# uname -r 6.13.0-0.rc7.20250114gitc45323b7560e.56.fc42.x86_64 root@fedora:~# ``` Anyway, i have to do this change. And beesu-2.7-49.fc42.x86_64.rpm works well in my rawhide vm.
Already in repos. https://koji.fedoraproject.org/koji/taskinfo?taskID=128511992 https://bodhi.fedoraproject.org/updates/FEDORA-2025-893e8d4439 Please close report if it works for you.
This now installs in Rawhide 42 and also works as expected. Thanks for the quick fix.