Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86229 - mod_php doesn't copile
Summary: mod_php doesn't copile
Status: RESOLVED DUPLICATE of bug 84324
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 02:11 UTC by António Godinho
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 António Godinho 2005-03-22 02:11:49 UTC
Tryed to emerge mod_php and didn't find libstdc++.la, this only happends with gcc 3.4.3.20050110-r1.




Reproducible: Always
Steps to Reproduce:
1. emerge dev-php/mod_php
2.
3.

Actual Results:  
grep: /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such
file or directory
libtool: link: `/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la' is not a
valid libtool archive
make: *** [libphp4.la] Error 1
make: *** Waiting for unfinished jobs....
libtool: link: cannot find the library
`/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la'
make: *** [sapi/cli/php] Error 1

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




Expected Results:  
FIX: symlink ln -s /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3
That's the directory that it was expected.

gandalf ~ # emerge --info
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r1, 2.6.9-gentoo-r14 i686)
=================================================================
System uname: 2.6.9-gentoo-r14 i686 Intel(R) Pentium(R) 4 CPU 1600MHz
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 21 2005, 21:33:11)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.7.9-r1, 1.9.5, 1.5, 1.6.3, 1.4_p6, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r6
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe"
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 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoclean autoconfig ccache distlocks fixpackages sandbox
sfperms"
GENTOO_MIRRORS="ftp://ftp.rnl.ist.utl.pt/gentoo/ http://gentoo.felisberto.net/
http://darkstar.ist.utl.pt/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://ftp.rnl.ist.utl.pt/gentoo-portage"
USE="x86 apache2 apm arts avi bitmap-fonts crypt curl emboss encode font-server
foomaticdb fortran gd gif gpm gtk imap imlib jpeg libg++ libwww mad mmx motif
mp3 mpeg mysql ncurses nptl opengl oss pam perl png python qt quicktime readline
samba sdl slang spell sse ssl svga tcpd threads tiff truetype truetype-fonts
type1-fonts xml2 xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

gandalf ~ #
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-22 04:06:49 UTC

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