From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0B68158092 for ; Sun, 12 Sep 2021 22:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6050E0837; Sun, 12 Sep 2021 22:44:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8559E0837 for ; Sun, 12 Sep 2021 22:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC346342C7F for ; Sun, 12 Sep 2021 22:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 638724E for ; Sun, 12 Sep 2021 22:44:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631486656.7d7a0aef8dc2b882d5d46b6cb06af6653c4433cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d7a0aef8dc2b882d5d46b6cb06af6653c4433cc X-VCS-Branch: master Date: Sun, 12 Sep 2021 22:44:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ce02762-2bac-4966-a6e2-0e9dec2bfb68 X-Archives-Hash: 6a6cdd8bc92a646f61f1b20bc8554185 commit: 7d7a0aef8dc2b882d5d46b6cb06af6653c4433cc Author: Petr Vaněk atlas cz> AuthorDate: Sun Sep 12 08:42:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 12 22:44:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7a0aef profiles/base: mask USE=jemalloc for ~mail-filter/rspamd-3.0 rspamd-3.0 segfaults a lot with jemalloc enabled. The issue is caused by -Wl,--as-needed linker flag. Bug: https://bugs.gentoo.org/810337 See-also: https://github.com/rspamd/rspamd/issues/3871 Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/22274 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 662415c672b..609e707fa76 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Petr Vanek (2021-09-12) +# rspamd-3.0 segfaults a lot with jemalloc enabled (Bug #810337) +# It is caused by -Wl,--as-needed linker flag, +# see also: https://github.com/rspamd/rspamd/issues/3871 +~mail-filter/rspamd-3.0 jemalloc + # James Le Cuirot (2021-09-04) # Currently requires an unreleased version of FFmpeg. If you really want it, # unmask the flag and emerge ffmpeg-9999 with this environment variable set: