google-chrome-stable was updated to 20.0.1132.43 and it simply doesn't start.
It's not a corrupt package because I downgraded to the previous version (19.xxx), it worked fine again, then I deleted the package in cache and today I upgraded it again with a fresh download.
If I run gdb, it gives:
Quote:
$ gdb google-chrome
GNU gdb (GDB) Fedora (7.4.50.20120120-42.fc17)
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
"/usr/bin/google-chrome": not in executable format: File format not recognized
(gdb) run
Starting program:
No executable file specified.
Use the "file" or "exec-file" command.
|
(the emphasis is mine)
google-chrome is a script that eventually calls the binary
chrome and if I try to run the latter directly it gives:
Code:
$ /opt/google/chrome/chrome
/opt/google/chrome/chrome: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
/opt/google/chrome/libbz2.so.1.0 is there as a link to (/usr)/lib/libbz2.so.1
Anybody else having this issue?
edit- ok here it is:
http://code.google.com/p/chromium/is...wner%20Summary