[MacPorts] #68725: go @1.7.13 - Fails to Build on Mtn Lion
MacPorts
noreply at macports.org
Sat Nov 18 18:25:20 UTC 2023
#68725: go @1.7.13 - Fails to Build on Mtn Lion
---------------------+--------------------------
Reporter: RobK88 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: mountainlion
Port: go |
---------------------+--------------------------
Comment (by RobK88):
Here is a workaround for getting `go at 1.17.13` to run on Lion, Mountain
Lion etc.
1. Install the `legacy-support` port (if not already installed)
2. Download the prebuilt binary for `go at 1.17.13` from
https://go.dev/dl/go1.17.13.darwin-amd64.tar.gz and dynamically insert the
`legacy-support` library.
{{{
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.7.5
BuildVersion: 11G63
$ DYLD_INSERT_LIBRARIES="/opt/local/lib/libMacportsLegacySupport.dylib"
/Users/rob/Downloads/go/bin/go version
go version go1.17.13 darwin/amd64
}}}
I will modify the Portfile for `go` accordingly and will submit a PR
sometime this weekend.
--
Ticket URL: <https://trac.macports.org/ticket/68725#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list