Hi,

while building KDE plasma, I stepped over an issue that some programs
try to load libXcursor from some places and with different names, but
did not find it.

The reason is that the program "only" uses qtbase (resp.
libQt5XcbQpa.so), and does not have libxcursor as input and thus not in
it's RUNPATH. Qt tries to load the lib from several places, but not from
/gnu/store/…-libxcursor-…/lib/. I will prepare a patch for this one case.

A quick grep showed at least on other place that might be effected:
src/network/ssl/qsslsocket_openssl_symbols.cpp, which is loading the
"ssl" library. Nix[1] also has some patches, which should help finding
the relevant places.

Can please anybody take care of this issue and search *all* qt packages
for such uses. Thanks in advance!

[1]
https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/libraries/qt-5/5.9

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goe...@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

Attachment: 0xBF773B65.asc
Description: application/pgp-keys

Reply via email to