Your message dated Wed, 11 Dec 2024 10:49:05 +0000
with message-id <[email protected]>
and subject line Bug#1087772: fixed in grads 3:2.2.1-9
has caused the Debian Bug report #1087772,
regarding grads: FTBFS with HDF5 1.14: too few arguments to function
‘H5Oget_info3’
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.)
--
1087772: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087772
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: grads
Version: 3:2.2.1-8
Severity: important
Tags: ftbfs patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
During a test rebuild against HDF5 1.14 currently in experimental grads FTBFS
with:
gcc -DHAVE_CONFIG_H -I. -I. -I/usr/include -I/usr/include/hdf
-I/usr/include/hdf5/serial -I/usr/include/geotiff -I/usr/include/hdf
-I/usr/include -g -O2 -Werror=i
mplicit-function-declaration
-ffile-prefix-map=/build/grads-flY8KZ/grads-2.2.1=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-prot
ection -fPIC -rdynamic -c -o gaio.o gaio.c
In file included from /usr/include/hdf5/serial/H5public.h:31,
from /usr/include/hdf5/serial/hdf5.h:21,
from grads.h:13,
from gaio.c:19:
gaio.c: In function ‘h5pattrs’:
/usr/include/hdf5/serial/H5version.h:921:23: error: too few arguments to
function ‘H5Oget_info3’
921 | #define H5Oget_info H5Oget_info3
| ^~~~~~~~~~~~
gaio.c:4699:15: note: in expansion of macro ‘H5Oget_info’
4699 | if ((rc = H5Oget_info(vid,&oinfo))<0) err=1;
| ^~~~~~~~~~~
In file included from /usr/include/hdf5/serial/H5Apublic.h:21,
from /usr/include/hdf5/serial/hdf5.h:22:
/usr/include/hdf5/serial/H5Opublic.h:506:15: note: declared here
506 | H5_DLL herr_t H5Oget_info3(hid_t loc_id, H5O_info2_t *oinfo, unsigned
fields);
| ^~~~~~~~~~~~
make[3]: *** [Makefile:802: gaio.o] Error 1
Please find attached a patch proposal.
Best,
_g.
- -- System Information:
Debian Release: 12.0
Architecture: amd64 (x86_64)
Kernel: Linux 6.1.0-26-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAmc7T/8ACgkQ7+hsbH/+
z4NjCQf+PrKCmshOEZMcbxFbZpvwooJChEGknP5e14N4ai3ekPDCnYPGL5mg20Aa
vVSXEtwCpCw3XaI+CKxW/MG7qqpGaJHfhLJ6eOcfMfQf3SmiWeXPBY+UHHU3vvDq
nmcoAztS5nwlPOQ4/2xkT3uIYn62qfrz0XAt8XJSMbNdrc9gi8JZOM3pRsCFcVrw
F6t17z1wOvyjjcBCI+V4IBvXbFtM4xAgSAsxFH0SSyDfb4PnXNkmnBdnSp9v1rql
cQdRNmdvUZzL4FSmyEmv8FlpF54tuXGbom1FUTl0gSF+E06RwyDgt6QS3eYgFcZ/
/UOPHCZDt722NNDpQHG7FAvKWJOarw==
=obC5
-----END PGP SIGNATURE-----
diff -Nru grads-2.2.1/debian/changelog grads-2.2.1/debian/changelog
--- grads-2.2.1/debian/changelog 2024-09-16 09:15:50.000000000 +0200
+++ grads-2.2.1/debian/changelog 2024-11-17 21:43:25.000000000 +0100
@@ -1,3 +1,10 @@
+grads (3:2.2.1-8.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Add -DH5_USE_110_API to CFLAGS to fix FTBFS against HDF5-1.14
+
+ -- Gilles Filippini <[email protected]> Sun, 17 Nov 2024 21:43:25 +0100
+
grads (3:2.2.1-8) unstable; urgency=medium
* Temporarily drop libsx support. Closes: #1080994
diff -Nru grads-2.2.1/debian/rules grads-2.2.1/debian/rules
--- grads-2.2.1/debian/rules 2024-09-16 09:15:50.000000000 +0200
+++ grads-2.2.1/debian/rules 2024-11-17 21:43:25.000000000 +0100
@@ -12,7 +12,8 @@
include /usr/share/dpkg/buildflags.mk
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) \
- -fPIC
+ -fPIC \
+ -DH5_USE_110_API
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) \
-I/usr/include/cairo \
--- End Message ---
--- Begin Message ---
Source: grads
Source-Version: 3:2.2.1-9
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
grads, 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 grads 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: Wed, 11 Dec 2024 10:21:17 +0000
Source: grads
Architecture: source
Version: 3:2.2.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1087772
Changes:
grads (3:2.2.1-9) unstable; urgency=medium
.
[ Giles Filippini ]
* Add -DH5_USE_110_API to CFLAGS to fix FTBFS against HDF5-1.14
Closes: #1087772
.
[ Alastair McKinstry ]
* Re-enable libsx support, pkg back available in testing
Checksums-Sha1:
e5837bcd77fcd3f1fb3791c396efc85749c73ada 2787 grads_2.2.1-9.dsc
495bac30d6b42038f714116c2ae9e1923a1e05d4 73764 grads_2.2.1-9.debian.tar.xz
Checksums-Sha256:
da648f480bccf6004a4d9d7f5a0cccfb4d93128b09cedb97d0ae559fae1e74f2 2787
grads_2.2.1-9.dsc
f28a13984b7a903b84c6bc356f5ca456b58fcb44c72da3b87183c2de9f1a1343 73764
grads_2.2.1-9.debian.tar.xz
Files:
a7f61b2b85bd52b19cb60b64bbe043ef 2787 utils optional grads_2.2.1-9.dsc
60b40901019d0f00e6e1abdcabbfb287 73764 utils optional
grads_2.2.1-9.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmdZaWAACgkQy+a7Tl2a
06XYUw/+O0NR/tbV0xdwz3E1bRQBHCdraqBFIReaWXYTkq5FiofgtiOVFtlh2BNH
KIinwhv4Q++BF96M/EX4OvzwgrugFnv/yg3CFH1t5nvYSRweqx8wxVjLzMhZibUT
b48wVSrNIrN/EI5Xb8tFIuYUeAicUdUXpJ1bhHk46oXvoHdxISF0zk0x9h4kBKrV
Z+heo6BnfglEWWEKKZIZDdTWZe05koC9/J2LZTbme645l4VzUwws+rNBlEzuIk+c
JKDnr7Y25V3+ztWvCRhmsz1fyl027qjyCeFa1us2xXB7XGpvkFO/mynmSfSD5xOt
Yifr7CL08tGQ/qARs6LXcWPzqOMS5ButFmxd3m9xAmSE7/L84vJArM0QPYYP78Rb
0j+h8nmBA2JB60NaDOpnJSUiR0vDITMhnO3C4vIxjKnXz2LUmzCMasP1IFKDAUxc
PDqmnd8c566lAr/iQRH4rFAYTa08EGfDaQ3gU/fDmf/zgUKYplm2HAaTIrmf5W8W
SDuAtrZKMEdnJwvQvpP88EZICCoW/tlBC0RnEAzdAESg5A1rJ0RU29cDWFkaZZVB
TPykw20xzHN2x8ODUIXJW8Ynlxs+5xYR/GDGC/ZZh0nIoDf4ze7pGZRxyw+wKd2v
CVO5LVO283jJIcrae/exCphrryeWaCFMh1DJggflx9D69u/dDgM=
=i8Jn
-----END PGP SIGNATURE-----
pgpTSeUozK5QC.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