
Code: Select all
app-shells/bash-5.2_p37::gentoo USE="(readline) -afs -bashlogger -examples (-mem-scramble) -net -nls -pgo -plugins -verify-sig"

Ah. You are either using musl libc or the HPPA architecture. In that case, though it is possible to unmask the USE flag, I would hastily retract my suggestion to experiment with the internal malloc. It would seem that the flag is masked for good reason; see the applicable comments in both profiles/arch/hppa/package.use.mask and profiles/features/musl/package.use.mask, relative to your gentoo repo directory.cntrmx wrote:How do I recompile with mem-scramble?
Code: Select all
# bash-malloc relies on sbrk which is implemented
# as a fail-only stub in musl. breaks horribly if enabled.

