Changes between Initial Version and Version 1 of Ticket #48925
- Timestamp:
- Sep 19, 2015, 4:27:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48925
-
Property
Summary
changed from
GIMP/GAP Installation Issues- dbus
todbus: org.freedesktop.dbus-session.plist already exists and does not belong to a registered port
- Property Port dbus added
-
Property
Summary
changed from
-
Ticket #48925 – Description
initial v1 1 1 I'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: 2 2 3 {{{ 3 4 ---> Activating dbus @1.8.16_0 4 5 Error: 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. … … 7 8 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/main.log 8 9 Error: 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 }}} 9 11 10 12 I also should add that this is the prompt that I use when trying to install the programs: sudo port install gimp-app gimp-gap … … 12 14 This is what I get in the file that I get linked to in the error message: 13 15 16 {{{ 14 17 version:1 15 18 :debug:main changing euid/egid - current euid: 0 - current egid: 0 … … 171 174 :notice:activate Please see the log file for port dbus for details: 172 175 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/main.log 176 }}} 173 177 174 178 Thanks in advance for your help!