Your message dated Sat, 23 Aug 2025 16:19:26 +0000
with message-id <[email protected]>
and subject line Bug#1108644: fixed in dx 1:4.4.4-19
has caused the Debian Bug report #1108644,
regarding dx: 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.)
--
1108644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108644
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: dx
Version: 1:4.4.4-18
Severity: important
Tags: patch
Control: tags -1 forky sid
User: [email protected]
Usertags: hdf4-4.3.1
Dear Maintainer,
Your package depends on the hdf4-alt package which are removed in HDF 4.3.1.
The attached patch resolves this, 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 dx-4.4.4/debian/control dx-4.4.4/debian/control
--- dx-4.4.4/debian/control 2024-11-24 12:02:44.000000000 +0100
+++ dx-4.4.4/debian/control 2025-07-02 08:59:50.000000000 +0200
@@ -10,7 +10,7 @@
flex,
libbz2-dev,
libglu-dev,
- libhdf4-alt-dev | libhdf4-dev,
+ libhdf4-dev,
libjpeg-dev,
libmotif-dev,
libnetcdf-dev,
@@ -72,7 +72,7 @@
Depends: libdx4t64 (= ${binary:Version}), ${misc:Depends}
Suggests: libbz2-dev,
libglu-dev,
- libhdf4-alt-dev | libhdf4-dev,
+ libhdf4-dev,
libjpeg-dev,
liblcms1-dev,
libmotif-dev,
diff -Nru dx-4.4.4/debian/patches/40-hdfalt-support.patch
dx-4.4.4/debian/patches/40-hdfalt-support.patch
--- dx-4.4.4/debian/patches/40-hdfalt-support.patch 2024-05-03
10:55:40.000000000 +0200
+++ dx-4.4.4/debian/patches/40-hdfalt-support.patch 1970-01-01
01:00:00.000000000 +0100
@@ -1,38 +0,0 @@
-From: Daniel Kobras <[email protected]>
-Subject: Add support for Debian-specific library hdf4-alt that provides an
- alternative ABI suitable for linking both libhdf4 and netcdf into the
- same binary without namespace clashes.
-
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git'
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr'
dx~/configure.ac dx/configure.ac
---- dx~/configure.ac 2010-03-25 19:27:17.000000000 +0100
-+++ dx/configure.ac 2010-03-25 19:29:17.000000000 +0100
-@@ -680,7 +680,16 @@
- fi
- dnl -- check for unix
- else
-- AC_CHECK_LIB(df,Hopen,passed=`expr $passed + 1`,failed=`expr $failed +
1`,[ -lz -ljpeg ])
-+ for libname in df dfalt
-+ do
-+ AC_CHECK_LIB($libname,Hopen,[found=1; break],found=0,[ -lz -ljpeg ])
-+ done
-+ if test $found -eq 1
-+ then
-+ passed=`expr $passed + 1`
-+ else
-+ failed=`expr $failed + 1`
-+ fi
- AC_MSG_CHECKING(if HDF package is complete)
- if test $passed -gt 0
- then
-@@ -689,9 +698,9 @@
- AC_MSG_RESULT(no -- some components failed test)
- have_hdf='no (failed tests)'
- else
-- LIB_HDF='-ldf'
-+ LIB_HDF="-l$libname"
- LIBS="$LIB_HDF $LIBS"
-- FMT_LIBS="$FMT_LIBS libdf.a"
-+ FMT_LIBS="$FMT_LIBS lib${libname}.a"
- AC_DEFINE(HAVE_LIBDF, 1, [Define to 1 if you have the HDF libraries])
- AC_MSG_RESULT(yes)
- have_hdf='yes'
diff -Nru dx-4.4.4/debian/patches/series dx-4.4.4/debian/patches/series
--- dx-4.4.4/debian/patches/series 2024-08-25 11:46:20.000000000 +0200
+++ dx-4.4.4/debian/patches/series 2025-07-02 08:59:50.000000000 +0200
@@ -8,7 +8,6 @@
10-autoreconf-fix.patch
20-magick-pkgconfig.patch
30-no-shell-override.patch
-40-hdfalt-support.patch
90-usr-local-cleanup.patch
50-dxgeterror-fix.patch
50-disable-libxp.patch
--- End Message ---
--- Begin Message ---
Source: dx
Source-Version: 1:4.4.4-19
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dx, 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.
Graham Inggs <[email protected]> (supplier of updated dx 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: Sat, 23 Aug 2025 16:00:08 +0000
Source: dx
Built-For-Profiles: noudeb
Architecture: source
Version: 1:4.4.4-19
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1096555 1108644
Changes:
dx (1:4.4.4-19) unstable; urgency=medium
.
[ Bas Couwenberg ]
* Replace libhdf4-alt-dev with libhdf4-dev.
(closes: #1108644)
.
[ Graham Inggs ]
* Also build with -std=c11 to avoid FTBFS with GCC 15
(Closes: #1096555)
* Update debian/copyright
* Bump Standards-Version to 4.7.2, no changes
Checksums-Sha1:
b213190fe0bad4d8a7fa1f82559a34ea2aee425e 2344 dx_4.4.4-19.dsc
d0bdc3f115b6a9d9fb9d97db4526ba5511493e01 73640 dx_4.4.4-19.debian.tar.xz
Checksums-Sha256:
f36c96ec19cfaea8839aad0782e1f397ceb34e8b049954cde84fd7099222c31f 2344
dx_4.4.4-19.dsc
5af8ecdc3370ff9f57b1771d091439e600135846b64a3ea243783dec19178163 73640
dx_4.4.4-19.debian.tar.xz
Files:
3f09523f7b91c00f29784675244aeaf8 2344 science optional dx_4.4.4-19.dsc
5b1e6ff61979861d25703bbf1b014dfe 73640 science optional
dx_4.4.4-19.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmip5iQACgkQr8/sjmac
4cLAFg//V2/pwk7gQcA9O87Dz8ykF/KwzLkCy8wxIAvTkqPVkKQj9AgpeGSXKpuR
Pws9ijP1C3CShVtTrJ1xT3pdBR0Q9JoVK4t65tN2MylrbMyKdZbdUx92aK/tew20
/y1iyFo5EvmDqeXbA99ePFIRQO5RqP7D4NsowzgZTWU0tfk8UWVzdT2ZII45fZH3
qq0MMV0Xgq4YzWwfbWTfm0tttMfP39msVcdbC+e5SyrDBOYUXpVL+oDmotLwZZ13
N5e+Iq+1kPNCoNQ5OAUV4FpZm1ko6/JCqoF0j5bA8Hu4SSvVu3wCzsDgVBuVaIWm
rK9Mh7U4ATdWhSusiYcqPYfbPHLZuyIC8/uzD6oCZC5SzFZLJ+eaGqsPil1kF/UM
l/G7ccvAiP8Pxs5TQ0CXWGiHa1dbTZ+Fpja7RJfy78RuqDHUhuth3lSXvzbiVsDH
BY6PYgM3hZuHyrTkoE2rNupp6XYQ5TY/awDM46U0vFFhJjW3/9Dhwg3AKowYyEov
injHqqz+R7l6yrLdiHoEDaX1Z/zbC9XS/enzxejtzmUuQxS60p6GmZaQZUPZ7jp+
ns7UCjmmLOla8sBM1jM2rXVdbY62zMBczoKNnGgUu3AVPgBWAy6UhpWs1xu7Z61Z
Y163243mbH6XZTbTxtBs/RXqB1S2r9o9jM5QVmi3LCCUDXUs+FE=
=yZRI
-----END PGP SIGNATURE-----
pgpca1nbGRK9w.pgp
Description: PGP signature
--- End Message ---