% grep libicu /var/db/pkg/net-wireless/bluez-5.43/NEEDED.ELF.2 X86_64;/usr/libexec/bluetooth/obexd;;;libicuuc.so.58,libicui18n.so.58,libicalvcal.so.2,libpthread.so.0,libdbus-1.so.3,libglib-2.0.so.0,libdl.so.2,libc.so.6;x86_64
This might be caused by libical's pkgconfig file. % pkg-config --libs libical -lical -licalss -licalvcal -lpthread /usr/lib64/libicuuc.so /usr/lib64/libicui18n.so
after the closing of bug 599246, is there something to do from bluez side?
Nothing to fix in bluez However, the libical pkgconfig file still needs fixing to prevent overlinking.
*** Bug 640736 has been marked as a duplicate of this bug. ***
Looks like this was already fixed upstream. Fix for bug 640736: https://github.com/libical/libical/commit/1a41069c0dc054e59cd76fc3d8cf7cc2a78b5e8d#diff-f47159d4d741ef9d3e09e6cd43312b6b Fix for this bug: https://github.com/libical/libical/commit/f70a26aaf836da0f9e242945151b49190d682d95#diff-f47159d4d741ef9d3e09e6cd43312b6b
(In reply to Alexander Tsoy from comment #5) We actually need only the second patch as it contains correct fix for bug 640736 as well. Other patches are just to make it apply cleanly.
thanks for picking this up!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19987701b8b988b2c2e6ee716339479ad8592f1 commit d19987701b8b988b2c2e6ee716339479ad8592f1 Author: Alexander Tsoy <alexander@tsoy.me> AuthorDate: 2017-12-19 15:14:02 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2017-12-21 20:41:57 +0000 dev-libs/libical: fix libical.pc to prevent overlinking Move pthread and ICU libs to *.private sections in libical.pc. Also fixes absolute paths to ICU libraries. Closes: https://bugs.gentoo.org/599244 Closes: https://github.com/gentoo/gentoo/pull/6582 ...ical-2.0.0-libical.pc-fix-libdir-location.patch | 28 +++++++++++ ...cal-2.0.0-libical.pc-icu-move-to-requires.patch | 47 +++++++++++++++++++ ...al-2.0.0-libical.pc-icu-remove-full-paths.patch | 44 ++++++++++++++++++ ...libical-2.0.0-libical.pc-set-full-version.patch | 19 ++++++++ dev-libs/libical/libical-2.0.0-r3.ebuild | 54 ++++++++++++++++++++++ 5 files changed, 192 insertions(+)
*** Bug 643388 has been marked as a duplicate of this bug. ***
*** Bug 605854 has been marked as a duplicate of this bug. ***
*** Bug 647998 has been marked as a duplicate of this bug. ***