Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 395787

Summary: libtool: Version mismatch error.
Product: Gentoo Linux Reporter: Ilya Andriyanov <i.andriyanov>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: critical    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ilya Andriyanov 2011-12-23 08:42:16 UTC
After "pecl install uploadprogress", drop error.

Reproducible: Always

Steps to Reproduce:
1.pecl install uploadprogress
2.
3.
Actual Results:  
creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/libtool --mode=compile cc  -I. -I/tmp/uploadprogress -DPHP_ATOM_INC -I/tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/include -I/tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/main -I/tmp/uploadprogress -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/uploadprogress/uploadprogress.c -o uploadprogress.lo
/tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/libtool: line 481: CDPATH: command not found
libtool: Version mismatch error.  This is libtool 2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make: *** [uploadprogress.lo] Error 63
ERROR: `make' failed


creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/libtool --mode=compile cc  -I. -I/tmp/uploadprogress -DPHP_ATOM_INC -I/tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/include -I/tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/main -I/tmp/uploadprogress -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/uploadprogress/uploadprogress.c -o uploadprogress.lo
/tmp/pear-build-rootB7h541/uploadprogress-1.0.3.1/libtool: line 481: CDPATH: command not found
libtool: Version mismatch error.  This is libtool 2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4
libtool: and run autoconf again.
make: *** [uploadprogress.lo] Error 63
ERROR: `make' failed
Comment 1 Ilya Andriyanov 2011-12-23 08:44:10 UTC
Why not emerging: In portage old version of ebuild 1.0.1, but pecl package 1.0.3
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-12-23 08:50:55 UTC
duplicate of bug 311079 and bug 353622 and many others

*** This bug has been marked as a duplicate of bug 311079 ***