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 9784758973 for ; Tue, 2 Feb 2016 19:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FDC921C005; Tue, 2 Feb 2016 19:48:38 +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 B8F5621C005 for ; Tue, 2 Feb 2016 19:48:37 +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 670A6340E08 for ; Tue, 2 Feb 2016 19:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352FC8F5 for ; Tue, 2 Feb 2016 19:48:34 +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: <1454442477.4b9b293f2ff9928abe85a0cffd9626ab3149e9f9.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: 4b9b293f2ff9928abe85a0cffd9626ab3149e9f9 X-VCS-Branch: master Date: Tue, 2 Feb 2016 19:48:34 +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: 9da08f0b-7787-4e5f-aa4d-a1341d58e8d4 X-Archives-Hash: ad83915edf6f9ef87e72a5a2710de7d2 commit: 4b9b293f2ff9928abe85a0cffd9626ab3149e9f9 Author: Fabian Groffen gentoo org> AuthorDate: Tue Feb 2 19:47:57 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Feb 2 19:47:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4b9b293f scripts/bootstrap-prefix: fix compilation of grep with bootstrap compiler scripts/bootstrap-prefix.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 8315397..91473d2 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1246,6 +1246,10 @@ bootstrap_stage3() { virtual/os-headers sys-apps/portage ) + # for grep we need to do a little workaround as we use llvm-3.4 + # here, which doesn't necessarily grok the system headers on newer + # OSX, confusing the buildsystem + ac_cv_c_decl_report=warning \ emerge_pkgs "" "${pkgs[@]}" || return 1 # Switch to the proper portage.