New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/26427#issuecomment-731607127 Comment: New failure: - [ ] `libclc-git` fails with llvm11 It used to build before the update. Now I see this error: ``` LLVM-CC amdgcn--amdhsa/lib/math/fmax.cl.bc LLVM-CC amdgcn--amdhsa/lib/math/fmin.cl.bc clang-11: error: cannot find ROCm device library. Provide its path via --rocm-path or --rocm-device-lib-path , or pass -nogpulib to build without ROCm device library. clang-11: error: cannot find ROCm device library. Provide its path via --rocm-path or --rocm-device-lib-path , or pass -nogpulib to build without ROCm device library. LLVM-CC amdgcn--amdhsa/lib/math/ldexp.cl.bc make: *** [Makefile:7927: amdgcn--amdhsa/lib/workitem/get_local_size.cl.bc] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:7922: amdgcn--amdhsa/lib/workitem/get_global_size.cl.bc] Error 1 2 warnings generated. ``` Updating to latest git revision [9aa6f350a6ce0f2cfc7e489495af8899ca74e079](https://github.com/llvm-mirror/libclc/commit/9aa6f350a6ce0f2cfc7e489495af8899ca74e079) of 2019-10-27 doesn't change this. Not sure what to do here. It's blocking my try to do (yet) another bootstrap as `mesa` depends on it, and the chain back to `cairo`, `gobject-introspection`, `libsecret`, `git`, `dtc`, `qemu-user-static`, `libgpg-error`, `libgcrypt`, `libmicrohttpd`, `elfutils`, `gdb`, `atf`, `xbps`, `base-chroot` when trying to do a cross build for `base-chroot` for `i686`.