Encounter an error while it is installing one dependence of the py-matplotlib

Ryan Schmidt ryandesign at macports.org
Mon Jun 23 14:03:28 PDT 2014


On Jun 23, 2014, at 3:56 PM, Ryan Schmidt wrote:

> On Jun 23, 2014, at 10:04 AM, 心如烛光 wrote:
> 
>>    Thank's for your concern!I have cleaned the py27-pyobjc and reinstalled it.But I still get error after that I input the command:"sudo port install py27-pyobjc".
>> And here is the log file:
>> 14-6-23 下午10:46:34.180 sudo[315]:    
>> kevin : TTY=ttys000 ; PWD=/Users/kevin ; USER=root ; COMMAND=/opt/local/bin/port install py27-pyobjc
>> 14-6-23 下午10:46:38.723 launchctl[328]: launchctl: Couldn't stat("/Library/LaunchAgents/org.freedesktop.dbus-session.plist.mp_1398868931"): No such file or directory
> 
> To fix that, I would rebuild the dbus port by running:
> 
> sudo port clean dbus
> sudo port -n upgrade --force dbus

Or possibly you just have to unload that unusually-named plist, and then maybe reload the normally-named plist:

launchctl unload -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist.mp_1398868931
launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist





More information about the macports-users mailing list