Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366023 - cmake failed `GLIBCXX_3.4.14' not found
Summary: cmake failed `GLIBCXX_3.4.14' not found
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 23:31 UTC by pandark
Modified: 2011-05-05 01:16 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 pandark 2011-05-04 23:31:15 UTC
cmake compilation fail:
 /var/tmp/portage/dev-util/cmake-2.8.4-r1/work/cmake-2.8.4/Bootstrap.cmk/cmake: /usr/lib/gcc/i486-pc-linux-gnu/4.4.5/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /var/tmp/portage/dev-util/cmake-2.8.4-r1/work/cmake-2.8.4/Bootstrap.cmk/cmake)

Reproducible: Always
Comment 1 Rafał Mużyło 2011-05-05 01:16:37 UTC
It's INVALID.

If you upgrade gcc x.y -> x.(y+c) and set it as active version, it doesn't have much effect on C programs, but any C++ program emerged later link with the new libstdc++. If you set it back down, you'll get this result with those programs.