Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/
Date: Mon, 08 Nov 2021 01:52:35
Message-Id: 1636336333.36c01762fd547da25227dec8ba173fc8bc10a545.gyakovlev@gentoo
1 commit: 36c01762fd547da25227dec8ba173fc8bc10a545
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 8 01:49:23 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 8 01:52:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c01762
7
8 sys-fs/zfs: re-introduce coreutils-9 blocker to 2.1.1
9
10 Seems corruption still happening with coreutils-9 even with the SEEK
11 patch applied
12
13 Bug: https://bugs.gentoo.org/815469
14 https://github.com/openzfs/zfs/issues/11900
15 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
16
17 sys-fs/zfs/{zfs-2.1.1-r3.ebuild => zfs-2.1.1-r4.ebuild} | 6 ++++++
18 1 file changed, 6 insertions(+)
19
20 diff --git a/sys-fs/zfs/zfs-2.1.1-r3.ebuild b/sys-fs/zfs/zfs-2.1.1-r4.ebuild
21 similarity index 98%
22 rename from sys-fs/zfs/zfs-2.1.1-r3.ebuild
23 rename to sys-fs/zfs/zfs-2.1.1-r4.ebuild
24 index 9b78e0fc383..1a9c32e479e 100644
25 --- a/sys-fs/zfs/zfs-2.1.1-r3.ebuild
26 +++ b/sys-fs/zfs/zfs-2.1.1-r4.ebuild
27 @@ -88,6 +88,12 @@ RDEPEND="${DEPEND}
28 # enabling dist-kernel if only 1 package have it set, without suggesting to disable
29 PDEPEND="dist-kernel? ( ~sys-fs/zfs-kmod-${PV}[dist-kernel] )"
30
31 +# temporary block new coreutils
32 +# https://github.com/openzfs/zfs/issues/11900
33 +RDEPEND+="
34 + <sys-apps/coreutils-9
35 +"
36 +
37 REQUIRED_USE="
38 !minimal? ( ${PYTHON_REQUIRED_USE} )
39 python? ( !minimal )