[MacPorts] #28558: kdenlive - post install commands fail
#28558: kdenlive - post install commands fail ------------------------------------+--------------------------------------- Reporter: torstensteinert@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: postinstall | Port: kdenlive ------------------------------------+--------------------------------------- I installed kdenlive on a fresh MacBook-Pro. After some problems with atlas it finished the install. According to http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive /pre-compiled-packages/mac-os-x-packages-macports I entered the post install commands. The second-to-last one failed with the error "Socket is not connected". Here is the output: bash-3.2$ sudo chown -R torsten ~/Library/Preferences/KDE bash-3.2$ sudo launchctl load -w /Library/LaunchAgents/org.freedesktop .dbus-session.plist launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/org.freedesktop.dbus-session.plist nothing found to load bash-3.2$ sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop .dbus-system.plist org.freedesktop.dbus-system: Already loaded bash-3.2$ sudo chown torsten /Library/LaunchAgents/org.freedesktop.dbus- session.plist bash-3.2$ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus- session.plist Bug: launchctl.c:2325 (23930):13: (dbfd = open(g_job_overrides_db_path, O_RDONLY | O_EXLOCK | O_CREAT, S_IRUSR | S_IWUSR)) != -1 launch_msg(): Socket is not connected -- Ticket URL: <https://trac.macports.org/ticket/28558> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28558: dbus: can't start dbus-session launchagent ------------------------------------+--------------------------------------- Reporter: torstensteinert@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: dbus ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * keywords: postinstall => * owner: macports-tickets@… => mcalhoun@… * port: kdenlive => dbus Old description:
I installed kdenlive on a fresh MacBook-Pro. After some problems with atlas it finished the install. According to http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive /pre-compiled-packages/mac-os-x-packages-macports I entered the post install commands. The second-to-last one failed with the error "Socket is not connected". Here is the output:
bash-3.2$ sudo chown -R torsten ~/Library/Preferences/KDE
bash-3.2$ sudo launchctl load -w /Library/LaunchAgents/org.freedesktop .dbus-session.plist
launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/org.freedesktop.dbus-session.plist
nothing found to load
bash-3.2$ sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop .dbus-system.plist
org.freedesktop.dbus-system: Already loaded
bash-3.2$ sudo chown torsten /Library/LaunchAgents/org.freedesktop.dbus- session.plist
bash-3.2$ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus- session.plist
Bug: launchctl.c:2325 (23930):13: (dbfd = open(g_job_overrides_db_path, O_RDONLY | O_EXLOCK | O_CREAT, S_IRUSR | S_IWUSR)) != -1
launch_msg(): Socket is not connected
New description: I installed kdenlive on a fresh MacBook-Pro. After some problems with atlas it finished the install. According to http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive /pre-compiled-packages/mac-os-x-packages-macports I entered the post install commands. The second-to-last one failed with the error "Socket is not connected". Here is the output: {{{ bash-3.2$ sudo chown -R torsten ~/Library/Preferences/KDE bash-3.2$ sudo launchctl load -w /Library/LaunchAgents/org.freedesktop .dbus-session.plist launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/org.freedesktop.dbus-session.plist nothing found to load bash-3.2$ sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop .dbus-system.plist org.freedesktop.dbus-system: Already loaded bash-3.2$ sudo chown torsten /Library/LaunchAgents/org.freedesktop.dbus- session.plist bash-3.2$ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus- session.plist Bug: launchctl.c:2325 (23930):13: (dbfd = open(g_job_overrides_db_path, O_RDONLY | O_EXLOCK | O_CREAT, S_IRUSR | S_IWUSR)) != -1 launch_msg(): Socket is not connected }}} -- -- Ticket URL: <https://trac.macports.org/ticket/28558#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28558: dbus: can't start dbus-session launchagent ------------------------------------+--------------------------------------- Reporter: torstensteinert@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: dbus ------------------------------------+--------------------------------------- Comment(by mta@…): I don't know if this is the entire problem since I've never tried to install kdenlive, but you don't want "sudo" on the second command. You want to start the session daemon as yourself, not as root: {{{ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist }}} -- Ticket URL: <https://trac.macports.org/ticket/28558#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28558: dbus: can't start dbus-session launchagent ------------------------------------+--------------------------------------- Reporter: torstensteinert@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: dbus ------------------------------------+--------------------------------------- Comment(by dan@…): You can see later in his list of commands he did launch as user, but it failed with error. However, as kdenlive port maintainer, I wish I were so lucky as to even receive an error. I got to hear because for most if 2011 now I have been unable to get dbus --session to launch (ps shows only --system) and I am still trying despite having rebuilt dbus several times over the months :-( -- Ticket URL: <https://trac.macports.org/ticket/28558#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts