[MacPorts] #63006: py37-zmq fails to build under MacOS 11.4
MacPorts
noreply at macports.org
Mon May 31 14:54:29 UTC 2021
#63006: py37-zmq fails to build under MacOS 11.4
-------------------------+----------------------
Reporter: josephsacco | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Keywords: PyZMQ | Port: py37-zmq
-------------------------+----------------------
py37-zmq fails to build under MacOS 11.4 due to a MACOSX_DEPLOYMENT_TARGET
mismatch:
{{{
error: $MACOSX_DEPLOYMENT_TARGET mismatch: now "11.0" but "11.2" during
configure
}}}
Forcing the choice of deployment target in the Portfile
{{{
#JES
macosx_deployment_target 11.2
}}}
resolves the problem on my system.
-Joseph
--
Ticket URL: <https://trac.macports.org/ticket/63006>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list