Package Details: coreutils-hybrid 9.4_0.0.27-1

Git Clone URL: https://aur.archlinux.org/coreutils-hybrid.git (read-only, click to copy)
Package Base: coreutils-hybrid
Description: GNU coreutils / uutils-coreutils hybrid package. Uses stable uutils programs mixed with GNU counterparts if uutils counterpart is unfinished / buggy
Upstream URL: https://www.gnu.org/software/coreutils/
Keywords: coreutils gnu hybrid uutils
Licenses: GPL3, MIT
Conflicts: coreutils
Provides: coreutils
Submitter: dr460nf1r3
Maintainer: dr460nf1r3
Last Packager: dr460nf1r3
Votes: 11
Popularity: 0.63
First Submitted: 2021-03-08 15:09 (UTC)
Last Updated: 2024-07-14 16:40 (UTC)

Required by (1209)

Sources (2)

Latest Comments

1 2 3 Next › Last »

bbgun7 commented on 2024-07-15 15:24 (UTC)

coreutils-hybrid seems to break the fish-git build, the pipestatus.fish test fails due to a broken pipe, but works fine with regular coreutils

88/180 Test  #88: pipestatus.fish...........................***Failed    0.16 sec
Testing file checks/pipestatus.fish ... Failure:

  There were no remaining checks left to match stderr:9:
    cat: /dev/zero: EPIPE: Broken pipe

  Context:
    [...] from line 196 (stderr:6):
    warning: Path '/not' does not exist
    warning: An error occurred while redirecting file '/not/a/valid/path'
    warning: Path '/not' does not exist
    cat: /dev/zero: EPIPE: Broken pipe <= no more checks

  when running command:
    ../test/root/bin/fish checks/pipestatus.fish

dr460nf1r3 commented on 2023-08-04 18:17 (UTC)

Thanks @41zu!

41zu commented on 2023-08-01 23:11 (UTC) (edited on 2023-08-01 23:12 (UTC) by 41zu)

Please add

cd $pkgdir/usr/share/man/man1/

rm groups.1 hostname.1 kill.1 more.1 uptime.1

to the PKGBUILD, otherwise there are file conflicts with the man pages.

For anyone who wants to edit the PKGBUILD themselves in the meantime, they can do so when installing the package by calling yay with --editmenu, so it looks like this:

yay -S coreutils-hybrid --editmenu

abclop99 commented on 2023-07-01 03:11 (UTC)

Hi, I am running in to some conflicts.

(1/1) checking for file conflicts                                   [--------------------------------------] 100%
error: failed to commit transaction (conflicting files)
coreutils-hybrid: /usr/share/man/man1/groups.1.gz exists in filesystem (owned by shadow)
coreutils-hybrid: /usr/share/man/man1/hostname.1.gz exists in filesystem (owned by inetutils)
coreutils-hybrid: /usr/share/man/man1/kill.1.gz exists in filesystem (owned by util-linux)
coreutils-hybrid: /usr/share/man/man1/more.1.gz exists in filesystem (owned by util-linux)
coreutils-hybrid: /usr/share/man/man1/uptime.1.gz exists in filesystem (owned by procps-ng)
Errors occurred, no packages were upgraded.

dr460nf1r3 commented on 2023-06-15 08:35 (UTC)

Even though it got moved to extra, is there any action needed because of this? The extra package likely does not do any replacements of regular coreutils binaries?

tajetaje commented on 2023-06-04 17:17 (UTC)

On oech3's comment, uutils-coreutils has since been moved up to the extra repository, just FYI

oech3 commented on 2022-04-11 07:32 (UTC)

Would you provide symlink to uutils-coreutils in Community instead of makedeps for rust?

dr460nf1r3 commented on 2021-07-23 14:43 (UTC)

I would suggest reporting this at the upstream git repo so it can be fixed :)

keren_sky commented on 2021-07-21 14:26 (UTC) (edited on 2021-07-21 14:28 (UTC) by keren_sky)

This package compiles fine with rust from the Arch repository.

The upgrade of ugrep from AUR stops with the following error: https://pastebin.com/JdwecEfh when this pkg is installed. Upgrade goes OK when the pkg is switched out for coreutils.

Can anyone confirm?

Regards

dr460nf1r3 commented on 2021-07-16 13:17 (UTC)

This looks a compiler issue indeed. You could verify by using Archs rust version to build the package.