Changes between Version 1 and Version 2 of Ticket #68725, comment 6


Ignore:
Timestamp:
Nov 18, 2023, 4:52:02 PM (7 months ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68725, comment 6

    v1 v2  
    11I found the bug in the `go` port!! 
    22
    3 The `legacy_build` flag in the Portfile for `go` was not set properly.  As a result, the `go` port was trying to build `go@1.17.13` using the  prebuilt binary for `go` version 1.17.13 from the developer's website -- go1.17.13.darwin-amd64.tar.gz.
     3The `legacy_build` flag in the Portfile for `go` was not set properly.  As a result, the `go` port was trying to build `go@1.17.13` using the  prebuilt binary for `go` version 1.17.13 from the developer's website -- https://go.dev/dl/go1.17.13.darwin-amd64.tar.gz.
    44The will fail since the prebuilt binary was never built with the `legacy-support` libraries!
    55