Coreutils update from v8.32 to 9.7 as suggested - #1244
Conversation
|
Closed - Duplicate |
|
Not a duplicate. Closed other branch. |
|
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. |
|
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) |
|
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)
|
|
Ditto as @sth0 on macOS 26 (tahoe): Then updating to coreutils-9.11: |
|
Bump? Any reason not to go ahead with this? |
|
Coreutils is required for bootstrapping and IIRC it was touchy, was a FRESH bootstrap and an inject tested to make sure? My guess is that is the hold up as it's lots of work to test fresh, upgrade via inject and normal upgrade (Which I'm sure you did already). |
|
sorry not core-utils directly, but part of it was separated for bootstrapping, dumpobj IIRC and should be kept in sync with the rest of it. I'm going off memory here as I rewrote the bootstrap over a decade ago for the dpkg 1.15+ branch which is now in master. |
|
ahh. So I think the only thing is figuring out @beren12 's discrepancy. |
|
I haven't looked at the bootstrapping issue. Not sure where I would try to sync the coreutils in the boot strapping system. I was under the impression that all the packages for bootstrapping were in base. But maybe I am off on that assumption. There is debianutils in base. |
|
@nieder had it right I was mistaken, I got the 2 utils confused, once he set it straight I remember that was the case. it's part of binutils not coreutils, so disregard what I said, I apologize. |
|
No apology necessary, I have trouble remembering fixes done awhile ago as well. I was just trying to comply and get this merged and out of my local tree. |
Follow on to PR #1237