Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49371 - Gambas 0.91, libstdc++.la: No such file or directory
Summary: Gambas 0.91, libstdc++.la: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Marius Mauch (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-29 06:21 UTC by Francesco Ferrara
Modified: 2004-05-05 05:10 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 Francesco Ferrara 2004-04-29 06:21:10 UTC
trying to emerge gambas 0.91 on a Gentoo 2004.0 updated, KDE installed successfully.
during compilation:
mkdir .libs
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la: No such file or dir
ectory
sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la: No such f
ile or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la' is not a
valid libtool archive
make[6]: *** [lib.gb.qt.kde.html.la] Error 1
make[6]: Leaving directory `/var/tmp/portage/gambas-0.91/work/gambas-0.91/src/li
b/qt/kde/html'


root:~# locate libstdc++.la
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.2/libstdc++.la


root:~# emerge gambas -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] dev-util/gambas-0.91


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge kde
3. emerge gambas

Actual Results:  
compilation failed
Comment 1 Francesco Ferrara 2004-04-29 06:27:04 UTC
gcc is installed via GRP
Comment 2 robertc96 2004-05-01 13:55:23 UTC
The gambas 0.91 ebuild appears to emerge successfully without any compilation failures and works properly.
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2004-05-01 13:59:46 UTC
Try running as root:
/sbin/fix_libtool_files.sh 3.3.2

Try "3.3" if that doesn't help, I can't remember exactly how this script works...
Comment 4 Francesco Ferrara 2004-05-05 05:10:46 UTC
/sbin/fix_libtool_files.sh 3.3.2 perfect!