Nilesh Patra pushed to branch master at Debian Med / xenium
Commits: 5804b6b5 by Nilesh Patra at 2021-10-24T02:11:25+05:30 Add patch to fix GCC-11 FTBFS (Closes: #997269) - - - - - 4c446870 by Nilesh Patra at 2021-10-24T02:11:45+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/fix-gcc11-FTBFS.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +xenium (0.0.2+ds-5) unstable; urgency=medium + + * Team Upload. + * Add patch to fix GCC-11 FTBFS (Closes: #997269) + + -- Nilesh Patra <[email protected]> Sun, 24 Oct 2021 02:11:28 +0530 + xenium (0.0.2+ds-4) unstable; urgency=medium * Team upload. ===================================== debian/patches/fix-gcc11-FTBFS.patch ===================================== @@ -0,0 +1,30 @@ +Description: Include limits to fix GCC-11 FTBFS +Author: Nilesh Patra <[email protected]> +Last-Update: 2021-10-24 +--- a/benchmarks/hash_map_benchmark.cpp ++++ b/benchmarks/hash_map_benchmark.cpp +@@ -5,6 +5,7 @@ + + #include <iostream> + #include <vector> ++#include <limits> + + using config_t = tao::config::value; + +@@ -214,4 +215,4 @@ + + void register_hash_map_benchmark(registered_benchmarks& benchmarks) { + benchmarks.emplace("hash_map", benchmark_variations()); +-} +\ No newline at end of file ++} +--- a/xenium/reclamation/impl/stamp_it.hpp ++++ b/xenium/reclamation/impl/stamp_it.hpp +@@ -13,6 +13,7 @@ + #include <xenium/reclamation/detail/thread_block_list.hpp> + + #include <algorithm> ++#include <limits> + + #ifdef _MSC_VER + #pragma warning(push) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ detect-thread-sanitizer.patch AdjustCMake.patch remove-privacy-breach.patch +fix-gcc11-FTBFS.patch View it on GitLab: https://salsa.debian.org/med-team/xenium/-/compare/462fddddcaa43ebd47393f26af6b8c8c39a44c5d...4c446870ef1ff9d3c0ad6f8f3b4d0cb451e9a32b -- View it on GitLab: https://salsa.debian.org/med-team/xenium/-/compare/462fddddcaa43ebd47393f26af6b8c8c39a44c5d...4c446870ef1ff9d3c0ad6f8f3b4d0cb451e9a32b 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
