summaryrefslogtreecommitdiff
path: root/profiles/features/musl/package.use.mask
blob: f58de338da4a41a21f61444d4b27f724661a1d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright 1999-2021 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2

# Sam James <sam@gentoo.org> (2021-11-07)
# gdb-10[nls] doesn't build on musl
# "ax.cc:(.text+0x2e0): undefined reference to `libintl_gettext'"
# bug #809686
<sys-devel/gdb-11 nls

# Sam James <sam@gentoo.org> (2021-11-07)
# Disable some sanitizers for LLVM, see bug #753935
# Needs libexecinfo on musl, not yet packaged
sys-libs/compiler-rt-sanitizers gwp-asan libfuzzer

# Sam James <sam@gentoo.org> (2021-11-07)
# Broken as "error: unknown type name '_Unwind_Word'"
sys-libs/compiler-rt-sanitizers hwasan

# Andreas K. Hüttel <dilfridge@gentoo.org>
# Restore mask here that is gone elsewhere
sys-libs/libxcrypt split-usr system

# James Le Cuirot <chewi@gentoo.org> (2020-05-16)
# execinfo.h is required for debug.
dev-games/cegui debug

# Sergei Trofimovich <slyfox@gentoo.org> (2020-03-19)
# check does not work on musl, bug #713138
dev-lang/gforth check

# See bug #604542
net-misc/iputils idn

# See bug #504200, #723370
sys-devel/gcc sanitize nls vtv

# These cause collisions with <libintl.h>
# even with --without-included-gettext
sys-devel/gettext nls
sys-fs/e2fsprogs nls

# bash-malloc relies on sbrk which is implemented
# as a fail-only stub in musl. breaks horribly if enabled.
# bash: xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated)
app-shells/bash mem-scramble

# static linking works with musl
app-shells/mksh -static