#41215: Port upgrade outdated results in gnome-settings-daemon returned: command execution failed ------------------------------------+---------------------- Reporter: christopherbalz@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: gnome-settings-daemon | ------------------------------------+---------------------- Changes (by larryv@…): * owner: macports-tickets@… => devans@… * keywords: upgrade => Old description:
Either:
$ sudo port upgrade outdated
~ or ~
$ sudo port -nR upgrade --force gnome-settings-daemon
produces:
Error: org.macports.build for port gnome-settings-daemon returned: command execution failed
Checking the log:
$ tail -n 20 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/main.log :info:build make: *** [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/work/gnome-settings-daemon-2.32.1' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/work/gnome-settings-daemon-2.32.1" && /usr/bin/make -j8 -w all :info:build Exit code: 2 :error:build org.macports.build for port gnome-settings-daemon returned: command execution failed :debug:build Error code: CHILDSTATUS 78409 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: targets not executed for gnome-settings-daemon: org.macports.destroot org.macports.build :notice:build Please see the log file for port gnome-settings-daemon for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/main.log
Uninstalling gnome-settings-daemon and gstreamer-010-gst-plugins-ugly and then doing: `sudo port install gstreamer010-gst-plugins-ugly` and then installing gnome-settings-daemon again went without error. But then the error was reproduced again when doing `sudo port upgrade outdated`.
Instead, users should be able to do `sudo port upgrade outdated` without error.
w$ port -v MacPorts 2.2.1
New description: Either: {{{ $ sudo port upgrade outdated }}} or {{{ $ sudo port -nR upgrade --force gnome-settings-daemon }}} produces: {{{ Error: org.macports.build for port gnome-settings-daemon returned: command execution failed }}} Checking the log: {{{ $ tail -n 20 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/main.log :info:build make: *** [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/work/gnome-settings-daemon-2.32.1' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/work/gnome-settings-daemon-2.32.1" && /usr/bin/make -j8 -w all :info:build Exit code: 2 :error:build org.macports.build for port gnome-settings-daemon returned: command execution failed :debug:build Error code: CHILDSTATUS 78409 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: targets not executed for gnome-settings-daemon: org.macports.destroot org.macports.build :notice:build Please see the log file for port gnome-settings-daemon for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gnome-settings-daemon/gnome-settings- daemon/main.log }}} Uninstalling gnome-settings-daemon and gstreamer-010-gst-plugins-ugly and then doing: `sudo port install gstreamer010-gst-plugins-ugly` and then installing gnome-settings-daemon again went without error. But then the error was reproduced again when doing `sudo port upgrade outdated`. Instead, users should be able to do `sudo port upgrade outdated` without error. {{{ w$ port -v MacPorts 2.2.1 }}} -- Comment: The snippet of log you pasted does not show the actual error. [http://guide.macports.org/chunked/project.html#project.tickets.prerequisites As per the Guide], please run the following and attach the full `main.log`: {{{ sudo port clean gnome-settings-daemon sudo port selfupdate sudo port upgrade outdated }}} -- Ticket URL: <https://trac.macports.org/ticket/41215#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X