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 B831915800F for ; Mon, 23 Jan 2023 02:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51D42E07EE; Mon, 23 Jan 2023 02:40:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 32973E07EE for ; Mon, 23 Jan 2023 02:40:13 +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 19A3A340CCE for ; Mon, 23 Jan 2023 02:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DACE85B for ; Mon, 23 Jan 2023 02:40:10 +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: <1674441171.e71067dbade539090be50e3ddfc9fac889efc34e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/files/, sys-fs/cryfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryfs/cryfs-0.10.3-r1.ebuild sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch X-VCS-Directories: sys-fs/cryfs/files/ sys-fs/cryfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e71067dbade539090be50e3ddfc9fac889efc34e X-VCS-Branch: master Date: Mon, 23 Jan 2023 02:40:10 +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: 9cc0e904-7ed7-4373-9a19-77de141a65b1 X-Archives-Hash: 53af9f32034103e8c66034b1a36af663 commit: e71067dbade539090be50e3ddfc9fac889efc34e Author: Sam James gentoo org> AuthorDate: Mon Jan 23 02:14:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 02:32:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71067db sys-fs/cryfs: fix build w/ gcc 13 Closes: https://bugs.gentoo.org/890847 Signed-off-by: Sam James gentoo.org> sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 1 + sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild index 6416dfd23725..e3ce120c5ff7 100644 --- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild +++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild @@ -39,6 +39,7 @@ PATCHES=( # TODO upstream: "${FILESDIR}/${PN}-0.10.2-unbundle-libs.patch" "${FILESDIR}/${PN}-0.10.2-install-targets.patch" + "${FILESDIR}/${PN}-0.10.3-gcc13.patch" # From upstream "${FILESDIR}/${PN}-0.10.3-gcc11.patch" "${FILESDIR}/${PN}-0.10.3-fix-build-with-boost-1-77.patch" diff --git a/sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch b/sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch new file mode 100644 index 000000000000..33b6e95d1cea --- /dev/null +++ b/sys-fs/cryfs/files/cryfs-0.10.3-gcc13.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/890847 +--- a/src/cpp-utils/thread/LeftRight.h ++++ b/src/cpp-utils/thread/LeftRight.h +@@ -2,6 +2,7 @@ + #include + #include + #include ++#include + #include + #include +