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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7104C158086 for ; Mon, 8 Nov 2021 01:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 679492BC040; Mon, 8 Nov 2021 01:52:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CA382BC040 for ; Mon, 8 Nov 2021 01:52:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD85A342D67 for ; Mon, 8 Nov 2021 01:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82929156 for ; Mon, 8 Nov 2021 01:52:29 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1636336333.36c01762fd547da25227dec8ba173fc8bc10a545.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-2.1.1-r3.ebuild sys-fs/zfs/zfs-2.1.1-r4.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 36c01762fd547da25227dec8ba173fc8bc10a545 X-VCS-Branch: master Date: Mon, 8 Nov 2021 01:52:29 +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: 2a5ec209-e679-453f-a52e-9e8254179856 X-Archives-Hash: 48ea002e844422f67fd4372f3201bb04 commit: 36c01762fd547da25227dec8ba173fc8bc10a545 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Nov 8 01:49:23 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Nov 8 01:52:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c01762 sys-fs/zfs: re-introduce coreutils-9 blocker to 2.1.1 Seems corruption still happening with coreutils-9 even with the SEEK patch applied Bug: https://bugs.gentoo.org/815469 https://github.com/openzfs/zfs/issues/11900 Signed-off-by: Georgy Yakovlev gentoo.org> sys-fs/zfs/{zfs-2.1.1-r3.ebuild => zfs-2.1.1-r4.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-fs/zfs/zfs-2.1.1-r3.ebuild b/sys-fs/zfs/zfs-2.1.1-r4.ebuild similarity index 98% rename from sys-fs/zfs/zfs-2.1.1-r3.ebuild rename to sys-fs/zfs/zfs-2.1.1-r4.ebuild index 9b78e0fc383..1a9c32e479e 100644 --- a/sys-fs/zfs/zfs-2.1.1-r3.ebuild +++ b/sys-fs/zfs/zfs-2.1.1-r4.ebuild @@ -88,6 +88,12 @@ RDEPEND="${DEPEND} # enabling dist-kernel if only 1 package have it set, without suggesting to disable PDEPEND="dist-kernel? ( ~sys-fs/zfs-kmod-${PV}[dist-kernel] )" +# temporary block new coreutils +# https://github.com/openzfs/zfs/issues/11900 +RDEPEND+=" +