On Tue, Apr 15, 2025 at 12:47:08PM +0200, Hans de Goede wrote: > Hi, > > On 15-Apr-25 2:30 AM, Ian Laurie via devel wrote: > > On 14/4/25 21:14, Fabio Valentini wrote: > >> As I understand it, the migration will happen automatically as soon as > >> it is possible, so you *can't* do it earlier manually. > > > > My wrinkle is a bit different. > > > > My /usr/local/sbin is a link, but my /usr/sbin still exists even though it > > contains nothing but links. > > > > zuke$ find /usr/sbin -type f > > zuke$ > > > > I even reinstalled filesystem to be sure, but /usr/sbin is still there. > > > > Is there maybe some other issue? > > I had the same issue, try doing: > > cd /usr/sbin > ls -l | grep /etc/alternatives > > then you will likely find a couple of symlinks using > the alternatives framework.
Yes, this a known issue. The short story is that, initially, alternatives didn't work well when files were moved from /usr/sbin to /usr/bin. So after the packages using alternatives were initially rebuilt with the merge, people reported errors, and some of them were patched to explicitly use /usr/sbin, even if built in a merged system. This was supposed to be a temporary workaround. Later we patched alternatives to understand those directories as equivalent (https://github.com/fedora-sysv/chkconfig/commit/75ff4794c0). So now we need to remove the workarounds in packages and rebuild them. Once that's done, the upgraded systems should get the merge automatically. So I think it's better to do that rather than implemeent the merge manually. Zbyszek -- _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue