Opened 12 years ago
Last modified 9 years ago
#36431 new defect
qt4-mac: macdeployqt shows errors when trying to copy in frameworks — at Version 2
Reported by: | mavaugha@… | Owned by: | michaelld@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | qt4-mac |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I just updated qt4-mac to version 4.8.3_0 which now always installs it as a framework and was supposed to help fix some issues with the macdeployqt tool. But now when I run macdeployqt on my app bundle it shows these errors:
ERROR: no file at "/opt/local/Library/Framework/QtSvg.framework/Versions/4/QtSvg" ERROR: no file at "/opt/local/Library/Framework/QtGui.framework/Versions/4/QtGui" ERROR: no file at "/opt/local/Library/Framework/QtCore.framework/Versions/4/QtCore" ERROR: no file at "/opt/local/Library/Framework/QtOpenGL.framework/Versions/4/QtOpenGL"
No frameworks are copied in. It only copies in the following dynamic libraries: libjpeg.8.dylib, liblcms.1.dylib, libmng.1.dylib, libpng15.15.dylib, libQtCore.4.dylib, libQtGui.4.dylib, libQtSvg.4.dylib, libqwt.6.dylib, libtiff.3.dylib, libz.1.dylib
The app also doesn't run after I run the deployment tool on it. I have attached the error report.
Also, as a side note... I have to manually move the plugins folder from /opt/local/share/qt4/ to /opt/local/ for the macdeployqt tool to find them to include in the bundle.
Change History (2)
Changed 12 years ago by mavaugha@…
Attachment: | error_report.txt added |
---|
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to michaelld@… |