diff options
author | Georgy Yakovlev <ya@sysdump.net> | 2018-03-04 01:52:41 -0800 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-04 05:52:04 -0500 |
commit | be5325508d65c252445fd1b9eb5504866db28759 (patch) | |
tree | 5a6e8269e48766c52c2d71e2bbb2e7f1820a2550 /profiles/features | |
parent | app-text/highlight: stable 3.42-r1 for ppc, bug #613682 (diff) | |
download | gentoo-be5325508d65c252445fd1b9eb5504866db28759.tar.gz gentoo-be5325508d65c252445fd1b9eb5504866db28759.tar.bz2 gentoo-be5325508d65c252445fd1b9eb5504866db28759.zip |
profiles/*/musl: package.use.mask app-shells/bash[mem-scramble]
mem-scramble enables bash-malloc which relies on sbrk
which is implemented as a fail-only stub in musl.
Enabling it will break bash (and portage) horribly.
xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated)
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 2c0a91e428ed..05d01c6e1e8b 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -17,3 +17,8 @@ sys-fs/e2fsprogs nls # See bug #576928 media-libs/mesa nptl + +# 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 |