#48256: llvm-3.3 configuration fails if Python 3.4 is set as default -----------------------+-------------------------------- Reporter: rotbart@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: -----------------------+-------------------------------- Get "Error: Failed to configure llvm-3.3" if the default Python is not 2.7. This is due to the use of the Python 2.7 `print` statement in the configuration script. This problem can be worked around by running `sudo port select --set python python27` before installing or upgrading llvm-3.3. The problem can be fixed by replacing the `print` statement with a the `print` function -- Ticket URL: <https://trac.macports.org/ticket/48256> MacPorts <https://www.macports.org/> Ports system for OS X