[med-svn] [Git][med-team/pbcopper][master] debian/patches/fix-build-with-gcc16.patch: New. Fix FTBFS with gcc-16
Marcos Talau (@talau)
gitlab at salsa.debian.org
Thu Apr 23 05:17:58 BST 2026
Marcos Talau pushed to branch master at Debian Med / pbcopper
Commits:
1d20a3cf by Marcos Talau at 2026-04-23T01:17:14-03:00
debian/patches/fix-build-with-gcc16.patch: New. Fix FTBFS with gcc-16
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix-build-with-gcc16.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pbcopper (2.3.0+dfsg-6) unstable; urgency=medium
+
+ * Team upload.
+ * debian/patches/fix-build-with-gcc16.patch: New. Fix FTBFS with gcc-16.
+ (Closes: #1133603)
+
+ -- Marcos Talau <talau at debian.org> Thu, 23 Apr 2026 01:12:45 -0300
+
pbcopper (2.3.0+dfsg-5) UNRELEASED; urgency=medium
* Replace pkg-config with pkgconf in Build-Depends
=====================================
debian/patches/fix-build-with-gcc16.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Fix build with gcc-16
+Author: Marcos Talau <talau at debian.org>
+Bug-Debian: https://bugs.debian.org/1133603
+Last-Update: 2026-04-23
+
+--- pbcopper-2.3.0+dfsg.orig/include/pbcopper/third-party/robin_hood/robin_hood.h
++++ pbcopper-2.3.0+dfsg/include/pbcopper/third-party/robin_hood/robin_hood.h
+@@ -48,6 +48,7 @@
+ #include <string>
+ #include <type_traits>
+ #include <utility>
++#include <cstdint>
+ #if __cplusplus >= 201703L
+ # include <string_view>
+ #endif
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ static+shared_lib.patch
skip_test_Parallel_FireAndForget.patch
gcc-13
gcc-15
+fix-build-with-gcc16.patch
View it on GitLab: https://salsa.debian.org/med-team/pbcopper/-/commit/1d20a3cf7fcb814237e8409a6d0b739b5d5248f4
--
View it on GitLab: https://salsa.debian.org/med-team/pbcopper/-/commit/1d20a3cf7fcb814237e8409a6d0b739b5d5248f4
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260423/1b317ef1/attachment-0001.htm>
More information about the debian-med-commit
mailing list