| View previous topic :: View next topic |
| Author |
Message |
Ant P. Veteran

Joined: 18 Apr 2009 Posts: 1920 Location: UK
|
Posted: Tue Apr 17, 2012 1:07 am Post subject: Error messages about libicui18n.so.49 missing |
|
|
| Code: | | Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.49: cannot open shared object file: No such file or directory)" |
I got a downgrade from dev-libs/icu-49 recently and now I'm getting these from every GTK and Qt program I run. The programs seem to work fine otherwise and `cave fix-linkage` reports no broken libraries. Is there an easy way to shut it up or is this a "reinstall world" fix? |
|
| Back to top |
|
 |
radius n00b

Joined: 30 Mar 2012 Posts: 24
|
Posted: Tue Apr 17, 2012 4:03 am Post subject: |
|
|
Try running revdep-rebuild. _________________ ... |
|
| Back to top |
|
 |
Ant P. Veteran

Joined: 18 Apr 2009 Posts: 1920 Location: UK
|
Posted: Tue Apr 17, 2012 9:17 am Post subject: |
|
|
| As I said, I already checked for broken linkage. |
|
| Back to top |
|
 |
BillWho Veteran


Joined: 03 Mar 2012 Posts: 1576 Location: US
|
Posted: Tue Apr 17, 2012 6:49 pm Post subject: |
|
|
Ant P,
If you were downgraded to dev-libs/icu-4.8.1.1-r1 , maybe a symlink /usr/lib64/libicui18n.so.49 to libicui18n.so.48.1.1 would satisfy it
Just a thought  _________________ Good luck
Since installing gentoo, my life has become one long emerge  |
|
| Back to top |
|
 |
musv Advocate


Joined: 01 Dec 2002 Posts: 2417 Location: de
|
Posted: Sun Apr 29, 2012 2:22 pm Post subject: |
|
|
Same problem here. revdep-rebuild doesn't find any problems, but several programms complain about a missing libicui18n.so.48. Installed is:
| Code: | [I] dev-libs/icu
Available versions: 4.6 4.8.1-r2 (~)4.8.1-r3 4.8.1.1-r1 (~)49.1 (~)49.1.1 {{debug doc examples static-libs}}
Installed versions: 49.1.1(20:02:18 26.04.2012)(doc examples -debug -static-libs) |
|
|
| Back to top |
|
 |
mkyral Tux's lil' helper


Joined: 06 May 2007 Posts: 137 Location: Czech Republic
|
Posted: Thu May 03, 2012 6:53 am Post subject: |
|
|
| musv wrote: | Same problem here. revdep-rebuild doesn't find any problems, but several programms complain about a missing libicui18n.so.48. Installed is:
| Code: | [I] dev-libs/icu
Available versions: 4.6 4.8.1-r2 (~)4.8.1-r3 4.8.1.1-r1 (~)49.1 (~)49.1.1 {{debug doc examples static-libs}}
Installed versions: 49.1.1(20:02:18 26.04.2012)(doc examples -debug -static-libs) |
|
I have also the same problem. I've tried revdep-rebuild and also several other scripts I've found on internet, recompilation of such programs. But I still don't know, why the older version of libicui18n is requested. |
|
| Back to top |
|
 |
Aquous l33t

Joined: 08 Jan 2011 Posts: 619
|
Posted: Thu May 03, 2012 8:53 am Post subject: |
|
|
|
|
| Back to top |
|
 |
FuzzyRay Developer

Joined: 02 Oct 2003 Posts: 76
|
Posted: Fri May 04, 2012 5:37 am Post subject: |
|
|
Do the above, this is Bug 413541. The issue is that qt-core is dynamically loading the library at runtime and it is looking for the library that was present when it was built. Not having the library won't break any applications, but it does produce the annoying message that you see. |
|
| Back to top |
|
 |
|