FS#64497 - [qt5-tools] /usr/bin/lconvert depends on icu

Attached to Project: Arch Linux
Opened by Philip Müller (philm) - Thursday, 14 November 2019, 16:06 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 14 November 2019, 16:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

/usr/bin/lconvert: error while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory

Additional info:
* package version(s) qt5-tools 5.13.2-1

Steps to reproduce:

Trying to compile an application depending on qt5-tools will error out. A rebuild of qt5-tools against icu might help
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Thursday, 14 November 2019, 16:17 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Wrong distro
Comment by Eli Schwartz (eschwartz) - Thursday, 14 November 2019, 16:16 GMT
$ pkg-list-linked-libraries qt5-tools libicui18n
==> checking linked libraries for qt5-tools-5.13.2-1-x86_64.pkg.tar.xz ...
==> ERROR: No file in qt5-tools-5.13.2-1-x86_64.pkg.tar.xz is linked to libicui18n


This is not the Manjaro bugtracker. Fix your own repositories, ours works fine.

EDIT: I bet it is your qt5-base at fault, though. The file does link to libQt5Core.so, and...

$ pkg-list-linked-libraries qt5-base libicu
==> checking linked libraries for qt5-base-5.13.2-2-x86_64.pkg.tar.xz ...
/usr/lib/libQt5Core.so.5.13.2
NEEDED libicui18n.so.65
NEEDED libicuuc.so.65

Loading...