Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340517 - www-client/chromium-bin-6.0.472.62: version GLIBCXX_3.4.11 not found
Summary: www-client/chromium-bin-6.0.472.62: version GLIBCXX_3.4.11 not found
Status: RESOLVED DUPLICATE of bug 297685
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 12:21 UTC by Guillaume Benny
Modified: 2010-10-17 11:38 UTC (History)
2 users (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 Guillaume Benny 2010-10-11 12:21:16 UTC
I'm running a (mostly) stable system and I emerged www-client/chromium-bin-6.0.472.62 but it doesn't start. The message on startup is:

./chrome: /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./chrome)

But I seem to have the right gcc version:

$ gcc-config -l
 [1] x86_64-pc-linux-gnu-4.3.4 *
 [2] x86_64-pc-linux-gnu-4.4.3

I had to hunt the web to find the previous version I had (www-client/chromium-bin-6.0.470.0_p52843) since it has been deleted from portage.

Reproducible: Always

Steps to Reproduce:
Comment 1 Gustavo Henrique Nihei 2010-10-14 11:20:22 UTC
(In reply to comment #0)
> I'm running a (mostly) stable system and I emerged
> www-client/chromium-bin-6.0.472.62 but it doesn't start. The message on startup
> is:
> 
> ./chrome: /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/libstdc++.so.6: version
> `GLIBCXX_3.4.11' not found (required by ./chrome)
> 
> But I seem to have the right gcc version:
> 
> $ gcc-config -l
>  [1] x86_64-pc-linux-gnu-4.3.4 *
>  [2] x86_64-pc-linux-gnu-4.4.3
> 
> I had to hunt the web to find the previous version I had
> (www-client/chromium-bin-6.0.470.0_p52843) since it has been deleted from
> portage.
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 

http://forums.gentoo.org/viewtopic-t-848019.html?sid=1273b92371ef1c630889a1d972982827

It seems this Chromium binary was built using a newer version of GCC.
You need to set gcc-4.4.3 to be the system default compiler.
Comment 2 Guillaume Benny 2010-10-14 22:23:06 UTC
> 
> It seems this Chromium binary was built using a newer version of GCC.
> You need to set gcc-4.4.3 to be the system default compiler.
> 

This is right. There should at least be a message saying this at the end of the emerge.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2010-10-17 11:38:26 UTC
Not really, since every package linking to libstdc++ suffers from this problem.

*** This bug has been marked as a duplicate of bug 297685 ***