Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96307 - Error updating mod_php (gcc problem?)
Summary: Error updating mod_php (gcc problem?)
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-16 14:04 UTC by Nes Yarug
Modified: 2005-06-17 10:44 UTC (History)
1 user (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 Nes Yarug 2005-06-16 14:04:17 UTC
grep: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la: No such file
or directory
/bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la:
No such file or directory
libtool: link: `/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.la' is
not a valid libtool archive
make: *** [libphp4.la] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: dev-php/mod_php-4.4.0_rc1 failed.
!!! Function php-sapi_src_compile, Line 537, Exitcode 2
!!! compile problem
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1.emerge --update --deep world (tries to update mod_php)
2.
3.

Actual Results:  
I get the error as specified above.

Expected Results:  
Upgraded mod_php

$ emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0,
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5, 2.4.1
sys-apps/sandbox:    1.2.9
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -pipe -Os -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -pipe -Os -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/ http://gentoo.mirror.sdv.fr
http://gentoo.tiscali.nl/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apache2 apm bash-completion berkdb bitmap-fonts crypt cups emboss
encode foomaticdb fortran gd gdbm gif gpm hardened imagemagick imlib ipv6 java
jpeg junit libg++ libwww mad mikmod motif mp3 mpeg ncurses nls oggvorbis opengl
oss pam pdflib perl png python readline sasl sdl slang spell ssl tcpd tiff
truetype truetype-fonts type1-fonts unicode xml2 xmms xv zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

Output from gcc-config -l:
[1] i386-pc-linux-gnu-3.3.3
[2] i686-pc-linux-gnu-3.4.4 *
[3] i686-pc-linux-gnu-3.4.4-hardenednopie
[4] i686-pc-linux-gnu-3.4.4-hardenednopiessp
[5] i686-pc-linux-gnu-3.4.4-hardenednossp
[6] i686-pc-linux-gnu-3.4.4-vanilla
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-16 15:08:26 UTC
Run 'fix_libtool_files.sh 3.4.3-20050110'

*** This bug has been marked as a duplicate of 73435 ***
Comment 2 Nes Yarug 2005-06-17 10:44:04 UTC
That worked for me. Thanks.