summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <ya@sysdump.net>2018-03-04 01:52:41 -0800
committerAnthony G. Basile <blueness@gentoo.org>2018-03-04 05:52:04 -0500
commitbe5325508d65c252445fd1b9eb5504866db28759 (patch)
tree5a6e8269e48766c52c2d71e2bbb2e7f1820a2550 /profiles/default
parentapp-text/highlight: stable 3.42-r1 for ppc, bug #613682 (diff)
downloadgentoo-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/default')
-rw-r--r--profiles/default/linux/musl/package.use.mask5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask
index 76e6603a6026..1d3c7789f416 100644
--- a/profiles/default/linux/musl/package.use.mask
+++ b/profiles/default/linux/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