commit: 48f8f07777a371fac6294c46ea98f24fbdcdd5d3
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 18:30:26 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 18:30:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=48f8f077
scripts/bootstrap-prefix.sh: try to work around bug #575324
scripts/bootstrap-prefix.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index a62f9f8..9d71e9b 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1249,6 +1249,8 @@ bootstrap_stage3() {
( cd "${ROOT}"/usr/bin && test ! -e python && ln -s
"${ROOT}"/tmp/usr/bin/python2.7 )
# in addition, avoid collisions
rm -Rf "${ROOT}"/tmp/usr/lib/python2.7/site-packages/clang
+ # try to get ourself out of the mudd, bug #575324
+ EXTRA_ECONF="--disable-compiler-version-checks" \
emerge_pkgs --nodeps ${compiler} || return 1
( cd "${ROOT}"/usr/bin && test ! -e python && rm -f python2.7 )