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


Ignore:
Timestamp:
Nov 18, 2023, 4:47:06 PM (11 months ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68725, comment 6

    initial v1  
    1 I found the bug!!  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 
     1I found the bug in the `go` port!! 
     2
     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 -- go1.17.13.darwin-amd64.tar.gz.
    24The will fail since the prebuilt binary was never built with the `legacy-support` libraries!
    35