Coreutils update from v8.32 to 9.7 as suggested - #1244
Open
sth0 wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
Closed - Duplicate |
Contributor
Author
|
Not a duplicate. Closed other branch. |
Contributor
Author
|
With that patch suggested in PR1237, it removes the test-getlogin error. But I get another error in the env-S module. Not sure what that is, but I list the first few, but there are another dozen similar failures. Weird to have that issue pop up. Will push patch suggested above. |
Member
|
one other thing, the 8.32 uname in coreutils gives arm64 where the apple one returns arm, and it breaks most package's building if you have coreutils-default installed (I do) |
Contributor
Author
|
Which Apple system versions? I see the “apple one” returning arm64. This is macOS 26.5.2 Tahoe on an M4 CPU and returns “arm64”(e). Maybe this is an argument to not install the coreutils-default package or just a reminder that it can cause these problems?
% /usr/bin/uname -m
arm64
% /usr/bin/machine
arm64e
% /usr/bin/arch
arm64
%
… On Jul 25, 2026, at 19:54, beren12 ***@***.***> wrote:
beren12
left a comment
(fink/fink-distributions#1244)
<#1244 (comment)>
one other thing, the 8.32 uname in coreutils gives arm64 where the apple one returns arm, and it breaks most package's building if you have coreutils-default installed (I do)
|
Member
|
Ditto as @sth0 on macOS 26 (tahoe): Then updating to coreutils-9.11: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow on to PR #1237