FS#76954 - [rocm] failed to load non-existent shared library
Attached to Project:
Community Packages
Opened by Matthew T. Hoare (Head_on_a_Stick) - Wednesday, 28 December 2022, 19:57 GMT
Last edited by Torsten Keßler (tpkessler) - Saturday, 07 January 2023, 21:53 GMT
Opened by Matthew T. Hoare (Head_on_a_Stick) - Wednesday, 28 December 2022, 19:57 GMT
Last edited by Torsten Keßler (tpkessler) - Saturday, 07 January 2023, 21:53 GMT
|
Details
Description:
clinfo prints this error: LoadLib(libhsa-amd-aqlprofile64.so) failed: libhsa-amd-aqlprofile64.so: cannot open shared object file: No such file or directory That library does not exist any more and was proprietary when it did exist. Upstream bug report here: https://github.com/RadeonOpenCompute/ROCm/issues/1374 Gentoo have patched this out: https://bugs.gentoo.org/716948 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2b6d182c6d7945ec5166803ca071f640ad994b Steps to reproduce: clinfo | head -n 0 |
This task depends upon
Comment by
Bruno Pagani (ArchangeGabriel) -
Saturday, 07 January 2023, 13:59 GMT
This has nothing to do with clinfo, the issue is in ROCm. It only
show in clinfo because it loads ROCm if it is installed/available.
Comment by
Torsten Keßler (tpkessler) -
Saturday, 07 January 2023, 21:52 GMT
It's a warning, not an error. I've silenced the warning by add
"-DNDEBUG" to the compile flags, see the recently upated hsa-rocr
in [community-testing].