FS#53888 - Epiphany fails to launch due to shared libicuuc.so.58 libraries issue

Attached to Project: Arch Linux
Opened by Deactivated account (TechnicalTotoro) - Sunday, 30 April 2017, 11:44 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 30 April 2017, 14:14 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

After reinstalling Arch and installing GNOME 3.24.1 as my DE that Epiphany (3.24.1+1+g8e82c479c-1) fails to launch with the following error:

epiphany: error while loading shared libraries: libicuuc.so.58: cannot open shared object file: No such file or directory

This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 30 April 2017, 14:14 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#53856 
Comment by Jan de Groot (JGC) - Sunday, 30 April 2017, 12:05 GMT
i686? Checked the specific package version for x86_64, it's linked to the correct version of icu.
Comment by Deactivated account (TechnicalTotoro) - Sunday, 30 April 2017, 12:17 GMT
I have x86_64. But it's still not working. Though it did on my last installations of Arch and there really isn't very much difference in the setup if any.
Comment by Alexander Popov (AlexWayfer) - Sunday, 30 April 2017, 13:38 GMT
I have the same issue.

```
~ $ pacaur -Qs
local/icu 59.1-1
International Components for Unicode library
local/lib32-icu 59.1-1
International Components for Unicode library (32 bit)
```

```
~ $ ls -la /usr/lib/libicuuc*
lrwxrwxrwx 1 root root 16 Apr 24 14:37 /usr/lib/libicuuc.so -> libicuuc.so.59.1*
lrwxrwxrwx 1 root root 16 Apr 24 14:37 /usr/lib/libicuuc.so.59 -> libicuuc.so.59.1*
-rwxr-xr-x 1 root root 1768120 Apr 24 14:37 /usr/lib/libicuuc.so.59.1*
```

```
~ $ epiphany
epiphany: error while loading shared libraries: libicuuc.so.58: cannot open shared object file: No such file or directory
```

Loading...