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 E74F7138284 for ; Fri, 27 May 2016 10:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6836224052; Fri, 27 May 2016 10:54:02 +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 82137224057 for ; Fri, 27 May 2016 10:54:01 +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 AFDD3340D58 for ; Fri, 27 May 2016 10:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B555415F5 for ; Fri, 27 May 2016 10:53:52 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1464270941.20607806e796c35f2e44c2cdba59f313abd41ef4.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 20607806e796c35f2e44c2cdba59f313abd41ef4 X-VCS-Branch: script-rap Date: Fri, 27 May 2016 10:53:52 +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: 60b9c281-4514-4972-9055-7b9d9507ce3f X-Archives-Hash: f2b79b241a52bac800ffba0bcfeb0c01 commit: 20607806e796c35f2e44c2cdba59f313abd41ef4 Author: Benda Xu gentoo org> AuthorDate: Thu May 26 02:46:25 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Thu May 26 13:55:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=20607806 scripts/bootstrap-prefix.sh: disable sandbox. scripts/bootstrap-prefix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 88f24f3..63451ce 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -223,6 +223,8 @@ bootstrap_setup() { echo 'CXXFLAGS="${CFLAGS}"' echo "MAKEOPTS=\"${MAKEOPTS}\"" echo "CONFIG_SHELL=\"${ROOT}/bin/bash\"" + rapx "# sandbox does not work well on Prefix, bug 490246" + rapx 'FEATURES="-usersandbox -sandbox"' if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then echo echo "# This disables /usr-split, removing this will break"