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 13C1F15808B for ; Fri, 11 Feb 2022 14:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35088E0857; Fri, 11 Feb 2022 14:39:23 +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 13881E0857 for ; Fri, 11 Feb 2022 14:39:23 +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 9FBDE3431EF for ; Fri, 11 Feb 2022 14:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4B2C250 for ; Fri, 11 Feb 2022 14:39:19 +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: <1644590346.b88a075035f5310c240b8fa38c9d4eeb33086934.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch X-VCS-Directories: sys-apps/nvme-cli/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b88a075035f5310c240b8fa38c9d4eeb33086934 X-VCS-Branch: master Date: Fri, 11 Feb 2022 14:39:19 +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: ad64dee8-84e7-4dcf-8ea4-f71caaace7ed X-Archives-Hash: a896172ba264f11d3bbb530188310ec3 commit: b88a075035f5310c240b8fa38c9d4eeb33086934 Author: Sam James gentoo org> AuthorDate: Fri Feb 11 14:39:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 11 14:39:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88a0750 sys-apps/nvme-cli: musl build fix deux Closes: https://bugs.gentoo.org/830744 Signed-off-by: Sam James gentoo.org> sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch b/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch index 12e66577d69d..27c9667c827c 100644 --- a/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch +++ b/sys-apps/nvme-cli/files/nvme-cli-1.16-musl-limits.patch @@ -1,5 +1,6 @@ https://github.com/linux-nvme/nvme-cli/commit/4729b13f36d4713ce1162dc1d4425d44e1474078.patch https://bugs.gentoo.org/829705 +(and an additional hunk for https://bugs.gentoo.org/830744) From: Ariadne Conill Date: Mon, 26 Apr 2021 00:41:20 -0600 @@ -22,3 +23,15 @@ Signed-off-by: Daniel Wagner #include "nvme.h" #include "libnvme.h" +diff --git a/nvme-topology.c b/nvme-topology.c +index 0a22f6b..6d510f2 100644 +--- a/nvme-topology.c ++++ b/nvme-topology.c +@@ -1,6 +1,7 @@ + #include + #include + #include ++#include + #include + #include + #include