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 04FFD138334 for ; Wed, 23 Oct 2019 14:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CA30E0A04; Wed, 23 Oct 2019 14:39:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1182FE0A04 for ; Wed, 23 Oct 2019 14:39:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AADD834C135 for ; Wed, 23 Oct 2019 14:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7298A828 for ; Wed, 23 Oct 2019 14:39:23 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1571841557.48fa81ce2d9fa57ae594808ebd1cdacc55719468.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 48fa81ce2d9fa57ae594808ebd1cdacc55719468 X-VCS-Branch: master Date: Wed, 23 Oct 2019 14:39:23 +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: eb81229e-84ac-4367-a129-d415c8759c9e X-Archives-Hash: 2aebc424f36ad6ce024ba52be36f8fe4 commit: 48fa81ce2d9fa57ae594808ebd1cdacc55719468 Author: Jory Pratt gentoo org> AuthorDate: Wed Oct 23 14:36:21 2019 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Oct 23 14:39:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fa81ce profiles: Mask lto useflag for mozilla products on musl Signed-off-by: Jory Pratt gentoo.org> profiles/features/musl/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 28e05a4e490..e8ef0ab07a3 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -16,3 +16,7 @@ sys-fs/e2fsprogs nls # 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 + +# lto builds are known to cause an OOM issue during build. +mail-client/thunderbird lto +www-client/firefox lto