I'm running nvim instead of vim, which might be what is causing this issue. I tried installing rocm-opencl-runtime (according to the Gentoo Wiki on OpenCL) but it failed to build rocr-runtime-5.1.3. I don't have the build log (since I managed to build it successfully by installing dev-util/xxd from the 'guru' overlay. The build failed with the message 'xxd not found'. Reproducible: Always Steps to Reproduce: 1. Try to install rocm-opencl-runtime while not having vim/vim-core/xxd installed 2. Build fails for rocr-runtime
It's weird, since I can see that the rocm-runtime actually BDEPENDS on vim-core, but it isn't installed on my system: # emerge -s vim-core [ Results for search key : vim-core ] Searching... * app-editors/vim-core Latest version available: 9.0.0099 Latest version installed: [ Not Installed ] Size of files: 16,324 KiB Homepage: https://vim.sourceforge.io/ https://github.com/vim/vim Description: vim and gvim shared files License: vim
Is this resolved? xxd should be installed if vim-core is emerged. vim-core is in ${BDEPEND}, so there shouldn't be any issue unless your portage misbhaves.