FS#44559 - [ncmpcpp] Linked to icu 54
Attached to Project:
Community Packages
Opened by Simon Kellett (zoxed) - Sunday, 12 April 2015, 15:21 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 13 April 2015, 03:12 GMT
Opened by Simon Kellett (zoxed) - Sunday, 12 April 2015, 15:21 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 13 April 2015, 03:12 GMT
|
Details
Description: 0.6.3-1 fails to start - icu 55 is latest, but
this package needs 54
Steps to reproduce: start from cmdline > ncmpcpp ncmpcpp: error while loading shared libraries: libicuuc.so.54: cannot open shared object file: No such file or directory > ldd /usr/bin/ncmpcpp ... libicuuc.so.54 => not found libicui18n.so.54 => not found libicudata.so.54 => not found libicuuc.so.54 => not found libicui18n.so.54 => not found libicudata.so.54 => not found ... |
This task depends upon
Closed by Doug Newgard (Scimmia)
Monday, 13 April 2015, 03:12 GMT
Reason for closing: Not a bug
Additional comments about closing: Partial update
Monday, 13 April 2015, 03:12 GMT
Reason for closing: Not a bug
Additional comments about closing: Partial update
Comment by Doug Newgard (Scimmia) -
Sunday, 12 April 2015, 15:59 GMT
Don't use ldd, it's recursive so it's giving you bad information.
ncmpcpp is not linked to icu at all. Most likely explanation is
that you have something installed from the AUR that ncmpcpp is
linked to, and that AUR package is what needs rebuilt. If you
can't find it, try lddtree from pax-utils.
Comment by Simon Kellett (zoxed) -
Sunday, 12 April 2015, 16:23 GMT
Thanks: lddtree (not seen that before) pointed me to boost which I
updated and all is well now (I know: I should do a full system
update !)