Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 348824

Summary: www-client/chromium-bin-8.0.552.224: version GLIBCXX_3.4.14 not found
Product: Gentoo Linux Reporter: Guillaume Benny <bennygui>
Component: New packagesAssignee: Chromium Project <chromium>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Guillaume Benny 2010-12-16 00:46:25 UTC
Almost the same bug as bug #340517

I'm running a (mostly) stable system and I emerged
www-client/chromium-bin-8.0.552.224 but it doesn't start. The message on startup
is:

/opt/chromium.org/chrome: /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /opt/chromium.org/chrome)


Here's my output for gcc-config:

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

This time, I created a quickpkg before upgrading so I can still run the old version.

Reproducible: Always

Steps to Reproduce:
Comment 1 Rafał Mużyło 2010-12-16 01:07:41 UTC
That message means probably it was built by gcc 4.5.
Comment 2 Guillaume Benny 2010-12-16 01:42:05 UTC
(In reply to comment #1)
> That message means probably it was built by gcc 4.5.
> 

If it's possible to build it with a gcc available to those running a stable system like me (so with gcc-4.4.4), I think it should be... Or else, no one running a stable system can use it... Then the ebuild should depend on gcc-4.5 to be installed.
Comment 3 Mike Gilbert gentoo-dev 2010-12-16 02:32:36 UTC

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