Package Details: coreutils-uutils 0.0.29-1

Git Clone URL: https://aur.archlinux.org/coreutils-uutils.git (read-only, click to copy)
Package Base: coreutils-uutils
Description: (warning: use at own risk) Cross-platform Rust rewrite of the GNU coreutils being used as actual system coreutils
Upstream URL: https://github.com/uutils/coreutils
Licenses: GPL3, MIT
Conflicts: b3sum, coreutils, coreutils-hybrid, coreutils-hybrid-git, sha3sum
Provides: b3sum, coreutils, sha3sum
Submitter: kj_sh604
Maintainer: kj_sh604
Last Packager: kj_sh604
Votes: 1
Popularity: 0.38
First Submitted: 2024-06-29 21:27 (UTC)
Last Updated: 2025-01-18 23:13 (UTC)

Required by (1228)

Sources (2)

Pinned Comments

kj_sh604 commented on 2024-06-30 12:56 (UTC) (edited on 2025-01-18 23:28 (UTC) by kj_sh604)

Note:

This package still builds the following GNU coreutils:

  • stty (not included in MULTICALL=y uutils)
  • chcon (not included in MULTICALL=y uutils)
  • runcon (not included in MULTICALL=y uutils)

 

Additionally,

This package uses everything 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 and sha3sum packages as well.

Latest Comments

meflove commented on 2025-02-12 15:54 (UTC) (edited on 2025-02-12 16:07 (UTC) by meflove)

error when building with clang 20, but with cargo install from github and gcc all good

error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="very long text"
  = note: /usr/bin/ld: /home/meflove/.cache/paru/clone/coreutils-uutils/src/coreutils-0.0.29/target/release/build/uu_stdbuf_libstdbuf-f856eaa91801958f/out/librust_cpp_generated.a: error adding symbols: file format not recognized
          collect2: error: ld returned 1 exit status


error: could not compile `uu_stdbuf_libstdbuf` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
make: *** [GNUmakefile:283: build-coreutils] Error 101
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'coreutils-uutils-0.0.29-1':
error: packages failed to build: coreutils-uutils-0.0.29-1

kj_sh604 commented on 2024-06-30 12:56 (UTC) (edited on 2025-01-18 23:28 (UTC) by kj_sh604)

Note:

This package still builds the following GNU coreutils:

  • stty (not included in MULTICALL=y uutils)
  • chcon (not included in MULTICALL=y uutils)
  • runcon (not included in MULTICALL=y uutils)

 

Additionally,

This package uses everything 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 and sha3sum packages as well.