id summary reporter owner description type status priority milestone component version resolution keywords cc port 52862 qt4-mac +debug: non-debug QtWebkit links to debug frameworks, and QtWebkit_debug does not exist devernay macports-tickets@… "The QtWebkit framework installed by the +debug variant, and only this one, links to debug frameworks, and the debug version (QtWebkit_debug) does not exist or is not installed. Observed on Snow Leopard, can someone please confirm this on more recent systems? {{{ $ port installed |fgrep qt4 qt4-mac @4.8.7_4+debug+universal (active) $ for i in Qt3Support QtCLucene QtCore QtDBus QtDeclarative QtDesigner QtDesignerComponents QtGui QtHelp QtMultimedia QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg QtTest QtUiTools QtWebKit QtXml QtXmlPatterns ; do echo $i; otool -L /opt/local/libexec/qt4/Library/Frameworks/${i}.framework/Versions/4/$i |fgrep debug; done Qt3Support QtCLucene QtCore QtDBus QtDeclarative QtDesigner QtDesignerComponents QtGui QtHelp QtMultimedia QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg QtTest QtUiTools QtWebKit /opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/QtGui_debug (compatibility version 4.8.0, current version 4.8.7) /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/QtCore_debug (compatibility version 4.8.0, current version 4.8.7) /opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork_debug (compatibility version 4.8.0, current version 4.8.7) QtXml QtXmlPatterns $ otool -L /opt/local/libexec/qt4/Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit /opt/local/libexec/qt4/Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit: /opt/local/libexec/qt4/Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit (compatibility version 4.9.0, current version 4.9.4) /opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current version 4.8.7) /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.8.0, current version 4.8.7) /opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork (compatibility version 4.8.0, current version 4.8.7) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 152.0.0) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1038.36.0) /opt/local/libexec/qt4/Library/Frameworks/QtGui.framework/Versions/4/QtGui_debug (compatibility version 4.8.0, current version 4.8.7) /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/QtCore_debug (compatibility version 4.8.0, current version 4.8.7) /opt/local/libexec/qt4/Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork_debug (compatibility version 4.8.0, current version 4.8.7) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 227.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 44.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 550.43.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 38.0.0) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 751.62.0) $ ls /opt/local/libexec/qt4/Library/Frameworks/QtWebKit.framework/Versions/4/ Headers/ QtWebKit* $ ls /opt/local/libexec/qt4/Library/Frameworks/QtCore.framework/Versions/4/ Headers/ QtCore* QtCore_debug* }}}" defect new Normal ports michaelld RJVB mkae qt4-mac