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 78436138334 for ; Tue, 26 Mar 2019 09:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73582E0891; Tue, 26 Mar 2019 09:26:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4FC37E0891 for ; Tue, 26 Mar 2019 09:26:09 +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 D19FD335C7B for ; Tue, 26 Mar 2019 09:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3D2852F for ; Tue, 26 Mar 2019 09:26:05 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1553592313.52f6e816ceeaa87d384e3e5e8a03faa40c8e371c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/package.mask X-VCS-Directories: profiles/prefix/darwin/macos/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 52f6e816ceeaa87d384e3e5e8a03faa40c8e371c X-VCS-Branch: master Date: Tue, 26 Mar 2019 09:26:05 +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: 109671fe-7436-4466-ab14-66af81f87c28 X-Archives-Hash: 6e1691fc0b016fd6b72e551fc31faae0 commit: 52f6e816ceeaa87d384e3e5e8a03faa40c8e371c Author: Fabian Groffen gentoo org> AuthorDate: Tue Mar 26 09:25:13 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Mar 26 09:25:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f6e816 profiles/prefix/darwin/macos/package.mask: mask clang-8 Clang-8 cannot compile itself, fails with a missing symbol linker error. Mask for now. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 9bbcfc3b53e..ff9c1e70a76 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (26 Mar 2019) +# LLVM/clang 8 cannot compile itself, fails with the linker complaining +# about a missing symbol (clang::clangd::detail::log(..,..)) +=sys-devel/clang-8.0.0* + # Fabian Groffen (22 Mar 2019) # Newer versions break because they insist on sysroot usage lacking # -lSystem as looked for by clang/llvm. If your system got this