Control: tags 1131944 + patch Control: tags 1131944 + pending Dear maintainer,
I've prepared an NMU for mangohud (versioned as 0.8.2-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for mangohud-0.8.2 mangohud-0.8.2 changelog | 7 ++ patches/0001-gpu_fdinfo-add-missing-implicit-sstream-header-inclu.patch | 35 ++++++++++ patches/series | 1 3 files changed, 43 insertions(+) diff -Nru mangohud-0.8.2/debian/changelog mangohud-0.8.2/debian/changelog --- mangohud-0.8.2/debian/changelog 2025-12-08 19:57:36.000000000 +0200 +++ mangohud-0.8.2/debian/changelog 2026-05-09 11:58:17.000000000 +0300 @@ -1,3 +1,10 @@ +mangohud (0.8.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream FTBFS fix. (Closes: #1131944) + + -- Adrian Bunk <[email protected]> Sat, 09 May 2026 11:58:17 +0300 + mangohud (0.8.2-1) unstable; urgency=medium * New upstream version 0.8.2 diff -Nru mangohud-0.8.2/debian/patches/0001-gpu_fdinfo-add-missing-implicit-sstream-header-inclu.patch mangohud-0.8.2/debian/patches/0001-gpu_fdinfo-add-missing-implicit-sstream-header-inclu.patch --- mangohud-0.8.2/debian/patches/0001-gpu_fdinfo-add-missing-implicit-sstream-header-inclu.patch 1970-01-01 02:00:00.000000000 +0200 +++ mangohud-0.8.2/debian/patches/0001-gpu_fdinfo-add-missing-implicit-sstream-header-inclu.patch 2026-05-09 11:58:17.000000000 +0300 @@ -0,0 +1,35 @@ +From f64815278ff7c05221cfbb60df8c0fd02632e7d9 Mon Sep 17 00:00:00 2001 +From: Alfred Wingate <[email protected]> +Date: Mon, 1 Dec 2025 18:17:36 +0200 +Subject: gpu_fdinfo: add missing implicit sstream header include +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +It's not implicit in gcc-16 anymore. + +../src/gpu_fdinfo.cpp: In member function ‘void GPU_fdinfo::get_current_hwmon_readings()’: +../src/gpu_fdinfo.cpp:287:27: error: aggregate ‘std::stringstream ss’ has incomplete type and cannot be defined + 287 | std::stringstream ss; + | + +Signed-off-by: Alfred Wingate <[email protected]> +--- + src/gpu_fdinfo.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/gpu_fdinfo.h b/src/gpu_fdinfo.h +index 7d22703..109082b 100644 +--- a/src/gpu_fdinfo.h ++++ b/src/gpu_fdinfo.h +@@ -11,6 +11,7 @@ + #include <map> + #include <set> + #include <regex> ++#include <sstream> + + #ifdef TEST_ONLY + #include <../src/mesa/util/os_time.h> +-- +2.47.3 + diff -Nru mangohud-0.8.2/debian/patches/series mangohud-0.8.2/debian/patches/series --- mangohud-0.8.2/debian/patches/series 2025-12-08 19:57:36.000000000 +0200 +++ mangohud-0.8.2/debian/patches/series 2026-05-09 11:58:17.000000000 +0300 @@ -1 +1,2 @@ 02-mangoplot_use_python3.patch +0001-gpu_fdinfo-add-missing-implicit-sstream-header-inclu.patch

