[MacPorts] #65870: icu @71.1 sets incorrect Python version
MacPorts
noreply at macports.org
Mon Sep 19 17:55:15 UTC 2022
#65870: icu @71.1 sets incorrect Python version
-----------------------+--------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Keywords: tiger ppc | Port: icu
-----------------------+--------------------
The environment contains
{{{
PYTHON='/opt/local/bin/python2.7'
}}}
but `configure` obviously searches for something completely different:
{{{
checking for python3... /opt/local/bin/python2.7
}}}
This needs a change too:
{{{
Build Dependencies: python27
}}}
Removing all references to `Python 2.7` in `Portfile` lets `icu` build.
`port test icu` too succeeds:
{{{
[All tests passed successfully...]
Elapsed Time: 00:03:58.038
---------------
ALL TESTS SUMMARY:
All tests OK: testdata intltest iotest cintltst
verifying that icu-config --selfcheck can operate
verifying that /usr/bin/gnumake -f Makefile.inc selfcheck can operate
PASS: config selfcheck OK
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65870>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list