Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271647 - www-client/chromium-bin-0_p16980: need GLIBCXX_3.4.9 to run
Summary: www-client/chromium-bin-0_p16980: need GLIBCXX_3.4.9 to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 10:13 UTC by Bob Yang
Modified: 2009-06-16 15:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to add a dependency for gcc version 4.2 or higher (playonelinux-3.5.ebuild.patch,349 bytes, patch)
2009-06-16 15:45 UTC, John Simmonds (overfuse)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Yang 2009-05-29 10:13:07 UTC
When run chromium, it reportes and terminated.
./chrome: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./chrome)

My GLIBC version: 2.8
My GCC version: gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.3)

Reproducible: Always

Steps to Reproduce:
1. # emerge www-client/chromium-bin
2. # chromium
3.

Actual Results:  
./chrome: /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./chrome)


Expected Results:  
run the chromium.

My GLIBC version: 2.8
My GCC version: gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.3)
Comment 1 Bernard Cafarelli gentoo-dev 2009-05-29 11:49:49 UTC
Another user reported that in the forums also. After some checks, GLIBCXX_3.4.9 means you need >=gcc-4.2. I'll add that to the ebuild dependencies
Comment 2 Bernard Cafarelli gentoo-dev 2009-05-29 12:10:28 UTC
Both ebuilds now depend on >=sys-devel/gcc4.2, thanks for the report!

To keep using only gcc 4.1 you'll have to build it yourself though
Comment 3 John Simmonds (overfuse) 2009-06-16 15:45:58 UTC
Created attachment 194899 [details, diff]
Patch to add a dependency for gcc version 4.2 or higher

The is a patch for /usr/portage/app-emulation/playonlinux/playonlinux-3.5.ebuild that adds ">=sys-devel/gcc-4.2" to the RDEPEND and fixes this bug.
Comment 4 John Simmonds (overfuse) 2009-06-16 15:47:43 UTC
Comment on attachment 194899 [details, diff]
Patch to add a dependency for gcc version 4.2 or higher

Got my windows confussed. Sorry!