Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sun, 12 Sep 2021 22:44:48
Message-Id: 1631486656.7d7a0aef8dc2b882d5d46b6cb06af6653c4433cc.sam@gentoo
1 commit: 7d7a0aef8dc2b882d5d46b6cb06af6653c4433cc
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Sun Sep 12 08:42:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 22:44:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7a0aef
7
8 profiles/base: mask USE=jemalloc for ~mail-filter/rspamd-3.0
9
10 rspamd-3.0 segfaults a lot with jemalloc enabled. The issue is caused by
11 -Wl,--as-needed linker flag.
12
13 Bug: https://bugs.gentoo.org/810337
14 See-also: https://github.com/rspamd/rspamd/issues/3871
15 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
16 Closes: https://github.com/gentoo/gentoo/pull/22274
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 profiles/base/package.use.mask | 6 ++++++
20 1 file changed, 6 insertions(+)
21
22 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
23 index 662415c672b..609e707fa76 100644
24 --- a/profiles/base/package.use.mask
25 +++ b/profiles/base/package.use.mask
26 @@ -6,6 +6,12 @@
27 # This file is only for generic masks. For arch-specific masks (i.e.
28 # mask everywhere, unmask on arch/*) use arch/base.
29
30 +# Petr Vanek <arkamar@×××××.cz> (2021-09-12)
31 +# rspamd-3.0 segfaults a lot with jemalloc enabled (Bug #810337)
32 +# It is caused by -Wl,--as-needed linker flag,
33 +# see also: https://github.com/rspamd/rspamd/issues/3871
34 +~mail-filter/rspamd-3.0 jemalloc
35 +
36 # James Le Cuirot <chewi@g.o> (2021-09-04)
37 # Currently requires an unreleased version of FFmpeg. If you really want it,
38 # unmask the flag and emerge ffmpeg-9999 with this environment variable set: