From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 39EB859CA4 for ; Sun, 14 Feb 2016 14:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C19DAE07DB; Sun, 14 Feb 2016 14:56:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20096E07DA for ; Sun, 14 Feb 2016 14:56:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF883409D7 for ; Sun, 14 Feb 2016 14:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F68110AF for ; Sun, 14 Feb 2016 14:56:08 +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: <1455461700.4e2041dc53c8f672761fc8b2f97c3b2be16224bf.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4e2041dc53c8f672761fc8b2f97c3b2be16224bf X-VCS-Branch: master Date: Sun, 14 Feb 2016 14:56:08 +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: 1a5c09d3-41c0-4bf9-80c5-a8ddceae5d8e X-Archives-Hash: 2c9bbca7345421f0d746c50fec6301cd commit: 4e2041dc53c8f672761fc8b2f97c3b2be16224bf Author: Fabian Groffen gentoo org> AuthorDate: Sun Feb 14 14:55:00 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Feb 14 14:55:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4e2041dc scripts/bootstrap-prefix: make sure we pull in matching libcxx bug #574656 revealed in stage2 we use --nodeps for many reasons, so we need to pin down the libcxx versions there too, for portage will not satisfy dependencies there scripts/bootstrap-prefix.sh | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index e1e75fb..a62f9f8 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -179,11 +179,23 @@ configure_toolchain() { esac # we always have to bootstrap with 3.4 for else we'd need # libcxx, which only compiles with clang - local libcxx="sys-libs/libcxx-headers sys-libs/libcxxabi sys-libs/libcxx" - compiler_stage1+=" dev-libs/libffi