Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44956 - media-libs/imlib2-1.1.0.20040221 failed. - libtoolize not found or command failed.
Summary: media-libs/imlib2-1.1.0.20040221 failed. - libtoolize not found or command fa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 09:40 UTC by Richard Morris
Modified: 2004-05-02 02:50 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 Richard Morris 2004-03-17 09:40:49 UTC
>>> emerge (1 of 45) media-libs/imlib2-1.1.0.20040221 to /
>>> md5 src_uri ;-) imlib2-1.1.0.20040221.tar.bz2
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).
>>> Unpacking source...
>>> Unpacking imlib2-1.1.0.20040221.tar.bz2 to /var/tmp/portage/imlib2-1.1.0.20040221/work
nls
>>> Source unpacked.
 
 
NOTE:
you will need libtool 1.3 or higher for this to work
 
 
+ cd /var/tmp/portage/imlib2-1.1.0.20040221/work/imlib2/.
+ aclocal
aclocal: both `configure.ac' and `configure.in' present: ignoring `configure.in'+ libtoolize --ltdl --force --copy
cp: cannot stat `/usr/share/libtool/libltdl/autom4te.cache:': No such file or directory
libtoolize: cannot copy `/usr/share/libtool/libltdl/autom4te.cache:' to `libltdl/autom4te.cache:'
cp: cannot stat `/usr/share/libtool/output.0': No such file or directory
libtoolize: cannot copy `/usr/share/libtool/output.0' to `output.0'
cp: cannot stat `/usr/share/libtool/output.1': No such file or directory
libtoolize: cannot copy `/usr/share/libtool/output.1' to `output.1'
cp: cannot stat `/usr/share/libtool/requests': No such file or directory
libtoolize: cannot copy `/usr/share/libtool/requests' to `requests'
cp: cannot stat `/usr/share/libtool/traces.0': No such file or directory
libtoolize: cannot copy `/usr/share/libtool/traces.0' to `traces.0'
cp: cannot stat `/usr/share/libtool/traces.1': No such file or directory
libtoolize: cannot copy `/usr/share/libtool/traces.1' to `traces.1'
+ abort libtoolize
+ echo 'libtoolize not found or command failed. Aborting!'
libtoolize not found or command failed. Aborting!
+ exit 1
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).
 
!!! ERROR: media-libs/imlib2-1.1.0.20040221 failed.
!!! Function enlightenment_die, Line 39, Exitcode 0
!!! autogen failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM

emerge info
===========
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.4-rc2-mm1)
=================================================================
System uname: 2.6.4-rc2-mm1 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.4.3.13p1
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox"
GENTOO_MIRRORS="http://212.219.247.13/sites/www.ibiblio.org/gentoo/ http://212.219.247.21/sites/www.ibiblio.org/gentoo/ http://194.83.57.3/sites/www.ibiblio.org/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d aalib acl acpi alsa arts avi berkdb bindist bonobo cdr crypt cups curl dga directfb dvb dvd dvdr emacs encode esd ethereal evo fam fastcgi fbcon flac flash foomaticdb freetds gb gd gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imap imlib innodb ipv6 java jpeg kde kerberos krb4 lcms ldap libg++ libgda libwww lirc mad maildir mcal mikmod mmx motif mozilla mpeg mpi mysql nas ncurses nls odbc oggvorbis opengl oss pam pda pdflib perl plotutils png pnp ppds prelude python qt quicktime readline samba sasl scanner sdl slang slp snmp socks5 speex spell sse ssl svga tcpd tiff truetype trusted usb videos wmf wxwindows x86 xinerama xml xml2 xmms xosd xv zlib"

athlon root # emerge search libtool
Searching...
[ Results for search key : libtool ]
[ Applications found : 1 ]
  
*  sys-devel/libtool
      Latest version available: 1.5.2-r5
      Latest version installed: 1.5.2-r5
      Size of downloaded files: 3,117 kB
      Homepage:    http://www.gnu.org/software/libtool/libtool.html
      Description: A shared library tool for developers
      License:     GPL-2

I have tried emerge sync && emerge libtool && emerge imlib2
Comment 1 SpanKY gentoo-dev 2004-05-02 00:09:53 UTC
try imlib2-1.1.1.20040501
Comment 2 Richard Morris 2004-05-02 02:50:56 UTC
imlib2-1.1.1.20040501 works.

Thank you for your help.