Your message dated Wed, 13 Aug 2025 16:05:09 +0000
with message-id <[email protected]>
and subject line Bug#1108640: fixed in coda 2.25.6-2
has caused the Debian Bug report #1108640,
regarding coda: FTBFS with HDF 4.3.1
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.)
--
1108640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108640
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: coda
Version: 2.25.5-1
Severity: important
Tags: ftbfs patch
Control: tags -1 forky sid
User: [email protected]
Usertags: hdf4-4.3.1
Dear Maintainer,
Your package FTBFS with HDF4 4.3.1 in experimental because the -alt libraries
were removed.
The attached patch fixes the issue, but cannot be used for the package in
unstable until libhdf4 has been updated in unstable sometime after the trixie
release.
Kind Regards,
Bas
diff -Nru coda-2.25.5/debian/control coda-2.25.5/debian/control
--- coda-2.25.5/debian/control 2025-03-14 09:19:57.000000000 +0100
+++ coda-2.25.5/debian/control 2025-07-02 08:47:55.000000000 +0200
@@ -11,7 +11,7 @@
libaec-dev,
libpcre2-dev,
libexpat1-dev,
- libhdf4-alt-dev,
+ libhdf4-dev,
python3-all-dev,
zlib1g-dev,
swig,
diff -Nru coda-2.25.5/debian/patches/hdf4-alt-libs.patch
coda-2.25.5/debian/patches/hdf4-alt-libs.patch
--- coda-2.25.5/debian/patches/hdf4-alt-libs.patch 2025-03-14
09:19:57.000000000 +0100
+++ coda-2.25.5/debian/patches/hdf4-alt-libs.patch 1970-01-01
01:00:00.000000000 +0100
@@ -1,39 +0,0 @@
-Description: Use hdf4 alt library in Debian
-Author: Alastair McKinstry <[email protected]>
-Last-Updated: 2018-01-27
-Forwarded: not-needed
-
---- a/m4/hdf4.m4
-+++ b/m4/hdf4.m4
-@@ -15,26 +15,20 @@
- if test "$HDF4_INCLUDE" != "" ; then
- CPPFLAGS="-I$HDF4_INCLUDE $CPPFLAGS"
- fi
-+HDF4DFLIB=-ldfalt
- AC_CHECK_HEADERS(hdf.h)
- AC_CHECK_HEADERS(netcdf.h)
- AC_CHECK_HEADERS(mfhdf.h)
--HDF4DFLIB=-ldf
--AC_CHECK_LIB(df, Hopen, ac_cv_lib_df=yes, ac_cv_lib_df=no, [ $ZLIB $JPEGLIB
$SZLIB])
--if test $ac_cv_lib_df = no ; then
-- AC_CHECK_LIB(hdf, Hopen, ac_cv_lib_hdf=yes, ac_cv_lib_hdf=no, [ $ZLIB
$JPEGLIB $SZLIB])
-- if test $ac_cv_lib_hdf = yes ; then
-- HDF4DFLIB=-lhdf
-- fi
--fi
--AC_CHECK_LIB(mfhdf, SDstart, ac_cv_lib_mfhdf=yes, ac_cv_lib_mfhdf=no, [
$HDF4DFLIB $ZLIB $JPEGLIB $SZLIB])
-+AC_CHECK_LIB(dfalt, Hopen, ac_cv_lib_df=yes, ac_cv_lib_df=no, [ $ZLIB
$JPEGLIB $SZLIB])
-+AC_CHECK_LIB(mfhdfalt, SDstart, ac_cv_lib_mfhdf=yes, ac_cv_lib_mfhdf=no, [
-ldfalt $ZLIB $JPEGLIB $SZLIB])
- if test $ac_cv_header_hdf_h = no || test $ac_cv_header_mfhdf_h = no ||
-- (test $ac_cv_lib_df = no && test $ac_cv_lib_hdf = no) || test
$ac_cv_lib_mfhdf = no ; then
-+ (test $ac_cv_lib_df = no && test $ac_cv_lib_hdf = no) || test
$ac_cv_lib_mfhdf = no ; then
- st_cv_have_hdf4=no
- CPPFLAGS=$old_CPPFLAGS
- LDFLAGS=$old_LDFLAGS
- else
- st_cv_have_hdf4=yes
-- HDF4LIBS="-lmfhdf $HDF4DFLIB $ZLIB $JPEGLIB $SZLIB"
-+ HDF4LIBS="-lmfhdfalt -ldfalt $ZLIB $JPEGLIB $SZLIB"
- fi
- AC_MSG_CHECKING(for HDF4 installation)
- AC_MSG_RESULT($st_cv_have_hdf4)
diff -Nru coda-2.25.5/debian/patches/series coda-2.25.5/debian/patches/series
--- coda-2.25.5/debian/patches/series 2025-03-14 09:19:57.000000000 +0100
+++ coda-2.25.5/debian/patches/series 2025-07-02 08:47:55.000000000 +0200
@@ -1,6 +1,5 @@
examples-path.patch
use-system-libs.patch
-hdf4-alt-libs.patch
detect_libaec.patch
hdf4-deps.patch
implicit-function-declaration.patch
--- End Message ---
--- Begin Message ---
Source: coda
Source-Version: 2.25.6-2
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
coda, 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.
Alastair McKinstry <[email protected]> (supplier of updated coda 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: Wed, 13 Aug 2025 16:21:23 +0100
Source: coda
Architecture: source
Version: 2.25.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1108640
Changes:
coda (2.25.6-2) unstable; urgency=medium
.
* Push to unstable. Closes: #1108640
Checksums-Sha1:
e6a75397b9dcb0fac44b7edbc467454264c2c1e5 2401 coda_2.25.6-2.dsc
2fc4e225f2300e4760d5b6e75347ff274a19926b 76868 coda_2.25.6-2.debian.tar.xz
Checksums-Sha256:
9de40f259049f2d0acb0f081f094074ab9de572fd9fc8171302fa418a84cc734 2401
coda_2.25.6-2.dsc
3b2910e5ca4011de2c72d980883bf2f7c7d309835b816738464c8c528cc3eb41 76868
coda_2.25.6-2.debian.tar.xz
Files:
38fc30150fdb546c9605d7c99ecc7970 2401 utils optional coda_2.25.6-2.dsc
d51b41630c243383f0c6f2a03d442c9c 76868 utils optional
coda_2.25.6-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmicroAACgkQy+a7Tl2a
06UkZw/+Mby6jSmljk1ccUA0A+Py1Pd1Bbf1JnX1Fv3+DqiqNXM5Vk8lZKmyIijE
R38QsTyzNc+qNcpKP0DQq5toIHQrO9jIhrrS73AhYRvnSRmGQdh9SKmOPsAbxB4t
v8crkh6HnAvg+2vIgAw8c+vCrt9X/v9EUq8t+xlthVoMRtTaC9NEcVqmLK4avDod
/7bSOfJCcGFC9XdpjTK06OAFYQW1c+8pEPSKazR91sUceB9LTwbCTtympZadLbJl
DgCK2KbHPN560UXs2BU9C0W09/xFOdIUi+Xy+4WthfospuB2gIQvnhywUvMiOvU3
htC8FbLj1g5GMP2LvDGFLL9I6JfNNjz75UtVHvmVPKa40A0clH50J1lQWMDCP/Gf
F+4oYUO/W9kkdoPr4PEhAt9bZUX+P48zoZSvv8DoKmW8St7GeOQXrH9GjiQvU6T5
LAPa3TO1W3Tb1ls7AmZlShh5fV0gdjZjdmISS+4gmRRBm3NVRbEp7ir8wAemgwg0
vBD5kUvXyQLpD3L1ihJEgFppgc0cnyQOC14lUefcFLAXMe3PWv0PVn9hr4v4LLyZ
v++yfi5zcvCqfGrWDzBqQgzmPDTECixDYSxjqwRigB7yiWGji4g8D5SwN3JB4gkN
NsCB42DPtKjEGbgl5MZFjj3Eqdfj+QkHKHTmRexYYW929S5wm+s=
=2wA6
-----END PGP SIGNATURE-----
pgpxhchrXR906.pgp
Description: PGP signature
--- End Message ---