Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25424 - mod_php-4.3.2-r4 emerge fails on "not a valid libtool archive"
Summary: mod_php-4.3.2-r4 emerge fails on "not a valid libtool archive"
Status: RESOLVED DUPLICATE of bug 24909
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-28 06:13 UTC by Jeffrey Forman (RETIRED)
Modified: 2005-07-17 13:06 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 Jeffrey Forman (RETIRED) gentoo-dev 2003-07-28 06:13:12 UTC
emerge -U world'ing as usual and mod_php-4.3.2-r4 is compiling when it craps out
on this:

/bin/sh /var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/libtool --silent
--preserve-dup-deps --mode=compile gcc -DJNI_12 -D_REENTRANT
'-DJAVALIB="/opt/blackdown-jdk-1.4.1/jre/lib/i386/libjava.so"' 
-I/opt/blackdown-jdk-1.4.1/include -I/opt/blackdown-jdk-1.4.1/include/linux
-Iext/java/ -I/var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/ext/java/
-DPHP_ATOM_INC -I/var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/include
-I/var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/main
-I/var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2 -I/usr/include/apache2
-I/var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/Zend -I/usr/include/libxml2
-I/usr/include/mysql -I/usr/include/pspell
-I/var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/ext/xml/expat 
-I/var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/TSRM  -O2 -mcpu=i686 -pipe 
-prefer-pic -c /var/tmp/portage/mod_php-4.3.2-r4/work/php-4.3.2/ext/java/java.c
-o ext/java/java.lo 
grep: /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la: No such file or
directory
/bin/sed: can't read /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la: No
such file or directory
libtool: link: `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la' is not a
valid libtool archive
make: *** [libphp4.la] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: dev-php/mod_php-4.3.2-r4 failed.
!!! Function php_src_compile, Line 387, Exitcode 2
!!! compile problem


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




westernwall root # emerge info
Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 3dnow apm arts avi crypt encode foomaticdb gif imlib jpeg libg++ mad
mikmod mmx motif mpeg ncurses nls oggvorbis opengl pdflib png quicktime sdl
spell truetype xml2 xmms xv zlib gdbm berkdb slang readline svga java gpm tcpd
pam libwww ssl perl python snmp cdr apache2 -X -alsa -oss ipv6 -gtk -qt cups
mysql -gnome -kde distcc"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache distcc"
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-07-28 08:06:22 UTC

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