Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66612 - gimp-2.0.4 'make install' crashes while linking libgimpmodule-2.0.la
Summary: gimp-2.0.4 'make install' crashes while linking libgimpmodule-2.0.la
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 Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 01:50 UTC by Pablo Yanez Trujillo
Modified: 2004-11-30 04:22 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 Pablo Yanez Trujillo 2004-10-07 01:50:16 UTC
I tried to emerge gimp-2.0.4 (on a new installation, so there is no other gimp version on it) and when emerge begins with make install I got this error: 

libtool: install: warning: relinking `libgimpmodule-2.0.la'
(cd /var/tmp/portage/gimp-2.0.4/work/gimp-2.0.4/libgimpmodule; /bin/sh ../libtool  --mode=relink gcc -O3 -mcpu=i686 -funroll-loops -pipe -Wall -o libgimpmodule-2.0.la -rpath /usr/lib -version-info 0:4:0 gimpmodule.lo gimpmoduledb.lo ../libgimpbase/libgimpbase-2.0.la -Wl,--export-dynamic -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -inst-prefix-dir /var/tmp/portage/gimp-2.0.4/image/)
mv: cannot stat `libgimpmodule-2.0.0.0.4': No such file or directory
libtool: install: error: relink `libgimpmodule-2.0.la' with the above command before installing it

If I run libtool with --mode=link then I get no error. But I cannot change the Makefile beacause it is problem with libtool.

Reproducible: Always
Steps to Reproduce:
1. emerge gimp
2. emerge gimp (after having crushed for the first time)
3.




My emerge info:

Portage 2.0.50-r11 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.6.
8-gentoo-r3)
=================================================================
System uname: 2.6.8-gentoo-r3 i686 Pentium III (Coppermine)
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe"
CHOST="i486-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /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/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache keepwork sandbox"
GENTOO_MIRRORS="http://gentoo.inode.at/ ftp://gentoo.inode.at/source/ ftp://ftp.
easynet.nl/mirror/gentoo/ http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/media/cdrom"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X alsa apm arts audiofile avi berkdb bitmap-fonts cdr crypt cups directfb 
dvd encode esd foomaticdb gdbm gif gpm imlib jpeg kde libg++ libwww mad mikmod 
motif mozilla mpeg ncurses nls oggvorbis openal opengl oss pam pdflib perl png 
python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 
xmms xprint xv zlib"
Comment 1 Pablo Yanez Trujillo 2004-10-07 12:56:35 UTC
This is very strange. I moved  /var/tmp/portage/gimp-2.0.4 to /var/tmp/portage/gimp-2.0.4-faild and remerged gimp again and then I haven't got this error. I don't know why this happens.
Comment 2 foser (RETIRED) gentoo-dev 2004-11-30 04:22:35 UTC
strange indeed.. maybe libtool version

anyway if it isn't reproducable, we can't investigate.