Your message dated Sun, 15 Feb 2026 03:48:56 +0000
with message-id <[email protected]>
and subject line Bug#1127894: fixed in satdump 1.2.2+gb79af48-2
has caused the Debian Bug report #1127894,
regarding satdump FTBFS with volk 3.3
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.)


-- 
1127894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127894
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: satdump
Version: 1.2.2+gb79af48-1
Severity: serious
Tags: ftbfs patch
Forwarded: https://github.com/SatDump/SatDump/pull/1103

https://buildd.debian.org/status/logs.php?pkg=satdump&ver=1.2.2%2Bgb79af48-1%2Bb2

...
In file included from 
/build/reproducible-path/satdump-1.2.2+gb79af48/src-interface/viewer/image_handler.cpp:2:
/usr/include/volk/volk_common.h: In function ‘float volk_cos_poly(float)’:
/build/reproducible-path/satdump-1.2.2+gb79af48/src-interface/../src-core/common/calibration.h:7:12:
 error: expected unqualified-id before numeric constant
    7 | #define c1 1.1910427e-05
      |            ^~~~~~~~~~~~~
/build/reproducible-path/satdump-1.2.2+gb79af48/src-interface/../src-core/common/calibration.h:8:12:
 error: expected unqualified-id before numeric constant
    8 | #define c2 1.4387752
      |            ^~~~~~~~~
/usr/include/volk/volk_common.h: In function ‘float volk_arcsin_poly(float)’:
/build/reproducible-path/satdump-1.2.2+gb79af48/src-interface/../src-core/common/calibration.h:7:12:
 error: expected unqualified-id before numeric constant
    7 | #define c1 1.1910427e-05
      |            ^~~~~~~~~~~~~
/build/reproducible-path/satdump-1.2.2+gb79af48/src-interface/../src-core/common/calibration.h:8:12:
 error: expected unqualified-id before numeric constant
    8 | #define c2 1.4387752
      |            ^~~~~~~~~
...



A fix is attached.
>From ab0ddc27c2065a54e7039ae6d5fc3582bf76a309 Mon Sep 17 00:00:00 2001
From: Adrian Bunk <[email protected]>
Date: Sat, 14 Feb 2026 12:39:12 +0200
Subject: Fix the build with volk 3.3

---
 src-core/common/calibration.cpp | 4 ++--
 src-core/common/calibration.h   | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src-core/common/calibration.cpp b/src-core/common/calibration.cpp
index 1437304dd..90bc4c016 100644
--- a/src-core/common/calibration.cpp
+++ b/src-core/common/calibration.cpp
@@ -3,9 +3,9 @@
 #include <vector>
 #include <ctime>
 
-double temperature_to_radiance(double t, double v) { return (c1 * v * v * v) / 
(pow(e_num, c2 * v / t) - 1); }
+double temperature_to_radiance(double t, double v) { return (1.1910427e-05 * v 
* v * v) / (pow(e_num, 1.4387752 * v / t) - 1); }
 
-double radiance_to_temperature(double L, double v) { return (c2 * v) / (log(c1 
* v * v * v / L + 1)); }
+double radiance_to_temperature(double L, double v) { return (1.4387752 * v) / 
(log(1.1910427e-05 * v * v * v / L + 1)); }
 
 double freq_to_wavenumber(double freq) { return 1e7 / ((299792458.0 / freq) / 
10e-10); }
 
diff --git a/src-core/common/calibration.h b/src-core/common/calibration.h
index c58eeeb46..ba0ca7583 100644
--- a/src-core/common/calibration.h
+++ b/src-core/common/calibration.h
@@ -4,8 +4,6 @@
 #include <map>
 #include <ctime>
 
-#define c1 1.1910427e-05
-#define c2 1.4387752
 #define e_num 2.7182818
 
 double temperature_to_radiance(double t, double v);
-- 
2.47.3


