Your message dated Sun, 23 Nov 2025 07:05:02 +0000
with message-id <[email protected]>
and subject line Bug#1112297: fixed in libhdf4 4.3.1-2~exp1
has caused the Debian Bug report #1112297,
regarding libhdf4 FTCBFS: szlib encoder test cannot be run
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.)


-- 
1112297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112297
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libhdf4
Version: 4.3.1-1
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

libhdf4 fails to cross build from source, because it uses AC_RUN_IFELSE 
to check for whether SZ_encoder_enabled() returns true-ish. We cannot 
test this during cross compilation, but it has only ever returned 
trueish for a long time. Therefore I suggest accepting a patch that 
guesses the result as trueish for cross compilation only.

Helmut
--- libhdf4-4.3.1.orig/configure.ac
+++ libhdf4-4.3.1/configure.ac
@@ -844,15 +844,16 @@
         else
             exit(1);
     }
-    ]])],[CAN_ENCODE="yes"],[CAN_ENCODE="no"],[])
-
-    ## Report szip encoder test results
-    if test "X$CAN_ENCODE" = "Xyes"; then
+    ]])],[
         AC_MSG_RESULT([yes])
-    fi
-    if test "X$CAN_ENCODE" = "Xno"; then
+        CAN_ENCODE="yes"
+    ],[
         AC_MSG_RESULT([no])
-    fi
+        CAN_ENCODE="no"
+    ],[
+        AC_MSG_RESULT([cross compiling. guessing yes])
+        CAN_ENCODE="yes"
+    ])
 
     ## Add "szip" to external filter list
     if test "X$CAN_ENCODE" = "Xyes"; then

--- End Message ---
--- Begin Message ---
Source: libhdf4
Source-Version: 4.3.1-2~exp1
Done: Bas Couwenberg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libhdf4, 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.
Bas Couwenberg <[email protected]> (supplier of updated libhdf4 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, 23 Nov 2025 07:42:28 +0100
Source: libhdf4
Architecture: source
Version: 4.3.1-2~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1112297
Changes:
 libhdf4 (4.3.1-2~exp1) experimental; urgency=medium
 .
   * Team upload.
   * Add patch by Helmut Grohne to fix cross building.
     (closes: #1112297)
   * Update lintian overrides.
   * Drop Rules-Requires-Root: no, default since dpkg 1.22.13.
   * Use test-build-validate-cleanup instead of test-build-twice.
   * Add patch by Antonio Valentino to fix segfaults in rioxarray.
Checksums-Sha1:
 30429d8f0075ed81236656cc0a3892e224af8aca 2175 libhdf4_4.3.1-2~exp1.dsc
 b7fc67f933147d76fc3de205a5c82b3a4f849cf9 37896 
libhdf4_4.3.1-2~exp1.debian.tar.xz
 ec60cf88b5edb836b0f379be215411c94ce52d3c 8880 
libhdf4_4.3.1-2~exp1_amd64.buildinfo
Checksums-Sha256:
 5abd3c7b4489c0eb199e572cddfc5a8d4a4e5b649ff00140c809fb9c6b64745e 2175 
libhdf4_4.3.1-2~exp1.dsc
 01a6487c041109aeb34ee1b0640dbd597f4a5106754ff89fea0251d68506d4df 37896 
libhdf4_4.3.1-2~exp1.debian.tar.xz
 007238cf652d15f65f3e9528c1ac46732e95d61b45f7fc9b5ca63263492c83aa 8880 
libhdf4_4.3.1-2~exp1_amd64.buildinfo
Files:
 6f154cc53ad48564e05ff822596eac12 2175 graphics optional 
libhdf4_4.3.1-2~exp1.dsc
 74b7068eb71e254045dc8cea1c3aef6f 37896 graphics optional 
libhdf4_4.3.1-2~exp1.debian.tar.xz
 12de0b6685b4e4dd43b73fc509516887 8880 graphics optional 
libhdf4_4.3.1-2~exp1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmkirZAACgkQZ1DxCuiN
SvH0+BAAry4Y1ct/4IQfdZhnDd9rfwwUnroBsPUHCojyFX8W7RRXdyVVnE9GO0vb
u1aliGFsr/o6SuoppVIrz72yrQ1NW3T6hXf2xXUzmVC0e7XPzKF37OXNFJ+HwVQg
4E4Lk3i0CQ6Q2irC6E3/b7d+zQI29qSL5Jk+M4pjJ1jXO9py4M02hMhI+F2mYLJz
rlx0U4nVzxnGaDizDTqCym07ilmjuD2DAvb/m8EKoyStzaa+t9IfbRkhmY0Cm8nf
eynx73svBqK4RGa15vKCafyoLC11Roi6qbItmVeVWIoABWKhgqlnr6F4mZc0ROkp
2k8KnInY8/miXS1aneONm7Uv7g9E8z39tb31mdgtDai5d3WZF67MCifrBRwZ++fI
8FRRjDQc2pxq0UlFlRpcFvjKpjBUENNnJ9P0mUAYUTqgRqI5JifNmYU1YsT+Ddos
XZcA4FWGqHzEku7AOppOGf0hmBtXugQjvxp9YXrPJ59vW4bUwIDbpC4a8aw17+hh
cASQTAsrsTqlkIEZDkwn99ihuRxQIv6j5uV7XpHRQU2UtBkAb8/1jPYfhf2nLBun
7T+atJpJ2EPsMWSFqm3s3bCONH9xyPZjufycpN+DsuwlPhbwdQ3oHOK+Ie2Z9LD3
U6J3r4oLR6Uff4srNgHV9qpOd0h/ZN4LJTUnER4Dq8fT87Hi29A=
=tQDV
-----END PGP SIGNATURE-----

Attachment: pgp3Z_nXCM0cM.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to