Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936068 - sys-devel/llvm-toolchain-symlinks: Add cxxfilt
Summary: sys-devel/llvm-toolchain-symlinks: Add cxxfilt
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: 2024-07-14 22:10 UTC by Mike Batterton
Modified: 2024-07-23 19:18 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Batterton 2024-07-14 22:10:40 UTC
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.
Comment 1 Mike Batterton 2024-07-15 00:48:49 UTC
Related to Bug 936067.
Comment 2 Larry the Git Cow gentoo-dev 2024-07-23 19:18:12 UTC
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(-)