Changes between Version 2 and Version 3 of Ticket #68700, comment 6


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68700, comment 6

    v2 v3  
    11I found a bug in the `go` port!!  I am hoping it will fix the problem with the `go@1.17.13` binary.
    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 -- https://go.dev/dl/go1.17.13.darwin-amd64.tar.gz. The will fail since the prebuilt binary was never built with the legacy-support libraries!
     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. The will fail since the prebuilt binary was never built with the `legacy-support` libraries!
    44
    55When the `legacy_build` flag in the Portfile for `go` is set properly for legacy MacOS's, the `go` port will build `go@1.17.13` using the `go-1.4` port.