Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/clang/
Date: Mon, 26 Sep 2016 10:39:14
Message-Id: 1474886338.129914212970a890f3eae56543a17cd4f619cbcf.aballier@gentoo
1 commit: 129914212970a890f3eae56543a17cd4f619cbcf
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 24 10:55:18 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 10:38:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12991421
7
8 profiles/arch/amd64-fbsd/clang: mask sys-libs/db[cxx] flag
9
10 https://bugs.gentoo.org/show_bug.cgi?id=578506
11
12 profiles/arch/amd64-fbsd/clang/package.use.mask | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask
16 index 7517352..bd152c9 100644
17 --- a/profiles/arch/amd64-fbsd/clang/package.use.mask
18 +++ b/profiles/arch/amd64-fbsd/clang/package.use.mask
19 @@ -5,7 +5,7 @@
20 # Build libcxxrt over libgcc_s since that is what clang defaults to.
21 sys-libs/libcxxrt libunwind
22
23 -# Needs to be fixed: cxx useflag enables plugins and gold.
24 +# Needs to be fixed: cxx useflag enables plugins and gold.
25 # gold fails to build with clang:
26 # https://bugs.gentoo.org/show_bug.cgi?id=427344
27 # http://llvm.org/bugs/show_bug.cgi?id=12299
28 @@ -14,3 +14,7 @@ sys-devel/binutils cxx
29 # Force openssl on curl since cmakes needs it and is in @system because of
30 # libcxx on this profile. Mask the other ssl providers.
31 net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl
32 +
33 +# Needs to be fixed: build fails with clang++
34 +# https://bugs.gentoo.org/show_bug.cgi?id=578506
35 +sys-libs/db cxx