[Git][debian-gis-team/osm2pgrouting][master] Add patch to fix FTFBS with GCC 15 & Boost 1.88. (closes: #1110600)
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat Aug 9 10:48:06 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgrouting
Commits:
f2b7e0c6 by Bas Couwenberg at 2025-08-09T11:47:52+02:00
Add patch to fix FTFBS with GCC 15 & Boost 1.88. (closes: #1110600)
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/gcc-15.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ osm2pgrouting (2.3.8-4) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.7.2, no changes.
* Fix old FSF address in copyright file.
+ * Add patch to fix FTFBS with GCC 15 & Boost 1.88.
+ (closes: #1110600)
-- Bas Couwenberg <sebastic at debian.org> Thu, 20 Mar 2025 06:13:49 +0100
=====================================
debian/patches/gcc-15.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with GCC 15.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: not-needed
+
+--- a/src/osm_elements/osm_tag.cpp
++++ b/src/osm_elements/osm_tag.cpp
+@@ -20,6 +20,7 @@
+
+
+ #include "osm_elements/osm_tag.h"
++#include <algorithm>
+ #include <string>
+
+ namespace osm2pgr {
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+gcc-15.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/f2b7e0c6ce86cd8eab1346818bc3d7779d3ea97b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/commit/f2b7e0c6ce86cd8eab1346818bc3d7779d3ea97b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250809/85930339/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list