Opened 5 years ago

Closed 17 months 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.

Change History (2)

comment:1 Changed 17 months ago by ballapete (Peter "Pete" Dyballa)

The change has come (out?) and kerberos5 @1.20.1 builds and installs now. So this ticket can be closed.

comment:2 Changed 17 months ago by kencu (Ken)

Resolution: fixed
Status: newclosed

thx

Note: See TracTickets for help on using tickets.