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 B2273138359 for ; Mon, 20 Jul 2020 20:10:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7A2E08F1; Mon, 20 Jul 2020 20:10:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CFBBAE08F1 for ; Mon, 20 Jul 2020 20:10:57 +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 4475234F457 for ; Mon, 20 Jul 2020 20:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFC042D6 for ; Mon, 20 Jul 2020 20:10:54 +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: <1595275841.2eae111954e16b5efa850296d4ebe53a13692c71.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-14.2.10-r1.ebuild sys-cluster/ceph/ceph-14.2.10.ebuild sys-cluster/ceph/ceph-15.2.4-r1.ebuild sys-cluster/ceph/ceph-15.2.4.ebuild sys-cluster/ceph/files/ceph-14.2.10-missing-includes.patch X-VCS-Directories: sys-cluster/ceph/files/ sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 2eae111954e16b5efa850296d4ebe53a13692c71 X-VCS-Branch: master Date: Mon, 20 Jul 2020 20:10:54 +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: 17a40864-ec70-4621-a679-1f14ce7c8122 X-Archives-Hash: 95fcf8087df810586c5550db333f6735 commit: 2eae111954e16b5efa850296d4ebe53a13692c71 Author: Patrick McLean sony com> AuthorDate: Mon Jul 20 20:10:41 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Jul 20 20:10:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eae1119 sys-cluster/ceph: Use RelWithDebInfo cmake build type (bug 733316) Closes: https://bugs.gentoo.org/733316 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrick McLean gentoo.org> sys-cluster/ceph/{ceph-14.2.10.ebuild => ceph-14.2.10-r1.ebuild} | 3 +++ sys-cluster/ceph/{ceph-15.2.4.ebuild => ceph-15.2.4-r1.ebuild} | 3 +++ sys-cluster/ceph/files/ceph-14.2.10-missing-includes.patch | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-14.2.10.ebuild b/sys-cluster/ceph/ceph-14.2.10-r1.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-14.2.10.ebuild rename to sys-cluster/ceph/ceph-14.2.10-r1.ebuild index f335155f0e1..a074166f6b2 100644 --- a/sys-cluster/ceph/ceph-14.2.10.ebuild +++ b/sys-cluster/ceph/ceph-14.2.10-r1.ebuild @@ -173,6 +173,9 @@ RESTRICT="test? ( userpriv )" # distribution tarball does not include everything needed for tests RESTRICT+=" test" +# create a non-debug release +CMAKE_BUILD_TYPE=RelWithDebInfo + # false positives unless all USE flags are on CMAKE_WARN_UNUSED_CLI=no diff --git a/sys-cluster/ceph/ceph-15.2.4.ebuild b/sys-cluster/ceph/ceph-15.2.4-r1.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-15.2.4.ebuild rename to sys-cluster/ceph/ceph-15.2.4-r1.ebuild index dc446889a8f..78786763b46 100644 --- a/sys-cluster/ceph/ceph-15.2.4.ebuild +++ b/sys-cluster/ceph/ceph-15.2.4-r1.ebuild @@ -178,6 +178,9 @@ RESTRICT="test? ( userpriv )" # distribution tarball does not include everything needed for tests RESTRICT+=" test" +# create a non-debug release +CMAKE_BUILD_TYPE=RelWithDebInfo + # false positives unless all USE flags are on CMAKE_WARN_UNUSED_CLI=no diff --git a/sys-cluster/ceph/files/ceph-14.2.10-missing-includes.patch b/sys-cluster/ceph/files/ceph-14.2.10-missing-includes.patch index 59663028cfa..aaa6ee080a3 100644 --- a/sys-cluster/ceph/files/ceph-14.2.10-missing-includes.patch +++ b/sys-cluster/ceph/files/ceph-14.2.10-missing-includes.patch @@ -7,7 +7,7 @@ index c4c24f6a75..b5631e8b84 100644 #define CEPH_COMMON_BIT_STR_H +#include -+#include ++#include #include namespace ceph {