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 installing this (except for improving compatibility of uutils itself).
Pinned Comments
oech3 commented on 2025-05-27 19:41 (UTC) (edited on 2025-05-29 17:08 (UTC) by oech3)
Q. Why cannot we convert
coreutils-uutils
to pre-symlinks and remove this package?uu-
).libstdbuf.so
.uutils-coreutils-stty
is missing man pages (solved at next release ofuutils
).I hope to solve them and remove/merge this package ASAP.
oech3 commented on 2025-04-02 10:58 (UTC) (edited on 2025-06-02 15:37 (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
.coreutils
.Tell me if
sha3sum
.