#31755: py27-pyside-tools fails configure: can't find python? -------------------------------------+-------------------------------------- Reporter: david.w.watson@… | Owner: mmoll@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: py27-pyside-tools -------------------------------------+-------------------------------------- Comment(by chuck@…): Ran into this when updating PySide from 1.0.7 to 1.0.8 for Homebrew. Traced the problem down to a file in PySide, PySideConfig.cmake, which does not contain a default value for `SHIBOKEN_PYTHON_SUFFIX` which causes the file to include its self in an infinite loop. This occurs when the CMake file for pyside-tools calls `FIND_PACKAGE(PySide)`. Bug opened with a patch to fix the template used to generate PySideConfig.cmake: http://bugs.pyside.org/show_bug.cgi?id=1052 Alternatively, you could probably side-step this issue by passing `-DSHIBOKEN_PYTHON_SUFFIX='-python<desired version number>'` to cmake when configuring pyside-tools. -- Ticket URL: <https://trac.macports.org/ticket/31755#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS