#48167 closed defect (duplicate)
llvm-3.3 @3.3_8 fails configuring
Reported by: | udbraumann | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia), larryv (Lawrence Velázquez) | |
Port: | llvm-3.3 |
Description
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.
Attachments (1)
Change History (4)
Changed 9 years ago by udbraumann
comment:1 follow-up: 3 Changed 9 years ago by larryv (Lawrence Velázquez)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Keywords: | python version check fails removed |
---|
Note: See
TracTickets for help on using
tickets.
Duplicate of #32575. A workaround: