With media-sound/google-musicmanager-1.0.43.6722: /opt/bin/google-musicmanager: error while loading shared libraries: libicuuc.so.48: cannot open shared object file: No Such file or directory I recovered the already deleted icu-4.8 ebuild, put it in my local overlay and emerged it. Now, google-musicmanager is working fine. Reproducible: Always
I'm unable to reproduce this. google-musicmanager works fine for me with the latest stable icu 49.1.2. I bet that you'll solve this issue running `revdep-rebuild`.
(In reply to comment #0) > With media-sound/google-musicmanager-1.0.43.6722: > /opt/bin/google-musicmanager: error while loading shared libraries: > libicuuc.so.48: cannot open shared object file: No Such file or directory $ scanelf -n /opt/google/musicmanager/* does not show libicuuc.so So I guess, it is one of the libaries, which uses icu.
Correct, my fault. Should have checked with scanelf first. Sorry.