[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
Wed Jan 9 17:42:34 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; thanks! That's very thorough.  It looks like qt4-mac is what is
 messing up; the method "QIconvCodec::createIconv_t" is calling 0 for some
 reason. I would tend to believe that fully reinstalling it, from source,
 is the right way to go.  I just checked in r101393, which blocks clang on
 10.7; so, in something like 30 minutes this revision will become "live",
 and I'd recommend you do:
 {{{
 sudo port selfupdate
 ff=`port installed qt4-mac | sed -e 1d -e "s@(active)@@g"`
 sudo port -f uninstall $ff
 sudo port -s install qt4-mac
 }}}
 and, add what variants you wish to this last command.  Assuming it
 succeeds, then again try:
 {{{
 sudo port clean py27-pyqt4
 sudo port install py27-pyqt4
 }}}
 and hopefully this time it will work.

-- 
Ticket URL: <https://trac.macports.org/ticket/37456#comment:27>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list