Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74631 - emerging sysfsutils fails with libtool.m4 and ltmain.sh version mismatch
Summary: emerging sysfsutils fails with libtool.m4 and ltmain.sh version mismatch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 07:34 UTC by C. S. J. Chow
Modified: 2004-12-17 09:22 UTC (History)
0 users

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


Attachments
sys-fs/sysfsutils-1.2.0.ebuild (sys-fs/sysfsutils-1.2.0.ebuild,1.22 KB, patch)
2004-12-16 07:39 UTC, C. S. J. Chow
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description C. S. J. Chow 2004-12-16 07:34:51 UTC
Gentoo sanity check failed
libtool.m4 and ltmain.sh have a version mismatch
(libtool.m4 = 1.5.10, ltmain.sh = 1.4.2)
please run: libtoolize --copy --force
ERROR: sys-fs/fsutils-1.2.0 failed

Reproducible: Always
Steps to Reproduce:
1. emerge sysfsutils
2.
3.




Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.5-gentoo i686)
=================================================================
System uname: 2.6.5-gentoo i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Dec 16 2004, 23:36:08)]
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-r2
sys-devel/libtool:   1.5.10-r1
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /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=pentium3 -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://mirror.isp.net.au/pub/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://mirror.isp.net.au/gentoo-portage"
USE="S3TC X X509 aac acl acpi activefilter adns aim alsa amd apache2 apm arts
audiofile avantgo avi bcmath bdf berkdb bidi bitmap-fonts bluetooth bzlib cap
cddb cdinstall cdparanoia cdrom cgi chroot cjk client cpdflib crypt ctype cups
curl curlwrappers dba dio divx4linux djbfft dnd droproot dv dvb dvd dvdr dvdread
edl eds emacs emacs-w3 encode erandom exif ext-png ext-zlib extensions f77 faac
faad fastcgi fbcon ffmpeg flash fluidsynth fmod foomaticdb fortran freetype
freewnn ftp gb gcl gd gdbm geoip gif gimp gimpprint ginac glade glgd glut gmp
gmtfull gnome gnomedb gnuplot gpm gps graphviz gs gsl gtk gtk2 gtkhtml hal
hardenedphp hbci hdf iconv icq ide idl ieee1394 image imap imlib imlib2 innodb
ipv6 irda irmc j2ee jabber java javacomm javadoc javamail javascript jbig jboss
jce jms jmx joystick jp2 jpeg jpeg2k jta jython kadu-modules kadu-voice kakasi
kde kerberos krb4 latex lcms leim libdsk libg++ libgd libgda libsamplerate
libwww live lm_sensors lua lufsusermount lzo lzw lzw-tiff m17n-lib mad maildir
matroska mbox mcal mdb memlimit mhash migemo mikmod mime mixer mmap mmx mmx2 mng
motif mozcalendar mozdomi mozp3p mozsvg mozxmlterm mp3 mpeg mpeg4 mpi mplayer
msn mule music mysql nagios-dns nagios-ntp nagios-ping nagios-ssh native ncurses
net network nis nls ntlm nvidia nviz oav ocaml offensive ofx oggvorbis openal
opengl opie oscar ospfapi oss pam parse-clocks pcap pcntl pcre pdf pdflib perl
pg-hier pg-intdatetime pg-vacuumdelay php physfs pic plotutils png portaudio
posix postgresql ppds print pthreads python qt quicktime quotes readline rhino
rogue rplay sasl sdl servlet-2.3 servlet-2.4 session sftplogging shaper shared
sharedmem sheep silc simplexml skk slp smime sndfile snmp sockets socks5
softquota sox spell sse ssl stencil-buffer stroke svg svga sysvipc szip t1lib
tcpd tga theora tidy transcode truetype unicode usb v4l v4l2 vda vhosts videos
virus-scan wifi wmf wxwin wxwindows x86 xatrix xchatdccserver xchattext xemacs
xgetdefault xine xml2 xmlrpc xmms xosd xpm xrandr xscreensaver xsl xv xvid xvmc
yahoo yv12 zlib zvbi"
Comment 1 C. S. J. Chow 2004-12-16 07:39:01 UTC
Created attachment 46128 [details, diff]
sys-fs/sysfsutils-1.2.0.ebuild

Changed elibtoolize to libtoolize --copy --force with reference to this thread:
http://forums.gentoo.org/viewtopic.php?t=266311&highlight=sysfsutils

emerges correctly now.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2004-12-17 09:22:20 UTC
Fixed in CVS.
The elibtoolize calls that caused the problem have been removed.

Thank you for your report.