Your message dated Wed, 01 Jul 2026 20:34:32 +0000
with message-id <[email protected]>
and subject line Bug#1139608: fixed in satdump 
1.2.2+git20260527.6e4757c31+dfsg-3
has caused the Debian Bug report #1139608,
regarding satdump: FTBFS against HDF5 2.1.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1139608: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139608
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: satdump
Version: 1.2.2+git20260527.6e4757c31+dfsg-2
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, satdump 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/+z4MFAmopJCkACgkQ7+hsbH/+
z4NoxggAnosvGIHMEzsH1kLChTSNgJCXatt/p6W9mBdJeAAGm0w7cqM7mW8FpDNF
Vxr7dYznW+roGVLEYarHe9sS/eFlIJVq9moiwgwCyt6lr8CKBSUbXeBiqa3Zp7bw
qxiTZogTRwqIJguJHpHBQjBtXqHpO2N/Y+uZTn2+O2mZOfnEF4DQmazx8srY7CIz
CeBrKp7HzbrY1imoqVKtCtxulXsv6SgZS1kdVxcjf/e0RI45AYiMDNKXRlTmykxp
eEQ/cIVuzpWcVDl2pTE9SVJaZFjvh9R37XvTE5/F8RkzwIrAfoW2D8Ri7gjOuCCg
rlqbhslJmRTARYEvnQLcZgSe+8Xhiw==
=VAk9
-----END PGP SIGNATURE-----
diff -Nru satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/changelog 
satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/changelog
--- satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/changelog   2026-06-02 
19:13:28.000000000 +0200
+++ satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/changelog   2026-06-05 
10:32:37.000000000 +0200
@@ -1,3 +1,10 @@
+satdump (1.2.2+git20260527.6e4757c31+dfsg-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS against HDF5 2.1.0
+
+ -- Gilles Filippini <[email protected]>  Fri, 05 Jun 2026 10:32:37 +0200
+
 satdump (1.2.2+git20260527.6e4757c31+dfsg-2) unstable; urgency=medium
 
   * Disable building with -march=native (Closes: #1138697)
diff -Nru 
satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/hdf5-2.1.0.patch 
satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/hdf5-2.1.0.patch
--- satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/hdf5-2.1.0.patch    
1970-01-01 01:00:00.000000000 +0100
+++ satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/hdf5-2.1.0.patch    
2026-06-05 10:32:37.000000000 +0200
@@ -0,0 +1,13 @@
+Index: 
satdump-1.2.2+git20260527.6e4757c31+dfsg/plugins/firstparty_support/CMakeLists.txt
+===================================================================
+--- 
satdump-1.2.2+git20260527.6e4757c31+dfsg.orig/plugins/firstparty_support/CMakeLists.txt
++++ 
satdump-1.2.2+git20260527.6e4757c31+dfsg/plugins/firstparty_support/CMakeLists.txt
+@@ -31,7 +31,7 @@ if(${HDF5_FOUND})
+   target_include_directories(firstparty_support
+                              PUBLIC ${HDF5_INCLUDE_DIRS})
+   target_link_directories(firstparty_support PUBLIC ${HDF5_LIBRARY_DIRS})
+-  target_link_libraries(firstparty_support PUBLIC hdf5 hdf5_hl hdf5_cpp 
xrit_support)
++  target_link_libraries(firstparty_support PUBLIC hdf5_serial hdf5_serial_hl 
hdf5_serial_cpp xrit_support)
+ 
+   if(MSVC OR BUILD_MSVC)
+     install(
diff -Nru satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/series 
satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/series
--- satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/series      
2026-05-29 21:07:53.000000000 +0200
+++ satdump-1.2.2+git20260527.6e4757c31+dfsg/debian/patches/series      
2026-06-05 10:32:37.000000000 +0200
@@ -1,4 +1,4 @@
 no-ambe.patch
 fix-icon-location.patch
 fix-desktop-file.patch
-
+hdf5-2.1.0.patch

--- End Message ---
--- Begin Message ---
Source: satdump
Source-Version: 1.2.2+git20260527.6e4757c31+dfsg-3
Done: Apostolos Kefalas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
satdump, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Apostolos Kefalas <[email protected]> (supplier of updated satdump package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Tue, 30 Jun 2026 13:52:43 +0300
Source: satdump
Architecture: source
Version: 1.2.2+git20260527.6e4757c31+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Apostolos Kefalas <[email protected]>
Changed-By: Apostolos Kefalas <[email protected]>
Closes: 1139608
Changes:
 satdump (1.2.2+git20260527.6e4757c31+dfsg-3) unstable; urgency=medium
 .
   [ Gilles Filippini ]
   * Fix FTBFS against HDF5 2.1.0 (Closes: #1139608)
 .
   [ Apostolos Kefalas ]
   * Fix FTBFS on arm
Checksums-Sha1:
 a72fef2a4622900ffaeed79b9f04777e04b572e2 2576 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3.dsc
 cb8b870e1fa0fe713697b97675d65ed5fc5002c0 15700 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3.debian.tar.xz
 90244eb5c9c9cf43219247adbebe7aa0390b39ab 15794 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3_source.buildinfo
Checksums-Sha256:
 18a8e9d32feb4d393ea42d39a19ab1c5e6bd4cd4cc37b8afd647a9dd4dd51345 2576 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3.dsc
 8a7657af183be94206f3a9b8f0357b9c740f8435f1470174260c81f3e0c92590 15700 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3.debian.tar.xz
 3d0307b0736d2a60539a3cdb88a9bc1dd16e9016ba3d56df8445954ccaf2b9ca 15794 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3_source.buildinfo
Files:
 f0b64ddff207c4145ff708978837089c 2576 hamradio optional 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3.dsc
 3bbc5c413ae6aff40402e420a110b80b 15700 hamradio optional 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3.debian.tar.xz
 fadea52433ec37bce3098a8db6d55db8 15794 hamradio optional 
satdump_1.2.2+git20260527.6e4757c31+dfsg-3_source.buildinfo

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

iQIzBAEBCgAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmpFdAEACgkQEWhSvN91
FcDndA/+J4wTMRKhesFJFDiXPU581qtgoUyRoOkeQd+nIVrZGKTaCCX/sKNwEW3M
qU41qxVYM+IVmfEKgUaQsUoqOPsQ202hxXLw2gosDWEqt34llR/wGRHlWkwyKN0c
hI4gpR8dNjyf5FiqDVF+y/eRxWmqEqvQyKKd9bjindyobfvjdg3pk44hc98hAO7P
cRLNcMYmy2HaAANcQ+77vLUDxhisuSP/G5zy0aLuk6hPv0PzVuaneqPgRDTr2F+T
fiuwt8Tkc0QZ25xFk16s9mIyyJ2+lR/8GJBmNGhodOnZgWFy4q6Fdh8b9LsC1eY4
ZWR5bGqQ/a072dz48/IdcxlYpPxqLKtpzjX/+198j/BVIgMBdywJfcokh8jopkaY
WM6yRiYMxekC2EZHxLeVHblpDC7b3IedRwp5wPXXKCoSF69bMQbULmJoM8TXb5Ym
npzVK/DYRsRJGjtqsrUoiJ7u9zGENvaLWx6xRMsFAz09PyyFNiEcmaf0ELIuJnVU
SVroxxOFgZtfs3cS3KtMgLrWSCqPlwlQJJY/EMM7f2ELIi1Ny9I19pFmakPHDRSb
Qs0eId72m5ygNfRSFxSwu3gRwib1XtxTPPyZxNIphHQGqJa9YZZXu0jYlks5WTGT
Unvb8B+lyuUhfOi3FUNUhB3La8TXprRNzQ2S1U85BkM5DaSYl2w=
=vXO4
-----END PGP SIGNATURE-----

Attachment: pgpiex2Iix3Po.pgp
Description: PGP signature


--- End Message ---

Reply via email to