Your message dated Thu, 14 Aug 2025 10:34:09 +0000
with message-id <[email protected]>
and subject line Bug#1108649: fixed in hdf-eos4 3.0-2
has caused the Debian Bug report #1108649,
regarding hdf-eos4: 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.)


-- 
1108649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108649
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hdf-eos4
Version: 3.0-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 there sometime after the trixie release.

Kind Regards,

Bas
diff -Nru hdf-eos4-3.0/debian/control hdf-eos4-3.0/debian/control
--- hdf-eos4-3.0/debian/control 2024-08-08 10:54:48.000000000 +0200
+++ hdf-eos4-3.0/debian/control 2025-07-02 10:36:29.000000000 +0200
@@ -10,7 +10,7 @@
 Build-Depends: debhelper-compat  (= 13),
  dh-buildinfo,
  gfortran | fortran-compiler,
- libhdf4-alt-dev,
+ libhdf4-dev,
  libaec-dev,
  libjpeg-dev,
  libgctp-dev,
diff -Nru hdf-eos4-3.0/debian/patches/hdfalt.patch 
hdf-eos4-3.0/debian/patches/hdfalt.patch
--- hdf-eos4-3.0/debian/patches/hdfalt.patch    2024-08-08 10:54:48.000000000 
+0200
+++ hdf-eos4-3.0/debian/patches/hdfalt.patch    1970-01-01 01:00:00.000000000 
+0100
@@ -1,63 +0,0 @@
-Author: Alastair McKinstry <[email protected]>
-Description: Use hdfalt rather than hdf for compatability with gdal
-Last-Updated: 2024-08-08
-Forwarded: non-needed
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -396,8 +396,8 @@
-         CPPFLAGS="-I$hdf4_inc $CPPFLAGS"
-         LDFLAGS="-L$hdf4_lib $LDFLAGS"
- 
--        AC_CHECK_LIB([df],[Hopen])
--        AC_CHECK_LIB([mfhdf],[hdf_close])
-+        AC_CHECK_LIB([dfalt],[Hopen])
-+        AC_CHECK_LIB([mfhdfalt],[hdf_close])
-         AC_CHECK_HEADERS([hdf.h])
-         AC_CHECK_HEADERS([mfhdf.h])
-     ])
---- a/m4/hdf4.m4
-+++ b/m4/hdf4.m4
-@@ -9,20 +9,20 @@
-         m4_foreach([path], [$1], [
-             lib_path=path
-             saved_LDFLAGS="$LDFLAGS"
--            HDFSTATE="x$ac_cv_lib_df_Hopen x$ac_cv_lib_mfhdf_hdf_close"
-+            HDFSTATE="x$ac_cv_lib_dfalt_Hopen x$ac_cv_lib_mfhdf_hdf_close"
-             AS_IF([test -n "$lib_path"], [LDFLAGS="-L$lib_path $LDFLAGS"])
- 
-             AS_IF(
--                [test "x$ac_cv_lib_df_Hopen" != "xyes"],
-+                [test "x$ac_cv_lib_dfalt_Hopen" != "xyes"],
-                 [
--                    unset ac_cv_lib_df_Hopen
--                    AC_CHECK_LIB([df],[Hopen])
-+                    unset ac_cv_lib_dfalt_Hopen
-+                    AC_CHECK_LIB([dfalt],[Hopen])
-                 ])
-             AS_IF(
-                 [test "x$ac_cv_lib_mfhdf_hdf_close" != "xyes"],
-                 [
-                     unset ac_cv_lib_mfhdf_hdf_close
--                    AC_CHECK_LIB([mfhdf],[hdf_close])
-+                    AC_CHECK_LIB([mfhdfalt],[hdf_close])
-                 ])
- 
-             AS_IF(
-@@ -78,12 +78,12 @@
-             [AC_MSG_ERROR([HDF4 header file mfhdf.h not found])]
-         )
-         AS_IF(
--            [test "x$ac_cv_lib_df_Hopen" != xyes],
--            [AC_MSG_ERROR([HDF4 library 'df' not found])]
-+            [test "x$ac_cv_lib_dfalt_Hopen" != xyes],
-+            [AC_MSG_ERROR([HDF4 library 'dfalt' not found])]
-         )
-         AS_IF(
--            [test "x$ac_cv_lib_mfhdf_hdf_close" != xyes],
--            [AC_MSG_ERROR([HDF4 library 'mfhdf' not found])]
-+            [test "x$ac_cv_lib_mfhdfalt_hdf_close" != xyes],
-+            [AC_MSG_ERROR([HDF4 library 'mfhdfalt' not found])]
-         )
- 
- 
diff -Nru hdf-eos4-3.0/debian/patches/series hdf-eos4-3.0/debian/patches/series
--- hdf-eos4-3.0/debian/patches/series  2024-08-08 10:54:48.000000000 +0200
+++ hdf-eos4-3.0/debian/patches/series  2025-07-02 10:36:29.000000000 +0200
@@ -5,5 +5,4 @@
 # fix_tests.patch
 # disable_testswath.patch
 disable_grid_demo_test.patch
-hdfalt.patch
 gcc14.patch

--- End Message ---
--- Begin Message ---
Source: hdf-eos4
Source-Version: 3.0-2
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hdf-eos4, 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 hdf-eos4 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: Thu, 14 Aug 2025 11:20:14 +0100
Source: hdf-eos4
Architecture: source
Version: 3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1108649
Changes:
 hdf-eos4 (3.0-2) unstable; urgency=medium
 .
   * Push to unstable. Closes: #1108649
Checksums-Sha1:
 30eeef5a8da5c49ba09bdc9fb8f4aea1e37e7e45 2090 hdf-eos4_3.0-2.dsc
 97403432ec7b44fae702140a14993b84fd165006 7380 hdf-eos4_3.0-2.debian.tar.xz
Checksums-Sha256:
 6692e585971b5a297fea8ccf4716bfc96e391a9fef17b6f065f3cb1f61c7262d 2090 
hdf-eos4_3.0-2.dsc
 3bea80316387cfb0e837bc404074b23753900c8934f5f85f46c81f185d388c3e 7380 
hdf-eos4_3.0-2.debian.tar.xz
Files:
 2b5bd12302903050bfbbcb9ca992e1d1 2090 libs optional hdf-eos4_3.0-2.dsc
 acaf37683579af0d2c0defab5b377ba6 7380 libs optional 
hdf-eos4_3.0-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmiduPwACgkQy+a7Tl2a
06VPjg/+Py/uJ/QfJGRFSNKJ2nORfQr3CLKxzcQdfya171iCh+FfUscbzX3jSGJR
NMWgnZXGo5YkaosIECQiqpAJgZKLthIV1vOTX6M7MbuKV8FMtBM/6jWkjmv0O6AY
3LgfOswhoJ0TwDZ7uwR0JrM5pJqS+jcxNT4pZcxatldekVOarZgNYyi/zmLqxW2x
JAhZ8p+2eIcDaDwoRq6lrB07T9s1OgH2WDnzn+nWMIVWk0LttYzShEBSVNUd97X+
EQ1wrmZ9MdxEqSWKCvoSW22DEg88t988+x+xMl72WGVNja6jIv1ZG5VVXNjt6l4h
OxqwxCYDCgn6dMBvcAzNGje7FWYnrwzBlVR12Erul7/aDspjdLGNx8otCZB7vnE1
f7SSc2ZRz+KCELMsL0iFg0kQwsQhZLCLEr1jefpqLtdRh0F87L2qdebbC8nKxM7V
yNHxnJKdOYFW+mzw2TxdaskYjYWxTa9s66MVYIf/Ojcl9KOWTTFgZzk4cwvFKkAt
UpGi/x/yQiO6KesFJGOf17BLJ7CGUVhFua4nBAsQGwf+j/upgV+DVUjJgTJOKNHK
rGAkMCVL9HWgwhkMk/sUwfvL70oELGOJWjL682nOMjQ4c7YCyK3lkVusXGHbayBE
44wH2CRXLF+RATV2doUA61bfGfbilYprvhjzN/rKxLxIzuxsw/Q=
=6bx9
-----END PGP SIGNATURE-----

Attachment: pgpo01D5_qG_8.pgp
Description: PGP signature


--- End Message ---

Reply via email to