[MacPorts] #59021: kerberos5 @1.17_1 uses unused configure option --with-pkinit-crypto-impl and fails to find Python 3 on PPC Mac OS X 10.4.11, Tiger

MacPorts noreply at macports.org
Wed Sep 11 21:37:59 UTC 2019


#59021: kerberos5 @1.17_1 uses unused configure option --with-pkinit-crypto-impl
and fails to find Python 3 on PPC Mac OS X 10.4.11, Tiger
-----------------------+-----------------------
 Reporter:  ballapete  |      Owner:  (none)
     Type:  defect     |     Status:  new
 Priority:  Normal     |  Milestone:
Component:  ports      |    Version:  2.5.4
 Keywords:  tiger      |       Port:  kerberos5
-----------------------+-----------------------
 {{{
 configure: WARNING: unrecognized options: --with-pkinit-crypto-impl
 .
 .
 .
 checking for python3... /opt/local/bin/python2.7
 ./configure: line 12914: text: command not found
 checking for cmocka.h... no
 }}}

 Setting `PYTHON=/opt/local/bin/python3` among the `configure.args` lets
 `configure` determine:

 {{{
 checking for python3... /opt/local/bin/python3
 }}}

 `Portfile` has on line 48:

 {{{
 configure.python            ${prefix}/bin/python2.7
 }}}

 The days of Python 2.7 are counted, support will end this year.

-- 
Ticket URL: <https://trac.macports.org/ticket/59021>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list