Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/
Date: Tue, 26 Mar 2019 09:26:10
Message-Id: 1553592313.52f6e816ceeaa87d384e3e5e8a03faa40c8e371c.grobian@gentoo
1 commit: 52f6e816ceeaa87d384e3e5e8a03faa40c8e371c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 26 09:25:13 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 26 09:25:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f6e816
7
8 profiles/prefix/darwin/macos/package.mask: mask clang-8
9
10 Clang-8 cannot compile itself, fails with a missing symbol linker error.
11 Mask for now.
12
13 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
14
15 profiles/prefix/darwin/macos/package.mask | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask
19 index 9bbcfc3b53e..ff9c1e70a76 100644
20 --- a/profiles/prefix/darwin/macos/package.mask
21 +++ b/profiles/prefix/darwin/macos/package.mask
22 @@ -1,6 +1,11 @@
23 # Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 +# Fabian Groffen <grobian@g.o> (26 Mar 2019)
27 +# LLVM/clang 8 cannot compile itself, fails with the linker complaining
28 +# about a missing symbol (clang::clangd::detail::log(..,..))
29 +=sys-devel/clang-8.0.0*
30 +
31 # Fabian Groffen <grobian@g.o> (22 Mar 2019)
32 # Newer versions break because they insist on sysroot usage lacking
33 # -lSystem as looked for by clang/llvm. If your system got this