Balint Reczey pushed to branch master at Debian Med / xenium
Commits: 755362b9 by Balint Reczey at 2020-11-04T22:03:23+01:00 Fix FTBFS with GCC 10 - - - - - 72076eac by Balint Reczey at 2020-11-04T22:04:38+01:00 Update changelog - - - - - 3 changed files: - debian/changelog - + debian/patches/0001-Add-missing-include-stdexcept-to-fix-build-failure-w.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,8 @@ -xenium (0.0.1+ds-2) UNRELEASED; urgency=medium +xenium (0.0.1+ds-2) unstable; urgency=medium - * Team upload. - TODO: source-only upload - but does not build with gcc-10 + * Fix FTBFS with GCC 10 - -- Andreas Tille <[email protected]> Fri, 24 Jul 2020 23:07:41 +0200 + -- Balint Reczey <[email protected]> Wed, 04 Nov 2020 22:03:39 +0100 xenium (0.0.1+ds-1) unstable; urgency=medium ===================================== debian/patches/0001-Add-missing-include-stdexcept-to-fix-build-failure-w.patch ===================================== @@ -0,0 +1,45 @@ +From 0f7ee73c508fc06dd82d1278fc765a205d2593e7 Mon Sep 17 00:00:00 2001 +From: Balint Reczey <[email protected]> +Date: Wed, 4 Nov 2020 20:57:49 +0100 +Subject: [PATCH] Add missing #include <stdexcept> to fix build failure with + GCC 10 + +--- + xenium/kirsch_bounded_kfifo_queue.hpp | 3 ++- + xenium/kirsch_kfifo_queue.hpp | 1 + + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/xenium/kirsch_bounded_kfifo_queue.hpp b/xenium/kirsch_bounded_kfifo_queue.hpp +index 69aad81..1c0ee76 100644 +--- a/xenium/kirsch_bounded_kfifo_queue.hpp ++++ b/xenium/kirsch_bounded_kfifo_queue.hpp +@@ -16,6 +16,7 @@ + #include <algorithm> + #include <atomic> + #include <cstdint> ++#include <stdexcept> + + #ifdef _MSC_VER + #pragma warning(push) +@@ -315,4 +316,4 @@ namespace xenium { + #pragma warning(pop) + #endif + +-#endif +\ No newline at end of file ++#endif +diff --git a/xenium/kirsch_kfifo_queue.hpp b/xenium/kirsch_kfifo_queue.hpp +index db2bb3f..66ab297 100644 +--- a/xenium/kirsch_kfifo_queue.hpp ++++ b/xenium/kirsch_kfifo_queue.hpp +@@ -16,6 +16,7 @@ + #include <algorithm> + #include <atomic> + #include <cstdint> ++#include <stdexcept> + + namespace xenium { + /** +-- +2.25.1 + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ +0001-Add-missing-include-stdexcept-to-fix-build-failure-w.patch AdjustCMake.patch View it on GitLab: https://salsa.debian.org/med-team/xenium/-/compare/7ec6e816632ff07d3d458a17fce90718f6bc0216...72076eacbd258634ba001b3c527f4dbea84aab04 -- View it on GitLab: https://salsa.debian.org/med-team/xenium/-/compare/7ec6e816632ff07d3d458a17fce90718f6bc0216...72076eacbd258634ba001b3c527f4dbea84aab04 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
