FS#37396 - Chromium needs update for icu 52.1

Attached to Project: Arch Linux
Opened by Curtis (foxcm2000) - Friday, 18 October 2013, 17:51 GMT
Last edited by Dave Reisner (falconindy) - Friday, 18 October 2013, 20:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

After a recent update that installed icu 52.1, Chromium (latest available version at 30.0.1599.101-1) fails to start with: /usr/lib/chromium/chromium: error while loading shared libraries: libicuuc.so.51: cannot open shared object file: No such file or directory

Hacking symlinks to the new icu libraries does *not* fix the problem because there are invalid symbols in the new version.

Steps to reproduce:
Install the latest versions of Chromium and icu from the Arch linux repos.
Attempt to run chromium.
This task depends upon

Closed by  Dave Reisner (falconindy)
Friday, 18 October 2013, 20:35 GMT
Reason for closing:  Not a bug
Additional comments about closing:  partial upgrades are not supported, AUR packages are your responsibility, etc etc.
Comment by Karol Błażewicz (karol) - Friday, 18 October 2013, 20:31 GMT
Make sure you got the latest libtracker-sparql installed - it's version 0.16.2-3.
Comment by Dave Reisner (falconindy) - Friday, 18 October 2013, 20:34 GMT
Nothing to do here -- chromium was already rebuilt for the soname bump.

$ pacman -Q chromium
chromium 30.0.1599.101-1

$ objdump -p /usr/lib/chromium/chromium | grep icu
NEEDED libicui18n.so.52
NEEDED libicuuc.so.52
NEEDED libharfbuzz-icu.so.0

Loading...