#48167: llvm-3.3 @3.3_8 fails configuring ----------------------------------------+-------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: python version check fails | Port: llvm-3.3 ----------------------------------------+-------------------------------- Upgrading {{{llvm-3.3 @3.3_7}}} to {{{llvm-3.3 @3.3_8}}} fails since the configure script by mistake is not recognizing that python has an accepted version. The relevant lines in the config.log: {{{ ... configure:12343: checking for python configure:12361: found /opt/local/bin/python configure:12378: result: /opt/local/bin/python configure:12388: checking for python >= 2.5 configure:12399: result: not found configure:12402: error: found python (/opt/local/bin/python); required >= 2.5 ... }}} However, manually checking the version gives: {{{ $ /opt/local/bin/python --version Python 3.4.3 }}} BTW, llvm-3.4 was smoothly upgrading to {{{llvm-3.4 @3.4.2_7}}} a minute before. -- Ticket URL: <https://trac.macports.org/ticket/48167> MacPorts <https://www.macports.org/> Ports system for OS X