Changes between Initial Version and Version 1 of Ticket #56738


Ignore:
Timestamp:
Jun 25, 2018, 7:08:03 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56738

    • Property Status changed from new to assigned
    • Property Priority changed from High to Normal
    • Property Owner set to MarcusCalhoun-Lopez
  • Ticket #56738 – Description

    initial v1  
    11Upon attempting to install gnuradio, ports fails out on installing dbus.
    22The error log gives:
     3{{{
    34Error: Failed to activate dbus: error renaming "/opt/local/var/macports/software/dbus/mpextractxjyyE352/Library/LaunchDaemons/org.freedesktop.dbus-system.plist" to "/Library/LaunchDaemons/org.freedesktop.dbus-system.plist": permission denied
     5}}}
    46After verifying that the permissions (and making sure that it was run as sudo) there appeared to be no resolution.
    57However, if one manually untars the dbus port, one can see that in ./Library/LaunchAgents and ./LibraryLaunchDaemons it is creating .plist files that are a soft link back to /opt/local/etc/{LaunchDaemons,LaunchAgents}, but when checking the soft link, one can see that these directories do not exist.