Your message dated Fri, 05 Apr 2024 09:34:40 +0000
with message-id <[email protected]>
and subject line Bug#1068369: fixed in coda 2.25.2-1.1
has caused the Debian Bug report #1068369,
regarding coda: FTBFS due to -Werror=implicit-function-declaration.
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.)
--
1068369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068369
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: coda
Version: 2.25.2-1
Severity: serious
Tags: upstream ftbfs patch
Justification: makes the package in question unusable or mostly so
User: [email protected]
Usertags: hdf-4.3
Dear Maintainer,
Your package FTBFS while performing test rebuilds with HDF 4.3.20.
The attached patch resolves the issue by adding the appropriate includes to fix
the -Werror=implicit-function-declaration issues.
Kind Regards,
Bas
diff -Nru coda-2.25.2/debian/changelog coda-2.25.2/debian/changelog
--- coda-2.25.2/debian/changelog 2024-03-17 09:05:21.000000000 +0100
+++ coda-2.25.2/debian/changelog 2024-04-04 10:00:40.000000000 +0200
@@ -1,3 +1,10 @@
+coda (2.25.2-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Rebuild with HDF 4.3.0.
+
+ -- Bas Couwenberg <[email protected]> Thu, 04 Apr 2024 10:00:40 +0200
+
coda (2.25.2-1) unstable; urgency=medium
* New upstream release
diff -Nru coda-2.25.2/debian/patches/implicit-function-declaration.patch
coda-2.25.2/debian/patches/implicit-function-declaration.patch
--- coda-2.25.2/debian/patches/implicit-function-declaration.patch
1970-01-01 01:00:00.000000000 +0100
+++ coda-2.25.2/debian/patches/implicit-function-declaration.patch
2024-04-04 10:00:40.000000000 +0200
@@ -0,0 +1,37 @@
+Description: Fix FTBFS due to -Werror=implicit-function-declaration.
+Author: Bas Couwenberg <[email protected]>
+
+--- a/libcoda/coda-hdf4-cursor.c
++++ b/libcoda/coda-hdf4-cursor.c
+@@ -32,6 +32,8 @@
+ #include "coda-hdf4-internal.h"
+
+ #include <assert.h>
++#include <stdlib.h>
++#include <string.h>
+
+ static int get_native_type_size(coda_native_type type)
+ {
+--- a/libcoda/coda-hdf4-type.c
++++ b/libcoda/coda-hdf4-type.c
+@@ -32,6 +32,9 @@
+ #include "coda-hdf4-internal.h"
+
+ #include <assert.h>
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+
+ /* Compatibility with versions before HDF4r2 */
+ #ifndef _HDF_SDSVAR
+--- a/libcoda/coda-hdf4.c
++++ b/libcoda/coda-hdf4.c
+@@ -32,6 +32,8 @@
+ #include "coda-hdf4-internal.h"
+
+ #include <assert.h>
++#include <stdlib.h>
++#include <string.h>
+
+ static int init_GRImages(coda_hdf4_product *product)
+ {
diff -Nru coda-2.25.2/debian/patches/series coda-2.25.2/debian/patches/series
--- coda-2.25.2/debian/patches/series 2024-03-17 09:05:21.000000000 +0100
+++ coda-2.25.2/debian/patches/series 2024-04-04 10:00:40.000000000 +0200
@@ -3,3 +3,4 @@
hdf4-alt-libs.patch
detect_libaec.patch
hdf4-deps.patch
+implicit-function-declaration.patch
--- End Message ---
--- Begin Message ---
Source: coda
Source-Version: 2.25.2-1.1
Done: Bas Couwenberg <[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.
Bas Couwenberg <[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: SHA256
Format: 1.8
Date: Thu, 04 Apr 2024 10:00:40 +0200
Source: coda
Architecture: source
Version: 2.25.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1068369
Changes:
coda (2.25.2-1.1) unstable; urgency=medium
.
* Patch to fix FTBFS with HDF 4.3.0. Thanks to Bas Couwenberg
Closes: #1068369
Checksums-Sha1:
56aa91f806b3c4b8d4bb5012d89d42393a97980e 2430 coda_2.25.2-1.1.dsc
62a00ed24c852f93516a2df6d57ca6712b081e4f 77180 coda_2.25.2-1.1.debian.tar.xz
Checksums-Sha256:
985256a453823310199703621c102193e47caf8f070f7153e25c76ffca3386ba 2430
coda_2.25.2-1.1.dsc
eb1765e1076a8ce2f1e732b0bbd35cf975ec6186ab72df13ed2cfb47f6e676eb 77180
coda_2.25.2-1.1.debian.tar.xz
Files:
c82b110041db806b7dc69d7279938c47 2430 utils optional coda_2.25.2-1.1.dsc
5a70a673b2b977a21a536334d5355850 77180 utils optional
coda_2.25.2-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmYPwOAACgkQy+a7Tl2a
06X54g/+La4caPySqlnyE2+URdm1TgPAw75dODwr4uCnK2INLKlweUIrdxC5zZCQ
4Vgc2tJrY6Dw8fOKahgPlS2a/PGXcUL0zN8zAkpuT3ECHvtrqG/MLPpnks+IMoVM
rmA0l3FMTG8CTqk5lSVDbT0l+qhLpQGiASgYWqNpuWDhv2bEBHVprtDtJMr4Ak4f
Mz/0XeuVToV1DnSGwmUYcFhQCYbBzUCs3rizjBukS5euIEKlJcBqLZlYjzY4QOuX
xzN0lhhm4NqajRcBFDtb7LstZLU8du7shk2+LlfB+ZZf/s87pWjNvS2yjLIILaL/
CpvQF6aaMQz1EQOihFgIoQ7B15erVd37OSV2XScosnstMd6IztPismdaiHoTSWCS
ndOvnCdi8eQAYuavMlBfoI5wLoLfSTSfQdGF2rVKraT+9l6bT8/WPZNKSTjhAlBH
sEgKSJYvrHYUkcf1/chNsL+NUOQqKR3wgADCvMaLAymovIyR0O+NMIe/Ca0h07Mk
4urn88TyaRiZdnuc7TcXbhMAiruRrLRfCdRKHvCrxeoGxXEwcyq7ClSbU77YvCGu
qlaOF5UmRtbXhZl1jSMepH4JMu/wVDeGJ3LQcOlqsigdTh0AkzoY5+pnQC/5LOzC
lObhky5G+zHrv5lrmvklQdOz8rlrDbigqw6ZTH+IFRmRL9tcBNY=
=iVd4
-----END PGP SIGNATURE-----
pgpBaDoMUmmkF.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers