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 4119E138330 for ; Mon, 26 Sep 2016 10:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81878E0BFB; Mon, 26 Sep 2016 10:39:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EF2FE0BFB for ; Mon, 26 Sep 2016 10:39:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5207234092E for ; Mon, 26 Sep 2016 10:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10502486 for ; Mon, 26 Sep 2016 10:39:09 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1474886338.129914212970a890f3eae56543a17cd4f619cbcf.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64-fbsd/clang/package.use.mask X-VCS-Directories: profiles/arch/amd64-fbsd/clang/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 129914212970a890f3eae56543a17cd4f619cbcf X-VCS-Branch: master Date: Mon, 26 Sep 2016 10:39:09 +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-Archives-Salt: a4e3cf54-37f9-4b32-aa31-acf61985645f X-Archives-Hash: 0b3c565544713c017aef4ba37c5e245e commit: 129914212970a890f3eae56543a17cd4f619cbcf Author: Yuta Satoh gmail com> AuthorDate: Sat Sep 24 10:55:18 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 26 10:38:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12991421 profiles/arch/amd64-fbsd/clang: mask sys-libs/db[cxx] flag https://bugs.gentoo.org/show_bug.cgi?id=578506 profiles/arch/amd64-fbsd/clang/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask index 7517352..bd152c9 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.mask +++ b/profiles/arch/amd64-fbsd/clang/package.use.mask @@ -5,7 +5,7 @@ # Build libcxxrt over libgcc_s since that is what clang defaults to. sys-libs/libcxxrt libunwind -# Needs to be fixed: cxx useflag enables plugins and gold. +# Needs to be fixed: cxx useflag enables plugins and gold. # gold fails to build with clang: # https://bugs.gentoo.org/show_bug.cgi?id=427344 # http://llvm.org/bugs/show_bug.cgi?id=12299 @@ -14,3 +14,7 @@ sys-devel/binutils cxx # Force openssl on curl since cmakes needs it and is in @system because of # libcxx on this profile. Mask the other ssl providers. net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl + +# Needs to be fixed: build fails with clang++ +# https://bugs.gentoo.org/show_bug.cgi?id=578506 +sys-libs/db cxx