Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954312 - llvm-core/llvm-21.0.0_pre20250420: Specified distribution component 'llvm-mt' doesn't have an install target
Summary: llvm-core/llvm-21.0.0_pre20250420: Specified distribution component 'llvm-mt'...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-23 19:19 UTC by idealseal
Modified: 2025-04-24 14:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_954312.txt,6.24 KB, text/plain)
2025-04-23 19:19 UTC, idealseal
Details
build.log (file_954312.txt,18.20 KB, text/plain)
2025-04-23 19:21 UTC, idealseal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description idealseal 2025-04-23 19:19:56 UTC
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)
```
Comment 1 idealseal 2025-04-23 19:21:50 UTC
Created attachment 925955 [details]
build.log
Comment 2 Larry the Git Cow gentoo-dev 2025-04-24 14:41:37 UTC
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(-)