[Debian-med-packaging] Bug#1139606: libvbz-hdf-plugin: FTBFS against HDF5 2.1.0

Gilles Filippini pini at debian.org
Wed Jun 10 09:22:50 BST 2026


Source: libvbz-hdf-plugin
Version: 1.0.2-3.1
Severity: important
Tags: ftbfs patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

During a test rebuild of HDF5's reverse dependencies against HDF5 2.1.0
currently in experimental, libvbz-hdf-plugin FTBFS because its build
toolchain doesn't support this new major release.

The attached patch is a workaround for this issue and supports both
HDF5 1.14.6 in unstable and HDF5 2.1.0 in experimental.

Best,
_g.


- -- System Information:
Debian Release: 12.0
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-44-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAmopHtIACgkQ7+hsbH/+
z4PnRQgAsx3OyuYIkUcy4j8+zQl93pQBek36Gwk7N116RGHkMfNqmCC/8yPF0Cen
CAxbjIUGLpyyV4GCLaSE7SRshvFV4Jc3KTYUc4ebvSXYrcVdxdR1S3TfBJO35n8F
lAjuPHH3+MnkOnAK6PWoINu/wDyD//zAqQI8es/8CRmzLjTIew9jOYB9NuqYDBEZ
4O7c/Wr4/bNbd6slRiaud0TFmGFvaU+yuPBz2rfA6k4x1jUqHPMfeNqxhNQzGxP2
ExA+gBitxdi1C6NWQZRKoZZ3ErURCC3hVxVI/ZOA7kbavA4IeEcDVmQ2s4Jva299
ZEH4ZXj+1mPDAB60+rlMA4A6c/fOmA==
=QQKk
-----END PGP SIGNATURE-----
-------------- next part --------------
diff -Nru libvbz-hdf-plugin-1.0.2/debian/changelog libvbz-hdf-plugin-1.0.2/debian/changelog
--- libvbz-hdf-plugin-1.0.2/debian/changelog	2024-02-28 22:02:18.000000000 +0100
+++ libvbz-hdf-plugin-1.0.2/debian/changelog	2026-05-29 13:37:02.000000000 +0200
@@ -1,3 +1,10 @@
+libvbz-hdf-plugin (1.0.2-3.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS against HDF5 2.1.0
+
+ -- Gilles Filippini <pini at debian.org>  Fri, 29 May 2026 13:37:02 +0200
+
 libvbz-hdf-plugin (1.0.2-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libvbz-hdf-plugin-1.0.2/debian/rules libvbz-hdf-plugin-1.0.2/debian/rules
--- libvbz-hdf-plugin-1.0.2/debian/rules	2023-07-23 10:52:45.000000000 +0200
+++ libvbz-hdf-plugin-1.0.2/debian/rules	2026-05-29 13:37:02.000000000 +0200
@@ -15,6 +15,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release \
+				-DHDF5_ROOT=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial \
 				-DENABLE_CONAN=OFF \
 				-DENABLE_PERF_TESTING=OFF \
 				-DENABLE_PYTHON=OFF


More information about the Debian-med-packaging mailing list