Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#59919 - [qt5-base] uic ldd libQt5Core.so.5 => not found

Attached to Project: Arch Linux
Opened by Daniel YC Lin (dlin) - Tuesday, 04 September 2018, 05:30 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 04 September 2018, 05:34 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

It is strange, there is the files, but can't found.

$ ls -l /usr/lib/libQt5Core.so.5
lrwxrwxrwx 1 root root 20 Aug 7 02:05 /usr/lib/libQt5Core.so.5 -> libQt5Core.so.5.11.1
dlin@docker ~/.cache/yay/glogg-git % ls -l /usr/lib/libQt5Core.so.5*
lrwxrwxrwx 1 root root 20 Aug 7 02:05 /usr/lib/libQt5Core.so.5 -> libQt5Core.so.5.11.1
lrwxrwxrwx 1 root root 20 Aug 7 02:05 /usr/lib/libQt5Core.so.5.11 -> libQt5Core.so.5.11.1
-rwxr-xr-x 1 root root 5234312 Aug 7 02:05 /usr/lib/libQt5Core.so.5.11.1


Additional info:
* package version(s)

local/qt4 4.8.7-25
A cross-platform application and UI framework
local/qt5-base 5.11.1-2 (qt qt5)
A cross-platform application and UI framework

* config and/or log files etc.


Steps to reproduce:
1. /usr/bin/uic
/usr/bin/uic: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

2. export LD_LIBRARY_PATH=/usr/lib

3. ldd /usr/bin/uic
linux-vdso.so.1 (0x00007fff917c0000)
libQt5Core.so.5 => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f55a11de000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f55a101a000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f55a0e95000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f55a1420000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f55a0e7b000)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 04 September 2018, 05:34 GMT
Reason for closing:  Not a bug
Additional comments about closing:  There's no bugs here, there's something wrong on your system

Loading...