One of the risk of this package is its build process "unsynced" with uutils-coreutils.
[Edit] I reduced risk of "unsynced" build by adding depends=(uutils-coreutils=$pkgver)
and letting build failure if /usr/bin/uu-coreutils
was renamed.
@kpcyrd Please feedback if you have more idea to reduce risks of this pkg (except for improving compatibility itself).
Pinned Comments
oech3 commented on 2025-05-27 19:41 (UTC) (edited on 2025-06-10 19:45 (UTC) by oech3)
Q. Why is this exists and cannot we convert
coreutils-uutils
to pre-symlinks ?libstdbuf.so
(unused yet).stty
is missing man pages (solved at next release ofuutils
).I hope to remove/merge this package if possible.
oech3 commented on 2025-04-02 10:58 (UTC) (edited on 2025-06-10 19:46 (UTC) by oech3)
You can partially swap
coreutils
bymkdir uu;for f in $(uu-coreutils --list);do;ln -s uu-coreutils uu/$f;done;export PATH="uu:$PATH"
. Overlayfs also swaps them without removingcoreutils
.Try them unless you also wants to swap bins called with hardcoated path at boot process.
{ch,run}con
(SELinux bins) are not existing.stty
until next release ofuutils
.bash
completion for GNUcoreutils
yet.