Opened 2 years ago

Closed 2 years ago

#64857 closed defect (fixed)

icu: configure fails on macOS 12.3

Reported by: lunixbochs (Ryan Hileman) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: monterey Cc:
Port: icu

Description

macOS 12.3 removes Python 2 from the system. I had to port edit icu and comment out configure.python /usr/bin/python for icu to install, as /usr/bin/python is no longer present. I assume the proper fix would be to depend on a specific Python version present in macports.

I tried and failed to make the python27 block lower in the Portfile override the Python version.

Change History (2)

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: monterey added
Owner: set to ryandesign
Status: newaccepted
Summary: icu configure fails on macOS 12.3icu: configure fails on macOS 12.3

Thanks for reporting this. You'll probably see this with other ports too. If so, report that in additional tickets.

comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 9adc6c2c1f585df92b5b17565960371e61c28c54/macports-ports (master):

icu: Use python27 port on Monterey and later

/usr/bin/python was removed in macOS 12.3.

Closes: #64857

Note: See TracTickets for help on using tickets.