New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Initial Version and Version 12 of Ticket #19217


Ignore:
Timestamp:
04/21/09 11:40:46 (4 years ago)
Author:
macsforever2000@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19217

    • Property Cc chepra@…, mcalhoun@… added
    • Property Owner changed from macports-tickets@… to illogic-al@…
  • Ticket #19217 – Description

    initial v12  
    55This cause various (probably all) KDE applications to fail to start with messages like 
    66 
     7{{{ 
    78Chris-Jones-Macbook-Pro ~ > kate 
    89objc[639]: Class QMacSoundDelegate is implemented in both /opt/local/libexec/qt4-kde/lib/QtGui.framework/Versions/4/QtGui and /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui. Using implementation from /opt/local/libexec/qt4-mac/lib/QtGui.framework/Versions/4/QtGui. 
     
    1213QObject::moveToThread: Current thread (0x375b420) is not the object's thread (0x370a4b0). 
    1314Cannot move to target thread (0x370a4b0) 
     15}}} 
    1416 
    1517On Mac OS X, you might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries. Export DYLD_PRINT_LIBRARIES=1 and check that only one set of binaries are being loaded. 
     18{{{ 
    1619QObject::moveToThread: Current thread (0x375b420) is not the object's thread (0x370a4b0). 
    1720Cannot move to target thread (0x370a4b0) 
     21}}} 
    1822 
    1923Note this issue affects more KDE4 ports than just phonon, but until I get some feedback I won't submit any additional tickets for the other ports.