Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 29 Feb 2016 18:32:16
Message-Id: 1456770626.48f8f07777a371fac6294c46ea98f24fbdcdd5d3.grobian@gentoo
1 commit: 48f8f07777a371fac6294c46ea98f24fbdcdd5d3
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 18:30:26 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 18:30:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=48f8f077
7
8 scripts/bootstrap-prefix.sh: try to work around bug #575324
9
10 scripts/bootstrap-prefix.sh | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index a62f9f8..9d71e9b 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -1249,6 +1249,8 @@ bootstrap_stage3() {
18 ( cd "${ROOT}"/usr/bin && test ! -e python && ln -s "${ROOT}"/tmp/usr/bin/python2.7 )
19 # in addition, avoid collisions
20 rm -Rf "${ROOT}"/tmp/usr/lib/python2.7/site-packages/clang
21 + # try to get ourself out of the mudd, bug #575324
22 + EXTRA_ECONF="--disable-compiler-version-checks" \
23 emerge_pkgs --nodeps ${compiler} || return 1
24 ( cd "${ROOT}"/usr/bin && test ! -e python && rm -f python2.7 )