Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157627 - gimp 2.3.13 doesn't compile with dbus-1.0.1-r2
Summary: gimp 2.3.13 doesn't compile with dbus-1.0.1-r2
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-09 09:43 UTC by Artur Czepiel
Modified: 2006-12-09 13:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Gimp compilation error message. (error_dbus_gimp.log,4.32 KB, text/plain)
2006-12-09 10:50 UTC, Artur Czepiel
Details
A pice of emerge.log (emerge_dbus_gimp.log,1.86 KB, text/plain)
2006-12-09 10:53 UTC, Artur Czepiel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Artur Czepiel 2006-12-09 09:43:57 UTC
Gimp-2.3.13 (haven't tried any other yet) doesn't compile properly with dbus-1.0.1-r2, but it works with older version dbus-0.62-r1.

Suggest:
Mask it or simply... fix. ;-)


My emerge --info:

Portage 2.1.2_rc3 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-rc4 x86_64)
=================================================================
System uname: 2.6.19-rc4 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.12.5
Last Sync: Sat, 09 Dec 2006 09:20:02 +0000
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/distfiles"
FEATURES="autoconfig confcache distlocks metadata-transfer parallel-fetch sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://gentoo.prz.edu.pl/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo/"
LC_ALL="pl_PL.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/overlays/mine /overlays/other"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="amd64 X alsa elibc_glibc gtk gtk2 input_devices_keyboard input_devices_mouse kde kernel_linux nls nvidia opengl perl python qt ssl truetype unicode userland_GNU userlocales video_cards_nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2006-12-09 09:47:44 UTC
Gimp-2.3.13 doesn't depend on dbus. Reopen when you got some facts to show.
Comment 2 Artur Czepiel 2006-12-09 10:50:44 UTC
Created attachment 103698 [details]
Gimp compilation error message.

Compilation error produced by gimp's makefile, when installed dbus-1.0.1-r2
Comment 3 Artur Czepiel 2006-12-09 10:53:35 UTC
Created attachment 103699 [details]
A pice of emerge.log

A pice of emerge.log with info about gimp and dbus merging.
Comment 4 Artur Czepiel 2006-12-09 10:57:05 UTC
As produced above, gimp compiles fine with dbus 0.62-r2 and fails with 1.0.1-r2... I don't know why it is but i think i proved that dbus have sth with that.. I'll try to install glib-dbus and see what happen' but in every case it is some bug... in ebuild or sth....
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2006-12-09 11:13:57 UTC
- emerge new dbus
- emerge gentoolkit
- run revdep-rebuild

and try again.
Comment 6 Artur Czepiel 2006-12-09 13:51:28 UTC
Ok. I emerged newest dbus, and then also emerged dbus-glib which fixed the problem. Now gimp compiles properly and everything seems to be ok, without doing revdep-rebuild. But i think that there should be somewhere info (ie. in pkg_postinst [yes, i know that there is info about revdep-rebuild])

Sorry for making a noise, but maybe it will help someone. :>
Cheers