--- End Message ---
--- Begin Message ---
Source: satdump
Source-Version: 1.2.2+gb79af48-2
Done: Alex Myczko <[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.
Alex Myczko <[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: Sun, 15 Feb 2026 03:20:01 +0000
Source: satdump
Architecture: source
Version: 1.2.2+gb79af48-2
Distribution: unstable
Urgency: medium
Maintainer: Apostolos Kefalas <[email protected]>
Changed-By: Alex Myczko <[email protected]>
Closes: 1127894
Changes:
 satdump (1.2.2+gb79af48-2) unstable; urgency=medium
 .
   * Apply patch to fix build with volk 3.3. (Closes: #1127894)
     Thanks Adrian Bunk.
Checksums-Sha1:
 60986d0c6f8b6b352677934b17248a036b4b6f19 2448 satdump_1.2.2+gb79af48-2.dsc
 44768ece53c25d870fdb892733cd4d7fd91b772b 13628 
satdump_1.2.2+gb79af48-2.debian.tar.xz
 598b4eaf3bea39ffa9cf0f1e2484f575f5c574c8 16745 
satdump_1.2.2+gb79af48-2_source.buildinfo
Checksums-Sha256:
 c7dd6cb25b46380407b82f7a7add11b2a19d06091a2222ba4e70724c96d0e1f0 2448 
satdump_1.2.2+gb79af48-2.dsc
 a2efb2952aa44f1534503a2d3642a50b3b0fd437f6b17019515b54946b6df8b4 13628 
satdump_1.2.2+gb79af48-2.debian.tar.xz
 88b18a99011026b8f9ea6950ea925d09587ce6d1294db22fc0bd4bceb0df5537 16745 
satdump_1.2.2+gb79af48-2_source.buildinfo
Files:
 afd3540e442ae635ef7e2b37ad38f067 2448 hamradio optional 
satdump_1.2.2+gb79af48-2.dsc
 966a0530ed10a453e7c82480e214c82c 13628 hamradio optional 
satdump_1.2.2+gb79af48-2.debian.tar.xz
 f11a738bf37fb0bb19d24cff43fe9dde 16745 hamradio optional 
satdump_1.2.2+gb79af48-2_source.buildinfo

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

iQJDBAEBCgAtFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmmRPJ8PHHRhckBkZWJp
YW4ub3JnAAoJEBFoUrzfdRXA4QAP/1Q2fomoxqvI36r+6NIXB66x4SEIA4PHQ17C
Fialk5JF4ClbtCfb1SEjMj/KJh3HFXv54BH3N8DrM+91b0HVyKrwwiAsx6UdVdiW
gHv4vYnTn7GUp0T32apnpQAx7zlzB+OlKf0Ragu8kbhHaL9DeuMdfThu3OyjGeiL
+5YBvYMugiT8rQ9MVRXImJc0iWi+9YvU8zeEDQWPlLGBj/jYOjRxu1U/6ytt2hWH
3TmT7uH7XCmiLMk5KT+CNQFTUEUZvVXyOyDPYxEjCzLCePkdRfFvC84SHedeT7M2
j/AHdJiWc0vS+1iL4w80NQZCzodXmZWg681nzAbozYkl2RKnjsrGelAhMniH2NWq
piINPipVfFgo5w7wFdGe6uQ3+sYa5MvUXvAvt4NeW8UdvNJfWKE5iElNkLAwPDsz
00vwM15nRs/vVJdpW1YHD/RxuUbDMIbiLIzkHihSfXmNVYjupfMULnqvNvzHuSxM
9kaAxM/ivj6h3k4D7/qtWK71QDN4npxb23tqTACF5DM7qDwpg+xKLopf/4ymYRVr
BUBb2MRWekjnYGHp/Q76zhJAvf6rojfgtx8fJ2Uc7IrfsdKEh6oOOhuUty0wG2wY
54BF1opxcEBdFyk2J077lO60cnJS7B/5ra1ItcVaOVr7eAbVo+Xc3QiPmB8tWL6Z
mHHRAePi
=fYCm
-----END PGP SIGNATURE-----

Attachment: pgpcKHiSo776T.pgp
Description: PGP signature


--- End Message ---

Reply via email to