Running kbuildsycoca4

Frank Schima macsforever2000 at macports.org
Mon Jan 28 12:53:23 PST 2013


On Jan 28, 2013, at 1:28 PM, Jeremy Lavergne <jeremy at lavergne.gotdns.org> wrote:

>> I have followed the recommendation:
>> Macintosh:~ enekogotzon$ kbuildsycoca4
>> But Terminal shows:
>> Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
>> kbuildsycoca4 running...
>> 
>> The "socket path", is it related to /opt/local/bin/kbuildsycoca4?
>> Please, how verify if "org.freedesktop.dbus-session.plist" is loaded, and if not, what command execute to load it?
> 
> If .plist is involved, it's likely a launchd item. These are in /Library/LaunchDaemons and /Library/LaunchAgents.
> 
> You can peruse what the port installed:
> port contents kbuildsycoca4
> or search for just the plist files:
> port contents kbuildsycoca4 | grep plist
> 
> To see if a plist is loaded:
> sudo launchctl list
> 
> If it says it's not loaded you may want to open up the Console application to watch your system logs while you try to load it. Loading and other operations are described in the launchctl and launchd man pages:
> man launchctl
> man launchd

It looks like the dbus plist needs to be loaded. First run this:

port notes dbus

Then run the commands it lists. 



More information about the macports-users mailing list