From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC6C71582EF for ; Wed, 26 Feb 2025 12:17:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 930FC343282 for ; Wed, 26 Feb 2025 12:17:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 930E21103AC; Wed, 26 Feb 2025 12:17:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 879941103AC for ; Wed, 26 Feb 2025 12:17:34 +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 342BE343282 for ; Wed, 26 Feb 2025 12:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 848381236 for ; Wed, 26 Feb 2025 12:17:32 +0000 (UTC) From: "Patrick Lauer" 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 Lauer" Message-ID: <1740572250.97e5262b48cac39e434609ffa6df0e8d2a1bc30b.patrick@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-19.2.1-r1.ebuild sys-cluster/ceph/ceph-19.2.1-r2.ebuild sys-cluster/ceph/files/ceph-19.2.1-quiet-stringop-truncation.patch X-VCS-Directories: sys-cluster/ceph/files/ sys-cluster/ceph/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 97e5262b48cac39e434609ffa6df0e8d2a1bc30b X-VCS-Branch: master Date: Wed, 26 Feb 2025 12:17:32 +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: d9991641-4cf2-4911-bf54-047d2da965f2 X-Archives-Hash: 992346b8cf2832ba008d9f9c077cd1f7 commit: 97e5262b48cac39e434609ffa6df0e8d2a1bc30b Author: Patrick Lauer gentoo org> AuthorDate: Wed Feb 26 12:16:28 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Wed Feb 26 12:17:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e5262b sys-cluster/ceph: More cleanups Remove nasm hack for isa-l, and add patch to quiet compiler some warnings. Signed-off-by: Patrick Lauer gentoo.org> .../ceph/{ceph-19.2.1-r1.ebuild => ceph-19.2.1-r2.ebuild} | 3 +-- .../ceph/files/ceph-19.2.1-quiet-stringop-truncation.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/sys-cluster/ceph/ceph-19.2.1-r1.ebuild b/sys-cluster/ceph/ceph-19.2.1-r2.ebuild similarity index 99% rename from sys-cluster/ceph/ceph-19.2.1-r1.ebuild rename to sys-cluster/ceph/ceph-19.2.1-r2.ebuild index 906be944997e..2b979e4ae6b7 100644 --- a/sys-cluster/ceph/ceph-19.2.1-r1.ebuild +++ b/sys-cluster/ceph/ceph-19.2.1-r2.ebuild @@ -240,6 +240,7 @@ PATCHES=( "${FILESDIR}/ceph-19.2.1-mgr.patch" "${FILESDIR}/ceph-19.2.1-exporter.patch" "${FILESDIR}/ceph-19.2.1-isa-l.patch" + "${FILESDIR}/ceph-19.2.1-quiet-stringop-truncation.patch" ) check-reqs_export_vars() { @@ -365,8 +366,6 @@ ceph_src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_fmt=ON -Wno-dev -DCEPHADM_BUNDLED_DEPENDENCIES=none - # isa-l is very question mark exclamation mark - -DHAVE_NASM_X64=no ) # this breaks when re-configuring for python impl diff --git a/sys-cluster/ceph/files/ceph-19.2.1-quiet-stringop-truncation.patch b/sys-cluster/ceph/files/ceph-19.2.1-quiet-stringop-truncation.patch new file mode 100644 index 000000000000..5332b029cf2d --- /dev/null +++ b/sys-cluster/ceph/files/ceph-19.2.1-quiet-stringop-truncation.patch @@ -0,0 +1,13 @@ +diff --git a/src/log/Entry.h b/src/log/Entry.h +index db39eca0ef3..5e414b1d2f3 100644 +--- a/src/log/Entry.h ++++ b/src/log/Entry.h +@@ -32,7 +32,7 @@ public: + m_prio(pr), + m_subsys(sub) + { +- strncpy(m_thread_name, Thread::get_thread_name().data(), 16); ++ strncpy(m_thread_name, Thread::get_thread_name().data(), 15); + m_thread_name[15] = '\0'; + } + Entry(const Entry &) = default;