commit: 6a731fe412a90b0ff2930f7dfb6012096acec05c Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Wed Dec 10 11:24:31 2025 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Wed Dec 10 13:36:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a731fe4
profiles/arch/loong: mask dev-libs/rocksdb[jemalloc] The C interop test case fails with USE=jemalloc, due to corruption detected by free() in running global ctors/dtors. While the other test cases passed, it's better to stay safe with USE=jemalloc masked. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 3ad0ffd99486..f3db2e91609f 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2025-12-10) +# Test case "c_test" fails with "free: invalid size". +dev-libs/rocksdb jemalloc + # WANG Xuerui <[email protected]> (2025-12-10) # Requires ocamlopt which has not been ported to loong. # See https://github.com/ocaml/ocaml/pull/11974
