[Git][debian-gis-team/jeolib-jiplib][master] Add patch to fix FTBFS with Boost 1.90. (closes: #1110635)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Feb 6 16:54:05 GMT 2026



Bas Couwenberg pushed to branch master at Debian GIS Project / jeolib-jiplib


Commits:
2fac1427 by Bas Couwenberg at 2026-02-06T17:53:55+01:00
Add patch to fix FTBFS with Boost 1.90. (closes: #1110635)

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/boost1.89.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ jeolib-jiplib (1.1.6+ds-4) UNRELEASED; urgency=medium
   * Drop Priority: optional, default since dpkg 1.22.13.
   * Bump Standards-Version to 4.7.3, changes: priority.
   * Mark libjiplib1 as Multi-Arch: same.
+  * Add patch to fix FTBFS with Boost 1.90.
+    (closes: #1110635)
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 03 Jan 2026 13:58:06 +0100
 


=====================================
debian/patches/boost1.89.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Don't require boost-system, header-only since 1.69, removed in 1.89.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/ec-jrc/jeolib-jiplib/pull/9
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -124,7 +124,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_C
+ 
+ # Make sure Boost libraries are found
+ SET(Boost_DEBUG 0)
+-find_package(Boost COMPONENTS filesystem system serialization REQUIRED)
++find_package(Boost COMPONENTS filesystem serialization REQUIRED)
+ 
+ if(BUILD_WITH_PYTHON)
+   # SET(CREATE_WHEEL TRUE CACHE BOOL "Choose if jiplib PYTHON wheel is to be created")


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ spelling-errors-take2.patch
 gdal-3.12.patch
 libdir.patch
 wheel.patch
+boost1.89.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/commit/2fac142784e66ad7edb224c08999907c5f7e4857

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/commit/2fac142784e66ad7edb224c08999907c5f7e4857
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/20260206/b86668a4/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list