Skip to content

Coreutils update from v8.32 to 9.7 as suggested - #1244

Open
sth0 wants to merge 3 commits into
fink:masterfrom
sth0:sth-coreutils-9.7
Open

Coreutils update from v8.32 to 9.7 as suggested#1244
sth0 wants to merge 3 commits into
fink:masterfrom
sth0:sth-coreutils-9.7

Conversation

@sth0

@sth0 sth0 commented May 10, 2025

Copy link
Copy Markdown
Contributor

Follow on to PR #1237

@sth0 sth0 added the duplicate label May 10, 2025
@sth0

sth0 commented May 10, 2025

Copy link
Copy Markdown
Contributor Author

Closed - Duplicate

@sth0 sth0 closed this May 10, 2025
@sth0 sth0 self-assigned this Dec 15, 2025
@sth0 sth0 added new upstream Package has an updated upstream version and removed duplicate labels Dec 16, 2025
@sth0

sth0 commented Dec 16, 2025

Copy link
Copy Markdown
Contributor Author

Not a duplicate. Closed other branch.

@sth0 sth0 reopened this Dec 16, 2025
@sth0

sth0 commented Jul 18, 2026

Copy link
Copy Markdown
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.

FAIL: tests/env/env-S
=====================

env (GNU coreutils) 9.11
Copyright (C) 2026 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Richard Mlynarik, David MacKenzie, and Assaf Gordon.
1...
2...
3...
4...
5...
q1...
env-S.pl: test q1: stdout mismatch, comparing q1.1 (expected) and q1.O (actual)
*** q1.1        Sat Jul 18 16:55:54 2026
--- q1.O        Sat Jul 18 16:55:54 2026
***************
*** 1 ****
--- 1,2 ----
  A=B C
+ __CF_USER_TEXT_ENCODING=0x258:0:0
q2...
env-S.pl: test q2: stdout mismatch, comparing q2.1 (expected) and q2.O (actual)
*** q2.1        Sat Jul 18 16:55:54 2026
--- q2.O        Sat Jul 18 16:55:54 2026
***************
*** 1 ****
--- 1,2 ----
  A=B C
+ __CF_USER_TEXT_ENCODING=0x258:0:0
q3...
env-S.pl: test q3: stdout mismatch, comparing q3.1 (expected) and q3.O (actual)
*** q3.1        Sat Jul 18 16:55:54 2026
--- q3.O        Sat Jul 18 16:55:54 2026
***************
*** 1 ****
--- 1,2 ----
  A=B C
+ __CF_USER_TEXT_ENCODING=0x258:0:0

@beren12

beren12 commented Jul 25, 2026

Copy link
Copy Markdown
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)

@sth0

sth0 commented Jul 26, 2026 via email

Copy link
Copy Markdown
Contributor Author

@nieder

nieder commented Jul 26, 2026

Copy link
Copy Markdown
Member

Ditto as @sth0 on macOS 26 (tahoe):
coreutils-8.32:

[Tahoe:~] nieder $ /opt/sw/bin/guname --version
uname (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie.
[Tahoe:~] nieder $ /opt/sw/bin/guname -a
Darwin SW580883 25.5.0 Darwin Kernel Version 25.5.0: Tue Jun  9 22:28:29 PDT 2026; root:xnu-12377.121.10~1/RELEASE_ARM64_T6030 arm64 arm64 Mac15,6 Darwin
[Tahoe:~] nieder $ /opt/sw/bin/guname -m
arm64
[Tahoe:~] nieder $ /usr/bin/uname -a
Darwin SW580883 25.5.0 Darwin Kernel Version 25.5.0: Tue Jun  9 22:28:29 PDT 2026; root:xnu-12377.121.10~1/RELEASE_ARM64_T6030 arm64
[Tahoe:~] nieder $ /usr/bin/uname -m
arm64

Then updating to coreutils-9.11:

[Tahoe:~] nieder $ /opt/sw/bin/guname --version
uname (GNU coreutils) 9.11
Copyright (C) 2026 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie.
[Tahoe:~] nieder $ /opt/sw/bin/guname -a
Darwin SW580883 25.5.0 Darwin Kernel Version 25.5.0: Tue Jun  9 22:28:29 PDT 2026; root:xnu-12377.121.10~1/RELEASE_ARM64_T6030 arm64 arm Darwin
[Tahoe:~] nieder $ /opt/sw/bin/guname -m
arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new upstream Package has an updated upstream version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants