Opened 3 years ago
Closed 3 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 3 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | monterey added |
---|---|
Owner: | set to ryandesign |
Status: | new → accepted |
Summary: | icu configure fails on macOS 12.3 → icu: configure fails on macOS 12.3 |
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for reporting this. You'll probably see this with other ports too. If so, report that in additional tickets.