Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574360 - media-sound/ncmpcpp should depend on dev-libs/icu
Summary: media-sound/ncmpcpp should depend on dev-libs/icu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-02-10 18:35 UTC by Alex Turbov
Modified: 2016-02-12 06:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ncmpcpp-0.7.3-icu.patch (ncmpcpp-needs-icu.patch,367 bytes, patch)
2016-02-10 18:36 UTC, Alex Turbov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Turbov 2016-02-10 18:35:06 UTC
After updating ICU to latest version (and automatically rebuild all dependencies) I've found that `ncmpcpp` wont start cuz unable to find old ICU library. Checking readelf output I've found that it links explicitly to it (if USE=unicode enabled):

~ $ readelf -d `which ncmpcpp` | grep libicu
 0x0000000000000001 (NEEDED)             Shared library: [libicuuc.so.55]

So ebuild needs to be fixed to reflect this dependency...


Reproducible: Always
Comment 1 Alex Turbov 2016-02-10 18:36:52 UTC
Created attachment 425158 [details, diff]
ncmpcpp-0.7.3-icu.patch
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-02-12 06:52:16 UTC
Fixed in -r1.