Re: LLVM 3.3 failed

2014-10-27 Thread Robert Broome
This worked. Though because Darwin 13 != Darwin 14, I have been updating my ports for hours! But they are updating. On Oct 25, 2014, at 7:57 PM, Lawrence Velázquez wrote: > On Oct 23, 2014, at 6:50 PM, Robert Broome wrote: > >> I am trying to update ports after upgrading to 10.10 and XCODE 6

Re: LLVM 3.3 failed

2014-10-25 Thread Lawrence Velázquez
On Oct 23, 2014, at 6:50 PM, Robert Broome wrote: > I am trying to update ports after upgrading to 10.10 and XCODE 6.1. > LLVM 3.3 is failing. > According to the log: > import sys; print sys.version.split > has invalid syntax at sys. > > configure: error: found python (opt/loca/bin/python); requ

Re: LLVM 3.3 failed

2014-10-25 Thread Lawrence Velázquez
On Oct 25, 2014, at 5:54 PM, Freek Dijkstra wrote: > The bug is that the configure script contains code snippet to check the > Python version, but this snippet does not work for Python 3 and up. Somewhat related, I'm starting to think we should remove the Python 3.x options from the python sele

Re: LLVM 3.3 failed

2014-10-25 Thread Lawrence Velázquez
On Oct 25, 2014, at 5:54 PM, Freek Dijkstra wrote: > The print statement is invalid in Python 3; it should be a print > function. but it is probably easier to simply use python -V, instead of > this small script. > > I would recommend to change the ac_python_version assignment to: > > ac_python

Re: LLVM 3.3 failed

2014-10-25 Thread Freek Dijkstra
On 24-10-2014 0:50, Robert Broome wrote: > I am trying to update ports after upgrading to 10.10 and XCODE 6.1. > LLVM 3.3 is failing. > According to the log: > import sys; print sys.version.split > has invalid syntax at sys. > > configure: error: found python (opt/loca/bin/python); required >= 2.5

Re: LLVM 3.3 failed

2014-10-23 Thread Ryan Schmidt
On Oct 23, 2014, at 17:50, Robert Broome wrote: > > I am trying to update ports after upgrading to 10.10 and XCODE 6.1. > LLVM 3.3 is failing. > According to the log: > import sys; print sys.version.split > has invalid syntax at sys. > > configure: error: found python (opt/loca/bin/python); requi

LLVM 3.3 failed

2014-10-23 Thread Robert Broome
I am trying to update ports after upgrading to 10.10 and XCODE 6.1. LLVM 3.3 is failing. According to the log: import sys; print sys.version.split has invalid syntax at sys. configure: error: found python (opt/loca/bin/python); required >= 2.5 Does anyone have any ideas? thanks