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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 111601382C5 for ; Mon, 1 Jun 2020 19:14:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 339DFE0814; Mon, 1 Jun 2020 19:14:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12D59E0814 for ; Mon, 1 Jun 2020 19:14:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCF5734EF32 for ; Mon, 1 Jun 2020 19:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98C17AF for ; Mon, 1 Jun 2020 19:14:53 +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: <1591038888.8f0f8a7ad1f00acef2416ea918d0b6ed978a8e63.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/, sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-15.2.3.ebuild sys-cluster/ceph/files/ceph-15.2.3-spdk-compile.patch X-VCS-Directories: sys-cluster/ceph/ sys-cluster/ceph/files/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8f0f8a7ad1f00acef2416ea918d0b6ed978a8e63 X-VCS-Branch: master Date: Mon, 1 Jun 2020 19:14:53 +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: ba94e0a8-0d45-4640-8375-da04f4be3c35 X-Archives-Hash: d9629e0c61de2e0605518f2e6d1391a2 commit: 8f0f8a7ad1f00acef2416ea918d0b6ed978a8e63 Author: Patrick McLean sony com> AuthorDate: Mon Jun 1 19:14:09 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Jun 1 19:14:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0f8a7a sys-cluster/ceph-15.2.3: Fix build with USE=spdk Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/ceph-15.2.3.ebuild | 1 + sys-cluster/ceph/files/ceph-15.2.3-spdk-compile.patch | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/sys-cluster/ceph/ceph-15.2.3.ebuild b/sys-cluster/ceph/ceph-15.2.3.ebuild index 6b0fa3f4c3b..dc22c44fea6 100644 --- a/sys-cluster/ceph/ceph-15.2.3.ebuild +++ b/sys-cluster/ceph/ceph-15.2.3.ebuild @@ -194,6 +194,7 @@ PATCHES=( "${FILESDIR}/ceph-14.2.0-cython-0.29.patch" "${FILESDIR}/ceph-15.2.0-rocksdb-cmake.patch" "${FILESDIR}/ceph-15.2.2-systemd-unit.patch" + "${FILESDIR}/ceph-15.2.3-spdk-compile.patch" ) check-reqs_export_vars() { diff --git a/sys-cluster/ceph/files/ceph-15.2.3-spdk-compile.patch b/sys-cluster/ceph/files/ceph-15.2.3-spdk-compile.patch new file mode 100644 index 00000000000..3ea6eadbb86 --- /dev/null +++ b/sys-cluster/ceph/files/ceph-15.2.3-spdk-compile.patch @@ -0,0 +1,9 @@ +--- ceph-15.2.3.orig/cmake/modules/BuildSPDK.cmake 2020-05-29 09:24:50.000000000 -0700 ++++ ceph-15.2.3/cmake/modules/BuildSPDK.cmake 2020-06-01 10:36:14.629306433 -0700 +@@ -1,5 +1,5 @@ + macro(build_spdk) +- set(DPDK_DIR ${CMAKE_BINARY_DIR}/src/dpdk) ++ set(DPDK_DIR ${CMAKE_SOURCE_DIR}/src/dpdk) + if(NOT TARGET dpdk-ext) + include(BuildDPDK) + build_dpdk(${DPDK_DIR})