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 25CD6158041 for ; Sat, 16 Mar 2024 17:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CB2DE29D6; Sat, 16 Mar 2024 17:32:24 +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 1CD78E29D6 for ; Sat, 16 Mar 2024 17:32:24 +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 EFA50335D6E for ; Sat, 16 Mar 2024 17:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C5FADBD for ; Sat, 16 Mar 2024 17:32:21 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1710610336.2cc780302cb92791bb3a23a30125dae21e742d78.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-16.2.15.ebuild sys-cluster/ceph/ceph-17.2.6-r8.ebuild sys-cluster/ceph/ceph-17.2.7.ebuild sys-cluster/ceph/ceph-18.2.1.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 2cc780302cb92791bb3a23a30125dae21e742d78 X-VCS-Branch: master Date: Sat, 16 Mar 2024 17:32:21 +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: f5ff0c10-b4d1-422b-b8dc-c9c1a24fc19d X-Archives-Hash: 9fb8f1f75f58e39c2bb27aabb9e741bf commit: 2cc780302cb92791bb3a23a30125dae21e742d78 Author: Patrick McLean gentoo org> AuthorDate: Sat Mar 16 17:31:56 2024 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sat Mar 16 17:32:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc78030 sys-cluster/ceph: Add filter-lto (bug #927066) Closes: https://bugs.gentoo.org/927066 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/ceph-16.2.15.ebuild | 3 +++ sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 3 +++ sys-cluster/ceph/ceph-17.2.7.ebuild | 3 +++ sys-cluster/ceph/ceph-18.2.1.ebuild | 3 +++ 4 files changed, 12 insertions(+) diff --git a/sys-cluster/ceph/ceph-16.2.15.ebuild b/sys-cluster/ceph/ceph-16.2.15.ebuild index 0a7e20f913c0..b1cd72124475 100644 --- a/sys-cluster/ceph/ceph-16.2.15.ebuild +++ b/sys-cluster/ceph/ceph-16.2.15.ebuild @@ -362,6 +362,9 @@ ceph_src_configure() { rm -f "${BUILD_DIR:-${S}}/CMakeCache.txt" \ || die "failed to remove cmake cache" + # https://bugs.gentoo.org/927066 + filter-lto + cmake_src_configure # bug #630232 diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild index e9d12ff1cf46..ec78adf22305 100644 --- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild +++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild @@ -382,6 +382,9 @@ ceph_src_configure() { # hopefully this will not be necessary in the next release use parquet && export ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz" + # https://bugs.gentoo.org/927066 + filter-lto + cmake_src_configure # bug #630232 diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild b/sys-cluster/ceph/ceph-17.2.7.ebuild index ea040dd6b53a..8face2c0d114 100644 --- a/sys-cluster/ceph/ceph-17.2.7.ebuild +++ b/sys-cluster/ceph/ceph-17.2.7.ebuild @@ -384,6 +384,9 @@ ceph_src_configure() { # hopefully this will not be necessary in the next release use parquet && export ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz" + # https://bugs.gentoo.org/927066 + filter-lto + cmake_src_configure # bug #630232 diff --git a/sys-cluster/ceph/ceph-18.2.1.ebuild b/sys-cluster/ceph/ceph-18.2.1.ebuild index e7b7cdfc84ec..38470ef0948a 100644 --- a/sys-cluster/ceph/ceph-18.2.1.ebuild +++ b/sys-cluster/ceph/ceph-18.2.1.ebuild @@ -380,6 +380,9 @@ ceph_src_configure() { # hopefully this will not be necessary in the next release use parquet && export ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz" + # https://bugs.gentoo.org/927066 + filter-lto + cmake_src_configure # bug #630232