diff options
author | Sam James <sam@gentoo.org> | 2022-08-26 09:32:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-26 09:33:34 +0100 |
commit | 6676442e3694fcd557ffdbffb028b9ee1fe6d830 (patch) | |
tree | 4f2fcd0534aaab5092ebe308af458c0ea773db96 /profiles | |
parent | dev-util/diffoscope: add 221 (diff) | |
download | gentoo-6676442e3694fcd557ffdbffb028b9ee1fe6d830.tar.gz gentoo-6676442e3694fcd557ffdbffb028b9ee1fe6d830.tar.bz2 gentoo-6676442e3694fcd557ffdbffb028b9ee1fe6d830.zip |
sys-devel/binutils: make gprofng optional (masked USE flag)
We can enable this by default in future, but it's brand new
in 2.39 with several bugs:
- Doesn't build on musl (https://sourceware.org/bugzilla/show_bug.cgi?id=29477)
- No man pages (https://sourceware.org/bugzilla/show_bug.cgi?id=29521)
- Broken at runtime without Java (https://sourceware.org/bugzilla/show_bug.cgi?id=29479)
- binutils-config (and this ebuild?) needs adaptation first (https://bugs.gentoo.org/865113)
Bug: https://bugs.gentoo.org/865113
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 81fc4c65ee87..9678d0c1b0eb 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James <sam@gentoo.org> (2022-08-26) +# Broken at runtime for now (bug #865113). +sys-devel/binutils gprofng + # Matthew Smith <matthew@gentoo.org> (2022-08-19) # Upstream recommends that tbb be built with a patch to avoid bugs. # https://github.com/rui314/mold/releases/tag/v1.4.1 |