Opened 13 years ago
Closed 13 years ago
#31755 closed defect (fixed)
py27-pyside-tools fails configure: can't find python?
Reported by: | watsodw | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | py27-pyside-tools |
Description
py27-pyside-tools fails configure: can't find python?
Attachments (1)
Change History (6)
Changed 13 years ago by watsodw
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mmoll@… removed |
---|---|
Owner: | changed from macports-tickets@… to mmoll@… |
comment:2 follow-up: 3 Changed 13 years ago by mamoll (Mark Moll)
This didn't used to happen. I had this version already installed. After uninstalling and trying to reinstall I get the same error. It seems like it get stuck in an infinite loop in the configure stage. It prints out this line thousands of times before it crashes:
:info:configure -- Using default python:
Perhaps you can file a bug upstream at http://bugs.pyside.org/?
comment:3 Changed 13 years ago by watsodw
Replying to mmoll@…:
This didn't used to happen. I had this version already installed. After uninstalling and trying to reinstall I get the same error. It seems like it get stuck in an infinite loop in the configure stage. It prints out this line thousands of times before it crashes:
:info:configure -- Using default python:Perhaps you can file a bug upstream at http://bugs.pyside.org/?
Reported on http://bugs.pyside.org/.
comment:4 Changed 13 years ago 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.
comment:5 Changed 13 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in latest version of pyside.
Interesting... the log says...
...48,125 times, and then: