New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/21855#issuecomment-627502114 Comment: https://github.com/intel/compute-runtime/issues/266 suggests passing a `SANITIZER_BUILD` define to the `CXXFLAGS`. Makes sense, this is the only place where deepbind is used: https://github.com/intel/compute-runtime/blob/ee5ebde417716c8cacfbc42c0c7cd840339188d9/shared/source/os_interface/linux/os_library_linux.cpp#L32 As a more correct fix, however, https://github.com/intel/compute-runtime/issues/265#issuecomment-594581483 recommends using RTLD_GLOBAL instead of DEEPBIND. Upstream seems quite responsive, we could look into communicating with them if any more issues appear.