diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-03-26 10:25:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-03-26 10:25:13 +0100 |
commit | 52f6e816ceeaa87d384e3e5e8a03faa40c8e371c (patch) | |
tree | 4bcee677dcdfeb4ee0bd07ca61de2fc33fa1a064 /profiles/prefix | |
parent | net-dialup/ppp: Stable for HPPA too (diff) | |
download | gentoo-52f6e816ceeaa87d384e3e5e8a03faa40c8e371c.tar.gz gentoo-52f6e816ceeaa87d384e3e5e8a03faa40c8e371c.tar.bz2 gentoo-52f6e816ceeaa87d384e3e5e8a03faa40c8e371c.zip |
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 <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 9bbcfc3b53e3..ff9c1e70a76f 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 <grobian@gentoo.org> (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 <grobian@gentoo.org> (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 |