[MacPorts] #37456: py-pyqt4: qtdirs.app/Contents/MacOS/qtdirs failed to create qtdirs.out. Make sure configure your Qt installation is correct.
MacPorts
noreply at macports.org
Fri Jan 11 06:08:31 PST 2013
#37456: py-pyqt4: qtdirs.app/Contents/MacOS/qtdirs failed to create qtdirs.out.
Make sure configure your Qt installation is correct.
-----------------------+-------------------------
Reporter: cgcgcg@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Resolution: | Keywords:
Port: py-pyqt4 |
-----------------------+-------------------------
Comment (by michaelld@…):
Wow. This is a nasty bug, very difficult to track down! We'll keep poking
at it. What do the following return:
{{{
otool -L /opt/local/Library/Frameworks/QtCore.framework/QtCore
port installed | grep active
}}}
It might also be useful to Qt4 installed for debug:
{{{
sudo port -k install qt4-mac +debug
sudo port clean py27-pyqt4
sudo port install py27-pyqt4
}}}
and, this last should error out again. But, now we -might- be able to do
some debugging of the application:
{{{
cd `port dir py27-pyqt4`/work/PyQt-mac-gpl-4.9.6
gdb qtdirs.app/Contents/MacOS/qtdirs
}}}
and, once that it loaded, in gdb do "r" (and return). It should error out,
and then you can do "bt" to get the backtrace, which is sort of like the
crash report.
--
Ticket URL: <https://trac.macports.org/ticket/37456#comment:32>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list