Re: packages with files in /usr/sbin blocking bin-sbin merge

2025-04-15 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Apr 15, 2025 at 06:26:00PM +0100, Daniel P. Berrangé wrote: > When building in Koji, /sbin & /usr/sbin are symlinks to /usr/bin. > In meson.build libvirt searchs for a bunch of programs, unfortunately > searching in /sbin & /usr/sbin, before /bin & /usr/bin. The qualified > paths of the pro

Re: packages with files in /usr/sbin blocking bin-sbin merge

2025-04-15 Thread Daniel P . Berrangé
On Tue, Apr 15, 2025 at 11:20:29AM +, Zbigniew Jędrzejewski-Szmek wrote: > Hi, > > When a system is _upgraded_ to F42, we try to "merge", by making > /usr/sbin a symlink to /usr/bin. This is blocked when a package lists > files under /usr/sbin. Slight tangent, but I've just discovered an unan

Re: packages with files in /usr/sbin blocking bin-sbin merge

2025-04-15 Thread Hans de Goede
Hi, On 15-Apr-25 13:20, Zbigniew Jędrzejewski-Szmek wrote: > Hi, > > When a system is _upgraded_ to F42, we try to "merge", by making > /usr/sbin a symlink to /usr/bin. This is blocked when a package lists > files under /usr/sbin. It'd be great to rebuild/update those packages, > so that the upgr

Re: packages with files in /usr/sbin blocking bin-sbin merge

2025-04-15 Thread Tomasz Torcz
On Tue, Apr 15, 2025 at 11:20:29AM +, Zbigniew Jędrzejewski-Szmek wrote: > Hi, > > When a system is _upgraded_ to F42, we try to "merge", by making > /usr/sbin a symlink to /usr/bin. This is blocked when a package lists > files under /usr/sbin. It'd be great to rebuild/update those packages, >

Re: packages with files in /usr/sbin blocking bin-sbin merge

2025-04-15 Thread Richard Shaw
On Tue, Apr 15, 2025 at 6:20 AM Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > Hi, > > When a system is _upgraded_ to F42, we try to "merge", by making > /usr/sbin a symlink to /usr/bin. This is blocked when a package lists > files under /usr/sbin. It'd be great to rebuild/update those

packages with files in /usr/sbin blocking bin-sbin merge

2025-04-15 Thread Zbigniew Jędrzejewski-Szmek
Hi, When a system is _upgraded_ to F42, we try to "merge", by making /usr/sbin a symlink to /usr/bin. This is blocked when a package lists files under /usr/sbin. It'd be great to rebuild/update those packages, so that the upgraded systems reach the intended state and look the same as new installat