How to fix "broken ports"?
Ryan Schmidt
ryandesign at macports.org
Mon May 21 13:51:26 PDT 2012
What does "otool -L /opt/macports-test/lib/libphonon.4.dylib" say?
The output we want to see is:
/opt/macports-test/lib/libphonon.4.dylib:
/opt/macports-test/lib/libphonon.4.dylib (compatibility version 4.4.0, current version 4.4.2)
/opt/macports-test/lib/libQtDBus.4.dylib (compatibility version 4.7.0, current version 4.7.3)
/opt/macports-test/lib/libQtXml.4.dylib (compatibility version 4.7.0, current version 4.7.3)
/opt/macports-test/lib/libQtGui.4.dylib (compatibility version 4.7.0, current version 4.7.3)
/opt/macports-test/lib/libQtCore.4.dylib (compatibility version 4.7.0, current version 4.7.3)
/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.10)
If instead the second line reads:
lib/libphonon.4.dylib (compatibility version 4.4.0, current version 4.4.2)
then that would explain the problem, and the fix would need to occur in the phonon port.
More information about the macports-dev
mailing list