From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59BC4138350 for ; Thu, 30 Apr 2020 01:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B9C3E08C8; Thu, 30 Apr 2020 01:05:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57624E08C8 for ; Thu, 30 Apr 2020 01:05:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4C2C34EF25 for ; Thu, 30 Apr 2020 01:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 796581DD for ; Thu, 30 Apr 2020 01:05:05 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1588208699.48e9dffe89142a528409ef9a57a56e4ac62bc72c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/, sys-apps/coreutils/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-8.32-r1.ebuild sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch sys-apps/coreutils/files/coreutils-8.32-sandbox-env-test.patch X-VCS-Directories: sys-apps/coreutils/ sys-apps/coreutils/files/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 48e9dffe89142a528409ef9a57a56e4ac62bc72c X-VCS-Branch: master Date: Thu, 30 Apr 2020 01:05:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89cf091c-d149-4536-8a0b-987e52871710 X-Archives-Hash: 0c1f4592a361ce1d76c92aa2b58b5db0 commit: 48e9dffe89142a528409ef9a57a56e4ac62bc72c Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 30 01:04:14 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 30 01:04:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e9dffe sys-apps/coreutils: fix sandbox-env-test.patch I extended PR and excluded more tests. However, I overlooked that one of these tests aren't present in 8.31. This commit will fix previous commit a48e67d33ef6edd58b2cd6111884dbb4fdef7491 and provide two versions of the patch. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 +- .../coreutils/files/coreutils-8.31-sandbox-env-test.patch | 12 ------------ ...-env-test.patch => coreutils-8.32-sandbox-env-test.patch} | 0 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sys-apps/coreutils/coreutils-8.32-r1.ebuild index 3eac2b76aae..153e7d36ac9 100644 --- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild @@ -71,7 +71,7 @@ src_prepare() { if ! use vanilla ; then PATCHES+=( "${WORKDIR}"/patch ) - PATCHES+=( "${FILESDIR}"/${PN}-8.31-sandbox-env-test.patch ) + PATCHES+=( "${FILESDIR}"/${PN}-8.32-sandbox-env-test.patch ) fi default diff --git a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch b/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch index 40b1554d948..f81ea13776b 100644 --- a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch +++ b/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch @@ -12,18 +12,6 @@ Skip tests known to fail when running under Gentoo sandbox. print_ver_ du require_perl_ ---- a/tests/ls/removed-directory.sh -+++ b/tests/ls/removed-directory.sh -@@ -19,6 +19,9 @@ - # along with this program. If not, see . - - . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -+# Avoid #413621 until #548250 is resolved -+test -n "$SANDBOX_ACTIVE" && skip_ "Gentoo: Test known bad under sandbox (#413621)" -+ - print_ver_ ls - - case $host_triplet in --- a/tests/ls/stat-free-symlinks.sh +++ b/tests/ls/stat-free-symlinks.sh @@ -17,6 +17,9 @@ diff --git a/sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch b/sys-apps/coreutils/files/coreutils-8.32-sandbox-env-test.patch similarity index 100% copy from sys-apps/coreutils/files/coreutils-8.31-sandbox-env-test.patch copy to sys-apps/coreutils/files/coreutils-8.32-sandbox-env-test.patch