Changes between Version 1 and Version 2 of Ticket #52227, comment 2


Ignore:
Timestamp:
Sep 13, 2016, 8:41:46 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52227, comment 2

    v1 v2  
    11Please disregard the self-bootstrap. I misunderstood how Go bootstrapping works and I thought it was capable of self-bootstraping, however only Go 1.4 can do that. (Homebrew downloads a pre-built binary of 1.7 to bootstrap 1.7, that is what threw me off.)
    22
    3 I have updated the patch only to update the version and keep Go 1.4 for bootstrapping. Note that currently it won't build on macOS 10.12 (Sierra) unless Go 1.4 is updated to account for the change of timeofday(2). The patch proposed on https://trac.macports.org/ticket/52041 works for me.
     3I have updated the patch only to update the version and keep Go 1.4 for bootstrapping. Note that currently it won't build on macOS 10.12 (Sierra) unless Go 1.4 is updated to account for the change of timeofday(2). The patch proposed on #52041 works for me.