FS#58035 - [epiphany] error while loading shared libraries: libicuuc.so.60

Attached to Project: Arch Linux
Opened by Joonas Henriksson (ooo) - Thursday, 29 March 2018, 23:52 GMT
Last edited by Evangelos Foutras (foutrelis) - Friday, 30 March 2018, 03:18 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
epiphany-3.28.0.1+14+g3ef21f143-1 fails to start with error:
epiphany: error while loading shared libraries: libicuuc.so.60: cannot open shared object file: No such file or directory

From ldd output it seems that it was built against icu61 but for some reason is still looking for libicuuc.so.60:

$ ldd /usr/bin/epiphany |grep icu
libicuuc.so.60 => not found
libicuuc.so.61 => /usr/lib/libicuuc.so.61 (0x00007fc089f6d000)
libicui18n.so.61 => /usr/lib/libicui18n.so.61 (0x00007fc085b7b000)
libharfbuzz-icu.so.0 => /usr/lib/libharfbuzz-icu.so.0 (0x00007fc0854bb000)
libicudata.so.61 => /usr/lib/libicudata.so.61 (0x00007fc07fb2e000)
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Friday, 30 March 2018, 03:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  epiphany 3.28.0.1+14+g3ef21f143-2 (issue was that a new package, built against icu 60.2, was uploaded to [extra] about a minute after the icu rebuilds were moved out of testing)
Comment by Doug Newgard (Scimmia) - Friday, 30 March 2018, 00:04 GMT
/usr/lib/epiphany/libephymisc.so
NEEDED libicuuc.so.60

Loading...