Openjdk 11,17,21 fail to configure on clang-only systems. Configure on these packages searches for c++filt which does not exist on clang-only systems. Adding cxxfilt to tools in this ebuild helps address the configure issue in openjdk as the proper symlink would be created and possibly other packages which might use cxxfilt as well.
Related to Bug 936067.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f831ded92ad415ded8c849b02da69343e27d483a commit f831ded92ad415ded8c849b02da69343e27d483a Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2024-07-23 19:16:24 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2024-07-23 19:16:40 +0000 sys-devel/llvm-toolchain-symlinks: Include c++filt (llvm-cxxfilt) Closes: https://bugs.gentoo.org/936068 Signed-off-by: Michał Górny <mgorny@gentoo.org> .../llvm-toolchain-symlinks-17-r1.ebuild | 49 ++++++++++++++++++++++ .../llvm-toolchain-symlinks-18-r1.ebuild | 49 ++++++++++++++++++++++ .../llvm-toolchain-symlinks-19.ebuild | 6 ++- .../llvm-toolchain-symlinks-20.ebuild | 4 +- 4 files changed, 105 insertions(+), 3 deletions(-)