View previous topic :: View next topic |
Author |
Message |
markisthejob Tux's lil' helper


Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Wed Aug 20, 2008 2:56 am Post subject: Problem Starting The Gimp |
|
|
Hi there, First of all let me say Ive just recently moved to gentoo after a long time distro hop and so far am very impressed - now for the but....
When I try to run gimp I get the error Quote: | localhost mark # gimp
gimp: symbol lookup error: gimp: undefined symbol: gimp_micro_version |
Ive emerged it and after unmerging that install also tried compiling from a tarball from http://www.gimp.org/source/
All of the dependencies seem to be met and as far as I can tell I am not missing any USE flags (which are new to me) and recieved no errors during either install.
Does anyone have any Ideas? Its driving me mad
Also I would be interested to hear of any open source alternatives if they exist.
Thanks for any replies
Mark |
|
Back to top |
|
 |
cjubon Guru


Joined: 03 Jul 2007 Posts: 450 Location: Vienna/Europe
|
Posted: Thu Aug 21, 2008 3:39 pm Post subject: |
|
|
Welcome to gentoo and to the gentoo forums, markisthejob!
It seems that your gimp installation is missing some dependency. This may happen when you uprade a library without rebuilding the packages depending on it. As a general rule, you should run "revdep-rebuild" after any upgrade. This tool is part of the gentoolkit package.
If that doesn't help, please post some more information about your system and installation. In many cases, people need at least the output of "emerge -pv gimp" or "emerge --info" or both in order to help you.
Cheers _________________ Mandrake Dec 2001 · Debian "Woody" Aug 2002 · Gentoo Jan 2004 · Funtoo Oct 2009 |
|
Back to top |
|
 |
markisthejob Tux's lil' helper


Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Thu Aug 21, 2008 4:04 pm Post subject: |
|
|
Hi there.Thanks for the reply.Ive ran revdep-rebuild and was told
Quote: | mark@localhost ~ $ revdep-rebuild
Configuring search environment for revdep-rebuild
Checking reverse dependencies...
Packages containing binaries and libraries broken by a package update
will be emerged.
Collecting system binaries and libraries... done.
(/home/mark/.revdep-rebuild.1_files)
Collecting complete LD_LIBRARY_PATH... done.
(/home/mark/.revdep-rebuild.2_ldpath)
Checking dynamic linking consistency...
done.
(/home/mark/.revdep-rebuild.3_rebuild)
Assigning files to ebuilds... Nothing to rebuild
Evaluating package order... done.
(/home/mark/.revdep-rebuild.5_order)
|
emerge -pv gimp tells me :
Quote: | mark@localhost ~ $ emerge -pv gimp
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] media-gfx/gimp-2.4.2 USE="alsa dbus jpeg mmx pdf png python smp sse svg tiff -aalib* (-altivec) -curl* -debug* -doc* -gnome* -gtkhtml* -lcms* -mng* -wmf*" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB |
and finally emerge --info says :
Quote: | mark@localhost ~ $ emerge --info
Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 i686)
=================================================================
System uname: 2.6.25-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Timestamp of tree: Thu, 21 Aug 2008 11:33:01 +0000
ccache version 2.4 [disabled]
app-shells/bash: 3.2_p33
dev-lang/python: 2.4.4-r13, 2.5.2-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox: 1.2.18.1-r2
sys-devel/autoconf: 2.13, 2.61-r2
sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool: 1.5.26
virtual/os-headers: 2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i486-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -pipe"
CHOST="i486-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -mtune=i686 -pipe"mark@localhost ~ $ emerge --info
Portage 2.1.4.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 i686)
=================================================================
System uname: 2.6.25-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Timestamp of tree: Thu, 21 Aug 2008 11:33:01 +0000
ccache version 2.4 [disabled]
app-shells/bash: 3.2_p33
dev-lang/python: 2.4.4-r13, 2.5.2-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox: 1.2.18.1-r2
sys-devel/autoconf: 2.13, 2.61-r2
sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool: 1.5.26
virtual/os-headers: 2.6.23-r3
ACCEPT_KEYWORDS="x86"
CBUILD="i486-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -pipe"
CHOST="i486-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -mtune=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 accessibility acl alsa berkdb bidi bzip2 cdda cddb cdio cdr cdrom cdsound cli cracklib crypt css cups dbus divx dri dts dvd dvdr ffmpeg flac fortran freetype gdbm gif gimp gnutls gpm gstreamer httpd iconv id3 ipv6 isdnlog jpeg kde kdebuild live mad matroska matrox midi mmx mp3 mp4 mpeg mpeg2 mplayer mudflap musicbrainz ncurses nls nptl nptlonly ogg oggvorbis opengl openmp opera pam pcre pdf perl png pppd python qt3 qt3support qt4 readline realmedia reflection scanner session smp spl sse ssl stream svg svga sysfs tcpd theora thunderbird tif tiff unicode vcd vlm vnc win32codecs wxwindows x11-libs/qt:4 x86 xorg xv zlib" ALSA_CARDS="snd-hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 accessibility acl alsa berkdb bidi bzip2 cdda cddb cdio cdr cdrom cdsound cli cracklib crypt css cups dbus divx dri dts dvd dvdr ffmpeg flac fortran freetype gdbm gif gimp gnutls gpm gstreamer httpd iconv id3 ipv6 isdnlog jpeg kde kdebuild live mad matroska matrox midi mmx mp3 mp4 mpeg mpeg2 mplayer mudflap musicbrainz ncurses nls nptl nptlonly ogg oggvorbis opengl openmp opera pam pcre pdf perl png pppd python qt3 qt3support qt4 readline realmedia reflection scanner session smp spl sse ssl stream svg svga sysfs tcpd theora thunderbird tif tiff unicode vcd vlm vnc win32codecs wxwindows x11-libs/qt:4 x86 xorg xv zlib" ALSA_CARDS="snd-hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY |
I hope this is of any help because I cant find what the problem is. |
|
Back to top |
|
 |
cjubon Guru


Joined: 03 Jul 2007 Posts: 450 Location: Vienna/Europe
|
Posted: Thu Aug 21, 2008 8:07 pm Post subject: |
|
|
Weired.
Do you have libraries installed in /usr/local/libs? _________________ Mandrake Dec 2001 · Debian "Woody" Aug 2002 · Gentoo Jan 2004 · Funtoo Oct 2009 |
|
Back to top |
|
 |
markisthejob Tux's lil' helper


Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Thu Aug 21, 2008 8:47 pm Post subject: |
|
|
Ok so I dont even have a /usr/local/libs directory. I take it I should? |
|
Back to top |
|
 |
cjubon Guru


Joined: 03 Jul 2007 Posts: 450 Location: Vienna/Europe
|
Posted: Fri Aug 22, 2008 1:50 pm Post subject: |
|
|
markisthejob wrote: | Ok so I dont even have a /usr/local/libs directory. I take it I should? |
No, you shouldn't. It's just that some people out there install software from outside the portage tree, which puts conflicting libraries into that directory. This is mainly the case for the Gimpshop. But if you don't have anything there am sorry to be out of advice . _________________ Mandrake Dec 2001 · Debian "Woody" Aug 2002 · Gentoo Jan 2004 · Funtoo Oct 2009 |
|
Back to top |
|
 |
markisthejob Tux's lil' helper


Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Sat Aug 23, 2008 12:30 pm Post subject: |
|
|
Looks like its wine and photoshop for me so for the moment.Thanks for trying |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|