Source: insighttoolkit5 Version: 5.4.6-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, insighttoolkit5 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/+z4MFAmopNg0ACgkQ7+hsbH/+ z4OgvQf/RJJuARaxo6cpKt75tAREnuDA75MNIT3ovo8Z5NYPrpw8cNnJSIMqChig /jrwpO5e79fzKRGDL7eTEyEUpCx1DMRLWJ9poEuEpte3AhRN4j8/8u8aVh95cWRv ogjBG0YcUPlXLA0H3xN0Xcm4e67cnwNXQ1yCi/DYL1FqDU/saPFyd7qdU5SJt0UW b4JduaAmL9CVOPA8ay8TPp8oPMACuIxoyDScUnAIs+3aXxmwahVzCgZc/Aiq2g1D 0zscvHbPAQ0s34nzzO4PyfCyZAj4gsyuG0/BEgP61zRm2hJ/CglZlSqCPpIERK0l LPf5LUGqv4WwjTJvnVwPBlcYxtP7pg== =hwfK -----END PGP SIGNATURE-----
diff -Nru insighttoolkit5-5.4.6/debian/changelog insighttoolkit5-5.4.6/debian/changelog --- insighttoolkit5-5.4.6/debian/changelog 2026-05-09 22:03:42.000000000 +0200 +++ insighttoolkit5-5.4.6/debian/changelog 2026-06-07 18:50:21.000000000 +0200 @@ -1,3 +1,10 @@ +insighttoolkit5 (5.4.6-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS against HDF5 2.1.0 + + -- Gilles Filippini <[email protected]> Sun, 07 Jun 2026 18:50:21 +0200 + insighttoolkit5 (5.4.6-1) unstable; urgency=medium [ Steve Robbins ] diff -Nru insighttoolkit5-5.4.6/debian/rules insighttoolkit5-5.4.6/debian/rules --- insighttoolkit5-5.4.6/debian/rules 2026-05-09 22:03:42.000000000 +0200 +++ insighttoolkit5-5.4.6/debian/rules 2026-06-07 18:50:10.000000000 +0200 @@ -43,6 +43,7 @@ -DGTEST_SRC=/usr/src/googletest/googletest \ -DITK_USE_SYSTEM_MINC:BOOL=ON \ -DITK_USE_SYSTEM_HDF5:BOOL=ON \ + -DHDF5_ROOT=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial \ -DITK_USE_SYSTEM_JPEG:BOOL=ON \ -DITK_USE_SYSTEM_PNG:BOOL=ON \ -DITK_USE_SYSTEM_TIFF:BOOL=OFF \

