stty
linked with glibc
just panics and aborts. Please switch to musl
build as a workaround and remove every duplication: https://gist.github.com/oech3/59a8ca06d2299e2754635dd64f560de9
Some downstream project is also affected of this package and user of it is installing broken core binary.
Pinned Comments
kj_sh604 commented on 2025-05-27 19:42 (UTC) (edited on 2025-05-27 19:50 (UTC) by kj_sh604)
Note:
This package no longer builds the GNU versions of:
chcon
runcon
when these utilities are called it will simply
exit 1
via a shell built-in.chcon
andruncon
requireslibselinux.so.1
and currently, there is no "signed" way to install this on Arch (AUR Packages are out-of-date due to keys).Additionally,
This package uses everything it can in the Rust
coreutils
(MULTICALL=y PROFILE=release) binary, including some tools not included in the stock Arch Linux coreutils package. This includes:b2sum
b3sum
md5sum
sha1sum
sha224sum
sha256sum
sha3-224sum
sha3-256sum
sha3-384sum
sha3-512sum
sha384sum
sha3sum
sha512sum
shake128sum
shake256sum
Therefore, this package conflicts with the
b3sum
andsha3sum
packages as well.