Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90043 - gimp 2.2.6 compiles cleanly but does not start because of "undefined symbol: gimp_enum_set_value_descriptions"
Summary: gimp 2.2.6 compiles cleanly but does not start because of "undefined symbol: ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-22 09:06 UTC by Phillip Merensky
Modified: 2005-04-22 10:35 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip Merensky 2005-04-22 09:06:08 UTC
Gimp 2.0.4 seemed to old to me so I added gimp in package.keywords and emerged the 2.2.6 version. I had installed gimp 2.04 and gimp 1.2.x at this point.
Gimp 2.2.6 compiled without any errors but at startup I get the following error.
"gimp-2.2: symbol lookup error: gimp-2.2: undefined symbol: gimp_enum_set_value_descriptions"



Reproducible: Always
Steps to Reproduce:
1.Update gimp to 2.2.x
2. Start gimp-2.2
Actual Results:  
gimp-2.2: symbol lookup error: gimp-2.2: undefined symbol: 
gimp_enum_set_value_descriptions and startup failed


Expected Results:  
Start normally

emerge --info:
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.
20041102-r1, 2.6.11.7 i686)
=================================================================
System uname: 2.6.11.7 i686 Intel(R) Pentium(R) M processor 1300MHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Apr 20 2005, 11:21:56)
]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/
share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /
usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ 
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config//usr/
share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/home/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms 
strict"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ ftp://mir.
zyrianes.net/gentoo/ ftp://194.117.143.70/mirrors/gentoo ftp://194.117.143.71/
mirrors/gentoo http://mir.zyrianes.net/gentoo/"
LANG="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib acpi alsa apache2 apm arts avi berkdb bitmap-fonts cdr 
crypt cups curl directfb divx4linux dvd dvdread emboss encode esd evms2 fam 
fbcon flac flash foomaticdb fortran ftp gd gdbm geoip gif gimp gimpprint gnokii 
gphoto2 gpm gstreamer gtk gtk2 hbci icq imagemagick imap imlib innodb ipv6 irmc 
jack java jboss jikes jp2 jpeg jpeg2k junit justify kde lcms libg++ libwww lirc 
mad mbox mikmod ming mmx mmx2 mng mozilla mozsvg mozxmlterm mp3 mpeg mpeg4 
mplayer mysql mysqli ncurses network nls nptl ntlm oav odbc ogg oggvorbis ooo-
kde openal opengl operanom2 oss pam pcmcia pcre pda pdf pdflib pear-db perl php 
png pnp posix postgres postgresql ppds python qt qtmt quicktime quotas radeon 
readline rtc samba sapdb sasl scanner sdl slang smooth socks5 spell spl sse sse2 
ssl stroke struts svg svga tcltk tcpd tetex tidy tiff transcode truetype 
truetype-fonts type1-fonts unicode usb vorbis xine xinerama xml xml2 xmms xpm 
xrandr xscreensaver xsl xv xvid zlib video_cards_radeon linguas_de"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS
Comment 1 Phillip Merensky 2005-04-22 09:18:45 UTC
After hours I got it working now. Gimp 2.2.x seems to need new versions of libraries within "/usr/local/lib". So I deinstalled all my gimp-versions. 	Funnily enough the gimp-files in this directory were not removed. So I did a "rm libgimp*" and a "rm -r pkgconfig" within that directory and after that an "emerge gimp" and now it works flawlessly.

Maybe someone could update the ebuild to fix this. I would do it myself but as I am completely new to ebuild scripting I thought the rather complex one of gimp would not be a good starting point.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-22 09:33:17 UTC
> within "/usr/local/lib

Gentoo doesn't install anything in /usr/local. The problem seems to be on your side.
Comment 3 Phillip Merensky 2005-04-22 10:35:28 UTC
Sorry for the problems then. I think I had a gimp version installed manually before which was causing the troubles.

Sorry for the inconveniences again.