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 01B931382BD for ; Wed, 15 Jun 2016 11:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 503ECE0994; Wed, 15 Jun 2016 11:32:53 +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 89E7FE097C for ; Wed, 15 Jun 2016 11:32:51 +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 B4C7A340775 for ; Wed, 15 Jun 2016 11:32:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D4652419 for ; Wed, 15 Jun 2016 11:32:46 +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: <1465990356.4590ce47edba1f3c4d681bcf1a114629c4871da2.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:rap0 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: 4590ce47edba1f3c4d681bcf1a114629c4871da2 X-VCS-Branch: rap0 Date: Wed, 15 Jun 2016 11:32:46 +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: 9c2fa077-bb10-444e-b886-6a536b6e04c3 X-Archives-Hash: 236dc95b195cb61c08eec9d00bd65ff0 commit: 4590ce47edba1f3c4d681bcf1a114629c4871da2 Author: Benda Xu gentoo org> AuthorDate: Thu May 26 02:46:25 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Jun 15 11:32:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4590ce47 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 4b66e0f..3f42276 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -226,6 +226,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"