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 22D41158086 for ; Thu, 7 Oct 2021 15:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F576E085E; Thu, 7 Oct 2021 15:58:45 +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 1F4BFE085E for ; Thu, 7 Oct 2021 15:58:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCD0D343232 for ; Thu, 7 Oct 2021 15:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CA6A138 for ; Thu, 7 Oct 2021 15:58:42 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1633622282.25ec14cae2ed7886732cba4ba57f08124896e8a2.gyakovlev@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: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 25ec14cae2ed7886732cba4ba57f08124896e8a2 X-VCS-Branch: master Date: Thu, 7 Oct 2021 15:58:42 +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: c3d9448e-db30-4c42-bacd-e70767a4e0fc X-Archives-Hash: 4ffd8758f8dbd7c321ab187bd9f64116 commit: 25ec14cae2ed7886732cba4ba57f08124896e8a2 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 7 15:54:32 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 7 15:58:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ec14ca profiles/base: mask rust[parallel-compiler] https://github.com/rust-lang/rust/issues/89108 Closes: https://bugs.gentoo.org/813954 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/base/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 59583764a00..5c60dc7cc75 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,15 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Georgy Yakovlev (2021-10-07) +# parallel-compiler feature is not tested by upstream +# and is not recommended for general usage and may silently +# miscompile code if used (unlikely, but not impossible) +# feel free to unmask, but be prepared to deal with possible bugs +# https://bugs.gentoo.org/813954 +# https://github.com/rust-lang/rust/issues/89108 +dev-lang/rust parallel-compiler + # Stephan Hartmann (2021-09-16) # Uses a function that is not available in media-video/ffmpeg. >=www-client/chromium-94 system-ffmpeg