GNU bug report logs -
#78562
Coreutils-9.7 do not build on macOS High Sierra, Version 10.13.6, because src/cksum.c: uses invalid cpu feature string for builtin
Previous Next
Full log
View this message in rfc822 format
> Am 30.05.2025 um 18:46 schrieb Paul Eggert <eggert <at> cs.ucla.edu>:
>
> What happens on your platform when you run the following shell commands in a fresh directory?
>
> touch -t 202505290000 a b
> gls -l --time-style=full a b
> echo 'b: a; echo ouch; false' >Makefile
> make
On PPC Leopard, Mac OS X 10.5.8:
-rw-r--r-- 1 pete admin 0 2025-05-29 00:00:00.000000000 +0200 a
-rw-r--r-- 1 pete admin 0 2025-05-29 00:00:00.000000000 +0200 b
gmake: 'b' is up to date.
On x86_64 High Sierra, macOS 10.13.6:
-rw-r--r-- 1 pete admin 0 2025-05-29 00:00:00.000000000 +0200 a
-rw-r--r-- 1 pete admin 0 2025-05-29 00:00:00.000000000 +0200 b
gmake: 'b' is up to date.
On x86_64 Sonoma, macOS 14.7.4:
-rw-r--r-- 1 pete admin 0 2025-05-29 00:00:00.000000000 +0200 a
-rw-r--r-- 1 pete admin 0 2025-05-29 00:00:00.000000000 +0200 b
gmake: 'b' is up to date.
Here the system's GNU Make 3.81 needed a minute or such to tell that nothing needs to be done. (gmake is GNU Make 4.4.1)
The results from PPC Tiger, Mac OS X 10.4.11, have to wait, my PowerBook runs on Leopard now…
--
Greetings
Pete <\
_\ O _
|o \ _\\_/-\='
_____________(_)|-(_) (_)___________________________________
This bug report was last modified 9 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.