Opened 5 years ago
Closed 2 years ago
#59021 closed defect (fixed)
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
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | tiger | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | kerberos5 |
Description
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.
Note: See
TracTickets for help on using
tickets.
The change has come (out?) and
kerberos5 @1.20.1
builds and installs now. So this ticket can be closed.