Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373513 - sys-devel/gcc-4.5.2 doesn't install libstdc++.so.6
Summary: sys-devel/gcc-4.5.2 doesn't install libstdc++.so.6
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-29 21:14 UTC by dosadi_1
Modified: 2011-07-01 01:58 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 dosadi_1 2011-06-29 21:14:08 UTC
see the summary.  trying to emerge libstdc++ emerges an older 3.x.x version of gcc.

Reproducible: Always

Steps to Reproduce:
1.emerge gcc
2.emerge gmp
3.
Actual Results:  
configure.wrapped: error: C++ compiler not available, see config.log for details

Expected Results:  
die "econf failed"

build/merge dev-libs/gmp-5.0.2 successfuly
Comment 1 Rafał Mużyło 2011-06-29 21:23:33 UTC
Well, duh - libstdc++ is from 3.3.
What is the error in that config.log ?

(frankly, I suspect it will be INVALID)
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-06-30 04:16:35 UTC
I doubt the bug is invalid. I had the same problem on three different amd64(!) machines. Each time I upgraded from gcc-4.5.x to gcc-4.5.x+1 libstdc++.so.6 couldn't be found anymore. Re-emerging the same gcc once again fixed that and I got the libstdc++ back. See also bug #370675 which might even be a dupe of this one (or vice versa).
Comment 3 SpanKY gentoo-dev 2011-07-01 01:58:30 UTC
we need the full build log where the library was not installed in order to go anywhere