Your message dated Tue, 01 Nov 2016 12:05:20 +0000
with message-id <[email protected]>
and subject line Bug#841962: fixed in libgpiv 0.6.1-4.4
has caused the Debian Bug report #841962,
regarding libgpiv: Please support building against HDF5 1.10
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.)
--
841962: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841962
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libgpiv
Version: 0.6.1-4.3
Severity: important
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
Please find attached a patch to support building against HDF5-1.10 currently in
experimental. I intend to request a transition slot this week, and will NMU if
need be.
Thanks,
_g.
- -- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.6.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCAAGBQJYDmx3AAoJEO/obGx//s+DgUcIAK8uMp4nysGG/iGBaUXNRSyP
cYfsv7ckfdOYO+nwal7SD+lhNL3eG908Qtf+UrfZ2ZjVAoEJLb9rWQGnm5k3G81C
+gGm+X09Xd6gf1gTI7MCVLXYO2Ik4Rle1k4D+fhu4lW6PLZp3V52Wz6Dgila8t5s
2Ttu55pb6LyEEjqT8znGd/1eZohGp00InOm+hXaiLIFnRWGL8OdK0QNgtScCKq0z
hmBCVpoIcU/jnpY8mjB8m7LBERnW6F0K/wxWAmbbgR4W+Mwt5uBRgJlVB0SqWb4l
YEjFz/9/4w+d3/symJpAUHd/NU8pWiEKQzkM94xrCPHXjTVKrgmCrPCONk9eCjk=
=5Iz5
-----END PGP SIGNATURE-----
diff -u libgpiv-0.6.1/debian/changelog libgpiv-0.6.1/debian/changelog
--- libgpiv-0.6.1/debian/changelog
+++ libgpiv-0.6.1/debian/changelog
@@ -1,3 +1,10 @@
+libgpiv (0.6.1-4.4) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * New patch 04-avoid-bool-keyword.diff to fix FTBFS against HDF5 1.10.
+
+ -- Gilles Filippini <[email protected]> Fri, 22 Jul 2016 14:05:02 +0200
+
libgpiv (0.6.1-4.3) unstable; urgency=medium
* Non-maintainer upload.
diff -u libgpiv-0.6.1/debian/patches/series libgpiv-0.6.1/debian/patches/series
--- libgpiv-0.6.1/debian/patches/series
+++ libgpiv-0.6.1/debian/patches/series
@@ -3,0 +4 @@
+04-avoid-bool-keyword.diff
only in patch2:
unchanged:
--- libgpiv-0.6.1.orig/debian/patches/04-avoid-bool-keyword.diff
+++ libgpiv-0.6.1/debian/patches/04-avoid-bool-keyword.diff
@@ -0,0 +1,16 @@
+Description: the 'bool' keyword defines a type with HDF5 1.10
+ An by the way, this variable is unused.
+Author: Gilles Filippini <[email protected]>
+Index: libgpiv-0.6.1/lib/io.c
+===================================================================
+--- libgpiv-0.6.1.orig/lib/io.c
++++ libgpiv-0.6.1/lib/io.c
+@@ -1569,8 +1569,6 @@ read_pivdata_from_stdin (gboolean fastx
+ gfloat dat_x = -10.0e5, dat_y = -10.0e5;
+ gint line_nr = 0;
+
+- gboolean bool = FALSE;
+-
+
+ /*
+ * Count nx, ny, similar to count_asciidata
--- End Message ---
--- Begin Message ---
Source: libgpiv
Source-Version: 0.6.1-4.4
We believe that the bug you reported is fixed in the latest version of
libgpiv, 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.
Gilles Filippini <[email protected]> (supplier of updated libgpiv 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: Sun, 30 Oct 2016 18:01:54 +0100
Source: libgpiv
Binary: libgpiv3-common libgpiv3 libgpiv3-dev libgpiv3-dbg libgpiv3-doc
libgpiv-mpi3
Architecture: source amd64 all
Version: 0.6.1-4.4
Distribution: unstable
Urgency: medium
Maintainer: Gerber van der Graaf <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
libgpiv-mpi3 - library for Particle Image Velocimetry (PIV) - MPI version
libgpiv3 - library for Particle Image Velocimetry (PIV)
libgpiv3-common - library for Particle Image Velocimetry (PIV) - common files
libgpiv3-dbg - library for Particle Image Velocimetry (PIV) - debug symbols
libgpiv3-dev - library for Particle Image Velocimetry (PIV) - development files
libgpiv3-doc - library for Particle Image Velocimetry (PIV) - documentation
Closes: 841962
Changes:
libgpiv (0.6.1-4.4) unstable; urgency=medium
.
* Non-maintainer upload.
* New patch 04-avoid-bool-keyword.diff to fix FTBFS against HDF5 1.10
(closes: #841962)
Checksums-Sha1:
c4d07d01e8d09afc80390b8872d350b6b23d8111 1800 libgpiv_0.6.1-4.4.dsc
d1e06eb9fec242b796aabe7de62eaa3a6d4c75c0 14896 libgpiv_0.6.1-4.4.diff.gz
764ffce0c203a19987f8391a23f47ba56828bf32 85774 libgpiv-mpi3_0.6.1-4.4_amd64.deb
bfd64c8712cbdc4a1f08d93c5c9eb6632527681d 8640
libgpiv3-common_0.6.1-4.4_amd64.deb
1669c031680171cdde7e2f96a0266f675ad21ac6 227642
libgpiv3-dbg_0.6.1-4.4_amd64.deb
9955684b15bae332379a943f72de611e1501b2a1 122508
libgpiv3-dev_0.6.1-4.4_amd64.deb
9fa748a966d45567c485ac1606cf7c375c0496f8 234332 libgpiv3-doc_0.6.1-4.4_all.deb
55a01036fa2caff4ebd43189a173934ef6330f61 82760 libgpiv3_0.6.1-4.4_amd64.deb
Checksums-Sha256:
8f37594a2379179f5c41253eb117e2b0a1732f67074d481949d25517209192bb 1800
libgpiv_0.6.1-4.4.dsc
47151c4f37a69bea67885602e827247401309e4f4e338a0bde43d7a04f1de8f3 14896
libgpiv_0.6.1-4.4.diff.gz
465bfc395daaa3664ad89987ca3790f34e474571ac481ced97708ce6ed52bdc1 85774
libgpiv-mpi3_0.6.1-4.4_amd64.deb
d28fb6937b421b74ed6d31af603597ab77dbe0765d9de204ce659c63561434be 8640
libgpiv3-common_0.6.1-4.4_amd64.deb
56c00b1319de9d88648e1852fd9ad66f3ce0e5fc6d11c3e71844291dcadd165b 227642
libgpiv3-dbg_0.6.1-4.4_amd64.deb
68d4606d93ad5df1387f962bacfd7ceb8a31d567f720eec1d16994a4fa93a099 122508
libgpiv3-dev_0.6.1-4.4_amd64.deb
cf907645ceca60d9f25aa477bf9f73e2709c8e3b51d0af63848f9b2d5d7cb755 234332
libgpiv3-doc_0.6.1-4.4_all.deb
5c57e85f1bbbc76a2a269d016c1e55482e0bc6cf8029a01bfbcfdc824a7adebb 82760
libgpiv3_0.6.1-4.4_amd64.deb
Files:
59153815a01055b0bcec5e0e77551621 1800 science optional libgpiv_0.6.1-4.4.dsc
924911f33d32a55af425cc56f5c949d4 14896 science optional
libgpiv_0.6.1-4.4.diff.gz
84bbd106d70c452c999a15a549838c71 85774 libs optional
libgpiv-mpi3_0.6.1-4.4_amd64.deb
d59961e2de6b390a22c775c8790da88b 8640 libs optional
libgpiv3-common_0.6.1-4.4_amd64.deb
d40a1915ed50008e6ab705b72dbef186 227642 debug extra
libgpiv3-dbg_0.6.1-4.4_amd64.deb
822caf3932278ad0aca6bdbb68a49c23 122508 libdevel optional
libgpiv3-dev_0.6.1-4.4_amd64.deb
818da5bfa2461243217e0dcbfcfdfbac 234332 doc optional
libgpiv3-doc_0.6.1-4.4_all.deb
e6898a8cd0722b356953b36290644649 82760 libs optional
libgpiv3_0.6.1-4.4_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQEtBAEBCAAXBQJYGIIiEBxwaW5pQGRlYmlhbi5vcmcACgkQ7+hsbH/+z4M3KggA
qD4Xor3VP0wnKi3tI8XSgw44GrGujL5kMpQoDx1949CSh5KaLOQsQ8sWtA5X38mv
/fkax3lMhLrTipWNivRO0OnPLln+0fL+n96uvDOinagtBxuLs9HFRhHfsmPMZoW4
eus8ajw5gUaBR1i+COKIEQCLFj+NjaiRce8o9ewfRxfK7AtKnqJMD4USTZXNS1Tb
hkAxfMF3bWcwXQHJI1s9SFpUKtmxSGieAthMjrrfmjm9W47MNCKaEL5pzIqU1qDv
PSVhgL4HKMUsPrec6VeFigUGq9Dv0RGdivzOP74G/hQc3zXhF3GYbbvA2+l+fkG/
vDPHKD4/nTPr6nDeWVpKZA==
=TnRy
-----END PGP SIGNATURE-----
--- End Message ---