Opened 3 years ago

Closed 2 years ago

#63006 closed defect (duplicate)

py37-zmq fails to build under MacOS 11.4

Reported by: josephsacco Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc: jrjsmrtn
Port: py-zmq

Description

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

Change History (3)

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Cc: jrjsmrtn added
Keywords: PyZMQ removed
Owner: set to michaelld
Port: py-zmq added; py37-zmq removed
Status: newassigned

Note that only Python 3.8.10 and later have proper support for macOS 11. I might backport some of the fixes to 3.7 but haven't found the time yet.

comment:2 Changed 3 years ago by josephsacco

Thanks, Joshua.

And yes, py38-zmq and py39-zmq build without incident.

-Joseph

comment:3 Changed 2 years ago by reneeotten (Renee Otten)

Resolution: duplicate
Status: assignedclosed

this issue is not specific to py37-zmq but due to 62936; closing this one.

Note: See TracTickets for help on using tickets.