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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A24D9158094 for ; Mon, 4 Jul 2022 17:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEAB7E0ADD; Mon, 4 Jul 2022 17:30:09 +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 CA165E0ADD for ; Mon, 4 Jul 2022 17:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD43F341499 for ; Mon, 4 Jul 2022 17:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AA913C3 for ; Mon, 4 Jul 2022 17:30:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656955770.1cbf3fbc336adfdcd122da5b0989c2993de358dc.sam@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.5-r2.ebuild sys-fs/zfs/zfs-2.1.5-r3.ebuild sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1cbf3fbc336adfdcd122da5b0989c2993de358dc X-VCS-Branch: master Date: Mon, 4 Jul 2022 17:30:06 +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: 1b176c07-849b-4fd3-8f0c-0d4b3359ba27 X-Archives-Hash: 72418f1bb9f43a1c6d7c60bab13715c8 commit: 1cbf3fbc336adfdcd122da5b0989c2993de358dc Author: Sam James gentoo org> AuthorDate: Mon Jul 4 17:29:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 4 17:29:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbf3fbc sys-fs/zfs: force -fno-tree-vectorize Workaround issue with GCC 12 until solved upstream. Segfault occurs w/ 'zfs send' otherwise (and very possibly other commands). Bug: https://github.com/openzfs/zfs/issues/13605 Bug: https://github.com/openzfs/zfs/issues/13620 Closes: https://bugs.gentoo.org/856373 Signed-off-by: Sam James gentoo.org> sys-fs/zfs/{zfs-2.1.5-r2.ebuild => zfs-2.1.5-r3.ebuild} | 7 +++++++ sys-fs/zfs/zfs-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/sys-fs/zfs/zfs-2.1.5-r2.ebuild b/sys-fs/zfs/zfs-2.1.5-r3.ebuild similarity index 97% rename from sys-fs/zfs/zfs-2.1.5-r2.ebuild rename to sys-fs/zfs/zfs-2.1.5-r3.ebuild index 37907ff20733..a2c22c0ac350 100644 --- a/sys-fs/zfs/zfs-2.1.5-r2.ebuild +++ b/sys-fs/zfs/zfs-2.1.5-r3.ebuild @@ -192,6 +192,13 @@ src_configure() { use custom-cflags || strip-flags use minimal || python_setup + # All the same issue: + # Segfaults w/ GCC 12 and 'zfs send' + # bug #856373 + # https://github.com/openzfs/zfs/issues/13620 + # https://github.com/openzfs/zfs/issues/13605 + append-flags -fno-tree-vectorize + local myconf=( --bindir="${EPREFIX}/bin" --enable-shared diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index b3a9d416fb6e..eb60343f89b3 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -187,6 +187,13 @@ src_configure() { use custom-cflags || strip-flags use minimal || python_setup + # All the same issue: + # Segfaults w/ GCC 12 and 'zfs send' + # bug #856373 + # https://github.com/openzfs/zfs/issues/13620 + # https://github.com/openzfs/zfs/issues/13605 + append-flags -fno-tree-vectorize + local myconf=( --bindir="${EPREFIX}/bin" --enable-shared