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 194331580B9 for ; Wed, 25 Aug 2021 08:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4315AE07A7; Wed, 25 Aug 2021 08:00:22 +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 24B43E07A7 for ; Wed, 25 Aug 2021 08:00:22 +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 D0F5333BE44 for ; Wed, 25 Aug 2021 08:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E0C87B for ; Wed, 25 Aug 2021 08:00:19 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1629878416.fe4d683d1368f518fa1139678ff8a246250602d7.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/nanos6/files/, sys-cluster/nanos6/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/nanos6/files/nanos6-2.6-include-string.patch sys-cluster/nanos6/nanos6-2.6-r2.ebuild sys-cluster/nanos6/nanos6-2.6-r3.ebuild X-VCS-Directories: sys-cluster/nanos6/files/ sys-cluster/nanos6/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: fe4d683d1368f518fa1139678ff8a246250602d7 X-VCS-Branch: dev Date: Wed, 25 Aug 2021 08:00: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: 7e8595f8-88ae-4910-a490-d2f4ed363165 X-Archives-Hash: b001cea69fc639e855acd041c346fc43 commit: fe4d683d1368f518fa1139678ff8a246250602d7 Author: Alessandro Barbieri gmail com> AuthorDate: Wed Aug 25 06:51:29 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Aug 25 08:00:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe4d683d sys-cluster/nanos6: fix build error Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/nanos6/files/nanos6-2.6-include-string.patch | 10 ++++++++++ .../nanos6/{nanos6-2.6-r2.ebuild => nanos6-2.6-r3.ebuild} | 1 + 2 files changed, 11 insertions(+) diff --git a/sys-cluster/nanos6/files/nanos6-2.6-include-string.patch b/sys-cluster/nanos6/files/nanos6-2.6-include-string.patch new file mode 100644 index 000000000..6882c0c7b --- /dev/null +++ b/sys-cluster/nanos6/files/nanos6-2.6-include-string.patch @@ -0,0 +1,10 @@ +--- a/src/hardware-counters/pqos/PQoSHardwareCounters.cpp ++++ b/src/hardware-counters/pqos/PQoSHardwareCounters.cpp +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + + #include "PQoSHardwareCounters.hpp" + #include "PQoSTaskHardwareCounters.hpp" diff --git a/sys-cluster/nanos6/nanos6-2.6-r2.ebuild b/sys-cluster/nanos6/nanos6-2.6-r3.ebuild similarity index 98% rename from sys-cluster/nanos6/nanos6-2.6-r2.ebuild rename to sys-cluster/nanos6/nanos6-2.6-r3.ebuild index c3ba5a672..428c57be5 100644 --- a/sys-cluster/nanos6/nanos6-2.6-r2.ebuild +++ b/sys-cluster/nanos6/nanos6-2.6-r3.ebuild @@ -35,6 +35,7 @@ RDEPEND=" # jemalloc? ( dev-libs/jemalloc ) DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/${P}-include-string.patch" ) # https://github.com/bsc-pm/nanos6/issues/3 RESTRICT="test" #RESTRICT="!test? ( test )"