commit: 1d983277e4fcd3db3a723bf3eeba896eadd67c2c Author: Yiyang Wu <xgreenlandforwyy <AT> gmail <DOT> com> AuthorDate: Mon Feb 20 01:59:55 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 20 04:26:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d983277
dev-util/hip: backport patch to fix gcc-13 compile issue Closes: https://bugs.gentoo.org/895396 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/hip/files/rocclr-5.3.3-gcc13.patch | 25 +++++++++++++++++++++++++ dev-util/hip/hip-5.3.3-r3.ebuild | 1 + 2 files changed, 26 insertions(+) diff --git a/dev-util/hip/files/rocclr-5.3.3-gcc13.patch b/dev-util/hip/files/rocclr-5.3.3-gcc13.patch new file mode 100644 index 000000000000..17a64d20bf1e --- /dev/null +++ b/dev-util/hip/files/rocclr-5.3.3-gcc13.patch @@ -0,0 +1,25 @@ +From ca70cd7c3d63b1036e604116f3b269ca123e7904 Mon Sep 17 00:00:00 2001 +From: Jeremy Newton <[email protected]> +Date: Wed, 8 Feb 2023 14:03:58 -0500 +Subject: [PATCH] SWDEV-1 - device: Add missing include + +Newer GCC's seem to require this. + +Change-Id: I85926d4fa552b772f2eb9f8ede7863a546c47f54 +Signed-off-by: Jeremy Newton <[email protected]> +--- + device/devhcprintf.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/device/devhcprintf.cpp b/device/devhcprintf.cpp +index b36f7758..a5aba4a4 100644 +--- a/device/devhcprintf.cpp ++++ b/device/devhcprintf.cpp +@@ -23,6 +23,7 @@ + + #include <assert.h> + #include <cstdarg> ++#include <cstdint> + #include <cstdio> + #include <cstring> + #include <string> diff --git a/dev-util/hip/hip-5.3.3-r3.ebuild b/dev-util/hip/hip-5.3.3-r3.ebuild index b4f51b3ef7b0..e73675209ae1 100644 --- a/dev-util/hip/hip-5.3.3-r3.ebuild +++ b/dev-util/hip/hip-5.3.3-r3.ebuild @@ -105,6 +105,7 @@ src_prepare() { pushd ${CLR_S} || die eapply "${FILESDIR}/rocclr-${PV}-fix-include.patch" + eapply "${FILESDIR}/rocclr-5.3.3-gcc13.patch" } src_configure() {
