Changes between Initial Version and Version 1 of Ticket #48925


Ignore:
Timestamp:
Sep 19, 2015, 4:27:25 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use WikiFormatting when writing in Trac, and preview before submitting.

Your log says:

:debug:activate Image error: /Library/LaunchAgents/org.freedesktop.dbus-session.plist already exists and does not belong to a registered port.  Unable to activate port dbus. Use 'port -f activate dbus' to force the activation.

Why does that file already exist on your system?

Do you already have dbus installed outside of MacPorts? If so, remove it first.

Or did you used to have dbus installed using MacPorts, then uninstalled MacPorts following our uninstallation instructions? The uninstallation instructions will remove the files installed by MacPorts, if you're able to run "sudo port uninstall installed". But if you're not, and you have to resort to the brute-force removal of files at the end of those instructions, then certain files that don't follow the standard naming conventions won't be removed. The dbus launchd plist is one of those files, because its name begins with "org.freedesktop" rather than "org.macports". In this case, you can just remove the file before activating dbus, or use "sudo port -f activate dbus" to have MacPorts rename it for you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48925

    • Property Summary changed from GIMP/GAP Installation Issues- dbus to dbus: org.freedesktop.dbus-session.plist already exists and does not belong to a registered port
    • Property Port dbus added
  • Ticket #48925 – Description

    initial v1  
    11I'm trying to install GIMP and GAP on my MacBook Pro, which is running on OS X Yosemite, using Macports and am running into some problems. I first installed XCODE and the command line code that accompanies it. After that, I installed MacPorts. When I try to install the programs, it seems as if it's working, but then it stops whenever it gets to accessing dbus. This is what I get in Terminal when I encounter this issue:
    22
     3{{{
    34--->  Activating dbus @1.8.16_0
    45Error: org.macports.activate for port dbus returned: Image error: /Library/LaunchAgents/org.freedesktop.dbus-session.plist already exists and does not belong to a registered port.  Unable to activate port dbus. Use 'port -f activate dbus' to force the activation.
     
    78    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/main.log
    89Error: The following dependencies were not installed: gimp2 dbus-glib dbus desktop-file-utils popt gegl exiv2 ffmpeg XviD fribidi gmake gnutls gmp libidn libtasn1 nettle p11-kit libxslt lame libass enca libbluray libmodplug libogg libopus libsdl xorg-libXrandr xorg-randrproto libtheora libvorbis libvpx openjpeg15 jbigkit lcms2 jpeg tiff pkgconfig schroedinger orc speex texinfo perl5.22 gdbm x264 xorg-libXfixes xorg-fixesproto yasm gtk2 gdk-pixbuf2 jasper shared-mime-info hicolor-icon-theme pango Xft2 harfbuzz graphite2 xorg-libXcomposite xorg-compositeproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-inputproto xorg-libXinerama xorg-xineramaproto intltool gnome-common p5.22-getopt-long p5.22-pathtools p5.22-scalar-list-utils p5.22-xml-parser p5.22-libwww-perl p5.22-encode-locale p5.22-file-listing p5.22-http-date p5.22-html-form p5.22-html-parser p5.22-html-tagset p5.22-http-message p5.22-io-html p5.22-lwp-mediatypes p5.22-uri p5.22-mime-base64 p5.22-http-cookies p5.22-http-daemon p5.22-http-negotiate p5.22-lwp-protocol-https p5.22-io-socket-ssl p5.22-net-libidn p5.22-net-ssleay p5.22-test-exception p5.22-sub-uplevel p5.22-test-simple p5.22-test-nowarnings p5.22-test-warn p5.22-mozilla-ca p5.22-net-http p5.22-www-robotrules lensfun cmake libarchive lzo2 python34 python3_select libopenraw boost icu librsvg libcroco vala libspiro lua readline openexr ilmbase w3m boehmgc ghostscript jbig2dec libpaper perl5 perl5.16 xorg-libXt xorg-libsm xorg-libice gimp-help-en gtk-doc docbook-xml docbook-xml-4.1.2 docbook-xml-4.2 xmlcatmgr docbook-xml-4.3 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 docbook-xsl fop itstool gawk py27-libxml2 openjade opensp source-highlight ctags iso-codes libexif libmng lcms libwmf poppler poppler-data py27-pygtk libglade2 py27-cairo py27-gobject py27-numpy fftw-3 libgcc cctools llvm-3.5 libcxx llvm_select isl ld64 ld64-latest libmpc mpfr py27-cython cython_select py27-nose nosetests_select webkit-gtk bison bison-runtime m4 enchant aspell hunspell flex geoclue2 json-glib libsoup glib-networking gsettings-desktop-schemas libproxy gstreamer1-gst-plugins-base gstreamer1 xorg-libXv xorg-videoproto harfbuzz-icu libsecret libgcrypt libgpg-error mesa xorg-dri2proto xorg-glproto xorg-libXmu webp xpm
     10}}}
    911
    1012I also should add that this is the prompt that I use when trying to install the programs: sudo port install gimp-app gimp-gap
     
    1214This is what I get in the file that I get linked to in the error message:
    1315
     16{{{
    1417version:1
    1518:debug:main changing euid/egid - current euid: 0 - current egid: 0
     
    171174:notice:activate Please see the log file for port dbus for details:
    172175    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/main.log
     176}}}
    173177
    174178Thanks in advance for your help!