Package Details: coreutils-uutils 0.2.2-1

Git Clone URL: https://aur.archlinux.org/coreutils-uutils.git (read-only, click to copy)
Package Base: coreutils-uutils
Description: (Experimental) Use uutils as system core utilities
Upstream URL: https://github.com/uutils/coreutils
Licenses: MIT
Conflicts: b3sum, coreutils, sha3sum
Provides: b3sum, coreutils
Submitter: kj_sh604
Maintainer: oech3
Last Packager: oech3
Votes: 9
Popularity: 2.06
First Submitted: 2024-06-29 21:27 (UTC)
Last Updated: 2025-09-10 11:31 (UTC)

Required by (1247)

Sources (0)

Pinned Comments

oech3 commented on 2025-09-08 09:52 (UTC) (edited on 2025-09-10 04:57 (UTC) by oech3)

  1. Symlink to /usr/local/bin is safer than this.
  2. Supports -git and -selinux.

Building same binary avaiable from repo and symlink only pkg is unallowed at AUR at mose case. Don't believe that this is avaiable until officlal drop-in appear.

Latest Comments

1 2 3 4 5 6 Next › Last »

oech3 commented on 2025-09-10 04:55 (UTC)

Does anyone have issue coming from symlink e.g. unsupported by apparmor? I could add a workaround if someone useapparmor.

oech3 commented on 2025-09-08 09:52 (UTC) (edited on 2025-09-10 04:57 (UTC) by oech3)

  1. Symlink to /usr/local/bin is safer than this.
  2. Supports -git and -selinux.

Building same binary avaiable from repo and symlink only pkg is unallowed at AUR at mose case. Don't believe that this is avaiable until officlal drop-in appear.

NickGeek commented on 2025-08-31 04:03 (UTC) (edited on 2025-08-31 04:06 (UTC) by NickGeek)

If anyone is having a failure to to build like this:

error[E0463]: can't find crate for `std`
  |
  = note: the `x86_64-unknown-linux-musl` target may not be installed
  = help: consider downloading the target with `rustup target add x86_64-unknown-linux-musl`

error[E0463]: can't find crate for `core`
  |
  = note: the `x86_64-unknown-linux-musl` target may not be installed
  = help: consider downloading the target with `rustup target add x86_64-unknown-linux-musl`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `number_prefix` (lib) due to 1 previous error
error: could not compile `bitflags` (lib) due to 1 previous error
error: could not compile `wild` (lib) due to 1 previous error
error: could not compile `strsim` (lib) due to 1 previous error
error: could not compile `memchr` (lib) due to 1 previous error
error: could not compile `utf8parse` (lib) due to 1 previous error
error: could not compile `colorchoice` (lib) due to 1 previous error
error: could not compile `smallvec` (lib) due to 1 previous error
error: could not compile `anstyle-query` (lib) due to 1 previous error
error: could not compile `clap_lex` (lib) due to 1 previous error
error: could not compile `rustc-hash` (lib) due to 1 previous error
error: could not compile `unicode-width` (lib) due to 1 previous error
error: could not compile `is_terminal_polyfill` (lib) due to 1 previous error
error: could not compile `self_cell` (lib) due to 1 previous error
error: could not compile `rustc-hash` (lib) due to 1 previous error
error: could not compile `anstyle` (lib) due to 1 previous error
error: could not compile `linux-raw-sys` (lib) due to 1 previous error
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: coreutils-uutils-exit status 4

The issue is that rustup meets the rust-musl dependency but you need to go and install the toolchain yourself: rustup target install --toolchain stable x86_64-unknown-linux-musl

kj_sh604 commented on 2025-08-30 03:50 (UTC) (edited on 2025-08-30 04:20 (UTC) by kj_sh604)

For visibility, I have officially disowned the package and passed the torch over.

Thank you everyone who has contributed to the maintainership of this package throughout the year+.

Best of luck to @oech3 for taking over maintenance of the package ✨.

kj_sh604 commented on 2025-08-30 03:12 (UTC)

@oech3 I see. sorry for the wait and thank you (everyone) for your patience. I was on vacation and focusing on other things over the past 2 weeks. I will update the package with your suggestions and make you a co-maintainer on it as well.