FS#19734 - [chromium] search does not work

Attached to Project: Arch Linux
Opened by solsTiCe (zebul666) - Monday, 07 June 2010, 10:30 GMT
Last edited by Pierre Schmitz (Pierre) - Monday, 07 June 2010, 16:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Dan Griffiths (Ghost1227)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

when I enter a term (say test) in the url/search field in chromium-5.0.375.55-2, nothing happens i.e. the drop-down menu with google search highlighted stays there and no search is downloaded.

when I enter a URL and type enter, it works i.e. the page is loaded.

When I downgrade to chromium-5.0.375.55-1, it works again.

from what I see of the PKGBUILD changes, the package should be the same so I don't understand why this fails at all. or may be the source have changed ??

or I miss a new library ?
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Monday, 07 June 2010, 16:40 GMT
Reason for closing:  Fixed
Additional comments about closing:  added a workaround for gcc 4.5
Comment by Ionut Biru (wonder) - Monday, 07 June 2010, 11:35 GMT
i686 or x86_64?

i can reproduce it on x86_64
Comment by Gaetan Bisson (vesath) - Monday, 07 June 2010, 11:56 GMT
I experience the same issue on i686: the "%s" in search URLs (e.g. "http://www.google.com/search?q=%s") is expanded by the empty string (not the search keywords).
chromium-5.0.375.55-1 does not have that problem.
Comment by solsTiCe (zebul666) - Monday, 07 June 2010, 12:22 GMT
it is on i686
Comment by Isaac Gallart (igallart) - Monday, 07 June 2010, 12:29 GMT
I have the same problem in x86_64.
Comment by Otto Allmendinger (OttoA) - Monday, 07 June 2010, 12:31 GMT
I can confirm this. The Google search is defined as

http://{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q=%s

which results in http://search/.. so it seems as if nothing gets expanded
Comment by Ionut Biru (wonder) - Monday, 07 June 2010, 12:32 GMT Comment by Pierre Schmitz (Pierre) - Monday, 07 June 2010, 12:54 GMT
Yeah seems gcc isn't fully fixed yet. I'll try to compile with the mentionend workaround -fno-ipa-cp. (but not within the next 4 hours)
Comment by solsTiCe (zebul666) - Monday, 07 June 2010, 13:37 GMT
if the source changed how did not the version number changed too ? it's google fault ?
Comment by Otto Allmendinger (OttoA) - Monday, 07 June 2010, 13:39 GMT
@zebul: the source did not change. Read the upstream bug report
Comment by RicardoH (richer) - Monday, 07 June 2010, 15:28 GMT
Confirmed, upstream report explain is gcc 4.5 related. Waiting for next release

Loading...