Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17273 - mod_php ebuild cannot find libstdc++ 3.2.1 (3.2.2 is installed)
Summary: mod_php ebuild cannot find libstdc++ 3.2.1 (3.2.2 is installed)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-10 20:58 UTC by Axxackall
Modified: 2003-03-12 18:12 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 Axxackall 2003-03-10 20:58:21 UTC
I am trying to build mod_php-4.3.1 but it seems that the ebuild is broken: 

Reproducible: Always
Steps to Reproduce:
1. # USE="-java" emerge -p mod_php 
2. ... /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.la: No such file or
directory
3. # ls -ls /usr/lib/gcc-lib/i686-pc-linux-gnu/
4. 4 drwxr-xr-x    4 root     root         4096 Mar  1 12:40 3.2.2
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-11 07:00:43 UTC
it's not a php problem, it's a gcc problem
please run
'/usr/portage/sys-devel/gcc/files/fix_libtool_files.sh'
Comment 2 Axxackall 2003-03-11 07:34:57 UTC
# /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh 3.2.1
 * fix_libtool_files.sh: /lib/rcscripts/awk/fixlafiles.awk does not exist!
# ls -ls /lib/rcscripts/awk/functions.awk
   4 -rw-r--r--    1 root     root         2502 Jan 31 08:26 /lib/rcscripts/awk/functions.awk
#
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-03-11 10:09:20 UTC
Right, I fixed it so that the ebuild will run it properly the first time.
Do:

  # cp /usr/portage/sys-devel/gcc/files/awk/fixlafiles.awk /lib/rcscripts/awk
  # /usr/portage/sys-devel/gcc/files/fix_libtool_files.sh 3.2.1

Comment 4 Kevin Williams 2003-03-12 17:46:14 UTC
That worked for me too.
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-03-12 18:12:42 UTC
closing this with comment #4