Created attachment 925954 [details] emerge --info ``` CMake Error at cmake/modules/LLVMDistributionSupport.cmake:286 (message): Specified distribution component 'llvm-mt' doesn't have an install target Call Stack (most recent call first): CMakeLists.txt:1438 (llvm_distribution_add_targets) CMake Error at cmake/modules/LLVMDistributionSupport.cmake:294 (message): Specified distribution component 'llvm-mt' doesn't have an install-stripped target. Its installation target creation should be changed to use add_llvm_install_targets, or you should manually create the 'install-llvm-mt-stripped' target. Call Stack (most recent call first): CMakeLists.txt:1438 (llvm_distribution_add_targets) ```
Created attachment 925955 [details] build.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23964af28bf7a6463abbb774e5d31863ac3c067e commit 23964af28bf7a6463abbb774e5d31863ac3c067e Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2025-04-24 14:40:46 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2025-04-24 14:41:33 +0000 llvm-core/llvm: llvm-mt is built with USE=xml only now Closes: https://bugs.gentoo.org/954312 Signed-off-by: Michał Górny <mgorny@gentoo.org> llvm-core/llvm/llvm-21.0.0.9999.ebuild | 8 +++++++- llvm-core/llvm/llvm-21.0.0_pre20250420.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-)