Changes between Initial Version and Version 1 of Ticket #67248, comment 9
- Timestamp:
- Apr 29, 2023, 1:26:07 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67248, comment 9
initial v1 1 Installing coreutils on Tiger i386 does fail as mentioned, but also as mentioned, it seems to be missing the definitions in <sys/types.h>. 1 Installing coreutils on Tiger i386 does fail as mentioned, but also as mentioned, it seems to be missing the definitions in <sys/types.h>. I just hacked in an {{{#include <sys/types.h>}}} into the end of {{{lib/config.h}}} and coreutils built. 2 2 3 I just hacked in an {{{#include <sys/types.h>}}} into the end of {{{lib/config.h}}} and coreutils built: 4 5 {{{ 6 $ port -v installed coreutils 7 The following ports are currently installed: 8 coreutils @8.31_0 requested_variants='' platform='darwin 8' archs='i386' date='2019-12-18T21:24:03-0800' 9 coreutils @8.32_0 requested_variants='' platform='darwin 8' archs='i386' date='2020-05-24T11:44:12-0700' 10 coreutils @9.3_0 (active) requested_variants='' platform='darwin 8' archs='i386' date='2023-04-28T23:28:09-0700' 11 }}} 12 13 but how to get it properly done remains open. 3 But that should be a separate ticket.