Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331945 - www-client/chromium-5.0.375.125 omnibox broken with gcc-4.5.x
Summary: www-client/chromium-5.0.375.125 omnibox broken with gcc-4.5.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Chromium Project
URL: http://code.google.com/p/chromium/iss...
Whiteboard: ht-wanted
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-09 21:20 UTC by Evan Teran
Modified: 2010-08-11 00:42 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 Evan Teran 2010-08-09 21:20:00 UTC
The omnibar is broken when compiled with the latest gcc. There is an upstream bug report here: http://code.google.com/p/chromium/issues/detail?id=41887

There are a few workarounds suggested such as compiling with -fno-ipa-cp. But currently there is a patch that works around the issue by using different but equivalent code to manage the omnibar's completion/search lists which Arch Linux is using. The patch can be found here:

http://aur.archlinux.org/packages/chromium-browser-svn/chromium-browser-svn/search-workaround.patch

it would be nice if this patch were incorporated so that the omnibar works again.



Reproducible: Always
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-08-09 22:08:29 UTC
I'd like to get a suggested ebuild patch using -fno-ipa-cp and a confirmation that it solves the problem. gcc-4.5.0 is not even in ~arch now, so some breakages are really to be expected.
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-08-10 20:53:30 UTC
Done, thanks for the report.
Comment 3 Evan Teran 2010-08-11 00:28:46 UTC
can we have this applied to www-client/chromium-5.0.375.125 as well?
Comment 4 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-08-11 00:42:14 UTC
(In reply to comment #3)
> can we have this applied to www-client/chromium-5.0.375.125 as well?

That one is stable, and gcc-4.5 is not even ~arch. I might consider merging the fix with the next stable channel update, but I'm not sure it's worth it.