Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74168 - totem: libtool.m4 and ltmain.sh have a version mismatch
Summary: totem: libtool.m4 and ltmain.sh have a version mismatch
Status: VERIFIED DUPLICATE of bug 74184
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 74196 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-12-12 00:42 UTC by Sebastian Bergmann (RETIRED)
Modified: 2004-12-26 00:44 UTC (History)
4 users (show)

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 Sebastian Bergmann (RETIRED) gentoo-dev 2004-12-12 00:42:57 UTC
Can't emerge media-video/totem-0.99.22-r1.

Reproducible: Always
Steps to Reproduce:
1. emerge totem
Actual Results:  
checking for correct ltmain.sh version... no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = 1.5.6) ***

Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.


Portage 2.0.51-r8 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov 16 2004, 14:54:42)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r1
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
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=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acpi alsa apache2 avi berkdb bitmap-fonts cdr crypt cups dvd dvdr encode
f77 flac font-server foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 hal
imagemagick imlib java jpeg libg++ libwww lirc mad mikmod mmx mono motif
moznocompose moznoirc moznomail mozsvg mpeg mysql ncurses nls nptl oggvorbis
opengl oss pam pdflib perl png ppds python quicktime readline samba sdl slang
spell sqlite sse ssl svg svga tcltk tcpd tiff truetype truetype-fonts
type1-fonts userlocales x86 xml2 xmms xprint xv zlib"
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2004-12-12 01:10:33 UTC
I just noticed that I get a similar error with media-libs/libmpeg2-0.4.0b:

checking for correct ltmain.sh version... no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = 1.5.0a) ***

Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.
Comment 2 Imad R. Faiad 2004-12-12 07:22:47 UTC
this seems to affect many ebuilds, so far i have run it this problem
with lcms, and fam, and there maybe many more.
to fix it, edit the ebuild in question anfd change
elibtoolize
to 
libtoolize --copy --force
hth
Comment 3 Imad R. Faiad 2004-12-12 07:54:53 UTC
*** Bug 74196 has been marked as a duplicate of this bug. ***
Comment 4 Guillaume Castagnino 2004-12-12 10:15:10 UTC
Exactly same problem with a2ps using sys-devel/libtool-1.5.10-r1

Worked fine with sys-devel/libtool-1.5.2-r7
Comment 5 Olivier Van Acker 2004-12-12 12:18:43 UTC
After 'emerge fam' I get the following error:
checking for correct ltmain.sh version... no

*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.10, ltmain.sh = 1.4) ***

Please run:

  libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.

make: *** [config.status] Error 1

!!! ERROR: app-admin/fam-2.7.0-r2 failed.
!!! Function src_compile, Line 508, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


Hope this helps
Comment 6 Imad R. Faiad 2004-12-12 12:35:05 UTC
Olivier,
if you get such errors, edit the ebuild in question,
change:
elibtoolize
to 
libtoolize --copy --force
te above is a hack to get you going, till the gentoo
devs find a more elegant solution
hth
happy gentooing
Comment 7 foser (RETIRED) gentoo-dev 2004-12-12 14:41:00 UTC

*** This bug has been marked as a duplicate of 74184 ***
Comment 8 Donnie Berkholz (RETIRED) gentoo-dev 2004-12-20 23:19:44 UTC
I'm a little confused why this is marked a duplicate of a fam bug. Sure they're the same problem happening in different places, but they require independently committed solutions.
Comment 9 foser (RETIRED) gentoo-dev 2004-12-21 06:37:44 UTC
hey it's all in my head.. this neuron to that one, i don't get it either.
Comment 10 Alexander Skwar 2004-12-26 00:41:48 UTC
Uhm, where's the "resolution" for this bug? It still happens. 

Could somebody please reopen this bug?

I also don't quite understand, why this is a "dupe" of bug #74184. In bug #74184 comment #14 it's said:

| ferret: This bug is about fam. Regarding other occurences you may notice, open new bug reports

Comment 11 Joe McCann (RETIRED) gentoo-dev 2004-12-26 00:44:54 UTC
This has been fixed, see bug 75633