| 6 | |
| 7 | |
| 8 | Replying to [comment:4 rjvbertin@…]: |
| 9 | > So you have been able to install binary KDE4 packages, but do they run correctly? `kbuildsycoca4` might be a good test, and `/Applications/MacPorts/KDE4/kded4.app/Contents/MacOS/kded4` too. |
| 10 | |
| 11 | As had to be expected: |
| 12 | {{{ |
| 13 | $ kbuildsycoca4 |
| 14 | dyld: Library not loaded: /opt/local/Library/Frameworks/QtDBus.framework/Versions/4/QtDBus |
| 15 | Referenced from: /opt/local/bin/kbuildsycoca4 |
| 16 | Reason: image not found |
| 17 | Trace/BPT trap: 5 |
| 18 | }}} |
| 19 | |
| 20 | ;-) (Nothing is working, due to invalid binary installs.) |
| 21 | |
| 22 | --- |
| 23 | |
| 24 | I guess the way to go is to build kdelibs4 from the sources and forbid using binary port installs. |