Changes between Version 1 and Version 2 of Ticket #65176, comment 8
- Timestamp:
- Apr 7, 2024, 11:10:36 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65176, comment 8
v1 v2 9 9 I think something got broken elsewhere on Intel in Macports. I cannot build 1.17.9 now on 10.6.8 x86_64, while it worked before. 10 10 11 Either compiler choice changed or cctools . It is not Go as such.11 Either compiler choice changed or cctools, or ld64 (or legacysupport, possibly?). It is not Go as such. 12 12 13 13 UPD. Or the procedure. I tried to build 1.17.9 now from the current portfile (replacing version). Let me try to revert to the old one. 14 UPD2. Well, it is not that trivial to revert anything, since even distfiles for cctools and ld64 are gone. And there were changes to PGs used. 15 16 It could be a solution to turn off debug symbols in Go for failing systems, like it is done for iOS. Perhaps.