Changes between Initial Version and Version 1 of Ticket #49213, comment 5


Ignore:
Timestamp:
Oct 9, 2015, 7:25:19 PM (9 years ago)
Author:
mkae (Marko Käning)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49213, comment 5

    initial v1  
    44KDE4_DATA_DIR:PATH=KDE4_DATA_DIR-NOTFOUND
    55}}}
     6
     7
     8Replying 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
     11As had to be expected:
     12{{{
     13$ kbuildsycoca4
     14dyld: Library not loaded: /opt/local/Library/Frameworks/QtDBus.framework/Versions/4/QtDBus
     15  Referenced from: /opt/local/bin/kbuildsycoca4
     16  Reason: image not found
     17Trace/BPT trap: 5
     18}}}
     19
     20;-) (Nothing is working, due to invalid binary installs.)
     21
     22---
     23
     24I guess the way to go is to build kdelibs4 from the sources and forbid using binary port installs.