Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715234 - dev-qt/qtlocation: depends on dev-libs/icu
Summary: dev-qt/qtlocation: depends 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: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-29 09:07 UTC by Martin Gysel (bearsh)
Modified: 2020-04-01 20:25 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Gysel (bearsh) 2020-03-29 09:07:58 UTC
/usr/lib64/qt5/plugins/geoservices/libqtgeoservices_mapboxgl.so from dev-qt/qtlocation needs /usr/lib64/libicuuc.so



Reproducible: Always

Steps to Reproduce:
$ ldd /usr/lib64/qt5/plugins/geoservices/libqtgeoservices_mapboxgl.so
...
libicuuc.so.65 => /usr/lib64/libicuuc.so.65 (0x00007f7593b22000)
...
Comment 1 Larry the Git Cow gentoo-dev 2020-04-01 20:25:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/qt.git/commit/?id=a58db873454325458d31ef52e6b1b63c7a33a2b2

commit a58db873454325458d31ef52e6b1b63c7a33a2b2
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-03-31 10:35:28 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-04-01 20:25:07 +0000

    dev-qt/qtlocation: Add missing dependency on dev-libs/icu:=
    
    Thanks-to: Martin Gysel (bearsh) <me@bearsh.org>
    Closes: https://bugs.gentoo.org/715234
    Package-Manager: Portage-2.3.96, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-qt/qtlocation/qtlocation-5.14.9999.ebuild | 3 ++-
 dev-qt/qtlocation/qtlocation-5.15.9999.ebuild | 3 ++-
 dev-qt/qtlocation/qtlocation-5.9999.ebuild    | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)