Your message dated Wed, 28 Nov 2012 15:02:50 +0000
with message-id <e1tdja2-0007cd...@franck.debian.org>
and subject line Bug#670266: fixed in hdf5 1.8.9-1~exp3
has caused the Debian Bug report #670266,
regarding hdf5: FTBFS on ppc64: Please support ppc64
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 ow...@bugs.debian.org
immediately.)


-- 
670266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670266
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: hdf5
Version: 1.8.8-9
Severity: wishlist
Tags: patch

Please support ppc64.
Here is a patch attached.

http://buildd.debian-ports.org/status/package.php?p=hdf5&suite=sid

Best regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd hdf5-1.8.8.orig/debian/libhdf5-7.symbols hdf5-1.8.8/debian/libhdf5-7.symbols
--- hdf5-1.8.8.orig/debian/libhdf5-7.symbols	2012-02-24 19:15:58.000000000 +0900
+++ hdf5-1.8.8/debian/libhdf5-7.symbols	2012-04-24 22:59:03.000000000 +0900
@@ -2015,7 +2015,7 @@
  H5T_conv_ldouble_double@Base 1.8.7
  H5T_conv_ldouble_float@Base 1.8.7
  H5T_conv_ldouble_int@Base 1.8.7
- (arch=!powerpc !sh4)H5T_conv_ldouble_llong@Base 1.8.7
+ (arch=!powerpc !ppc64 !sh4)H5T_conv_ldouble_llong@Base 1.8.7
  H5T_conv_ldouble_long@Base 1.8.7
  H5T_conv_ldouble_schar@Base 1.8.7
  H5T_conv_ldouble_short@Base 1.8.7
@@ -2027,7 +2027,7 @@
  H5T_conv_llong_double@Base 1.8.7
  H5T_conv_llong_float@Base 1.8.7
  H5T_conv_llong_int@Base 1.8.7
- (arch=!powerpc !sh4)H5T_conv_llong_ldouble@Base 1.8.7
+ (arch=!powerpc !ppc64 !sh4)H5T_conv_llong_ldouble@Base 1.8.7
  H5T_conv_llong_long@Base 1.8.7
  H5T_conv_llong_schar@Base 1.8.7
  H5T_conv_llong_short@Base 1.8.7
@@ -2107,7 +2107,7 @@
  H5T_conv_ullong_float@Base 1.8.7
  H5T_conv_ullong_int@Base 1.8.7
  H5T_conv_ullong_ldouble@Base 1.8.7
- (arch=!armel !armhf !alpha !sparc !mipsel !powerpc !sh4)H5T_conv_ullong_ldouble@Base 1.8.7
+ (arch=!armel !armhf !alpha !sparc !mipsel !powerpc !ppc64 !sh4)H5T_conv_ullong_ldouble@Base 1.8.7
  H5T_conv_ullong_llong@Base 1.8.7
  H5T_conv_ullong_long@Base 1.8.7
  H5T_conv_ullong_schar@Base 1.8.7
diff -Nurd hdf5-1.8.8.orig/debian/libhdf5-mpich2-7.symbols hdf5-1.8.8/debian/libhdf5-mpich2-7.symbols
--- hdf5-1.8.8.orig/debian/libhdf5-mpich2-7.symbols	2012-01-31 23:02:05.000000000 +0900
+++ hdf5-1.8.8/debian/libhdf5-mpich2-7.symbols	2012-04-24 22:16:10.000000000 +0900
@@ -2056,7 +2056,7 @@
  H5T_conv_ldouble_double@Base 1.8.7
  H5T_conv_ldouble_float@Base 1.8.7
  H5T_conv_ldouble_int@Base 1.8.7
- (arch=!powerpc)H5T_conv_ldouble_llong@Base 1.8.7
+ (arch=!powerpc !ppc64)H5T_conv_ldouble_llong@Base 1.8.7
  H5T_conv_ldouble_long@Base 1.8.7
  H5T_conv_ldouble_schar@Base 1.8.7
  H5T_conv_ldouble_short@Base 1.8.7
@@ -2068,7 +2068,7 @@
  H5T_conv_llong_double@Base 1.8.7
  H5T_conv_llong_float@Base 1.8.7
  H5T_conv_llong_int@Base 1.8.7
- (arch=!powerpc)H5T_conv_llong_ldouble@Base 1.8.7
+ (arch=!powerpc !ppc64)H5T_conv_llong_ldouble@Base 1.8.7
  H5T_conv_llong_long@Base 1.8.7
  H5T_conv_llong_schar@Base 1.8.7
  H5T_conv_llong_short@Base 1.8.7
@@ -2147,7 +2147,7 @@
  H5T_conv_ullong_double@Base 1.8.7
  H5T_conv_ullong_float@Base 1.8.7
  H5T_conv_ullong_int@Base 1.8.7
- (arch=!mipsel !armel !armhf !alpha !powerpc !sh4)H5T_conv_ullong_ldouble@Base 1.8.7
+ (arch=!mipsel !armel !armhf !alpha !powerpc !ppc64 !sh4)H5T_conv_ullong_ldouble@Base 1.8.7
  H5T_conv_ullong_llong@Base 1.8.7
  H5T_conv_ullong_long@Base 1.8.7
  H5T_conv_ullong_schar@Base 1.8.7
diff -Nurd hdf5-1.8.8.orig/debian/libhdf5-openmpi-7.symbols hdf5-1.8.8/debian/libhdf5-openmpi-7.symbols
--- hdf5-1.8.8.orig/debian/libhdf5-openmpi-7.symbols	2012-01-18 23:10:07.000000000 +0900
+++ hdf5-1.8.8/debian/libhdf5-openmpi-7.symbols	2012-04-24 19:52:46.000000000 +0900
@@ -2055,7 +2055,7 @@
  H5T_conv_ldouble_double@Base 1.8.7
  H5T_conv_ldouble_float@Base 1.8.7
  H5T_conv_ldouble_int@Base 1.8.7
- (arch=!powerpc)H5T_conv_ldouble_llong@Base 1.8.7
+ (arch=!powerpc !ppc64)H5T_conv_ldouble_llong@Base 1.8.7
  H5T_conv_ldouble_long@Base 1.8.7
  H5T_conv_ldouble_schar@Base 1.8.7
  H5T_conv_ldouble_short@Base 1.8.7
@@ -2067,7 +2067,7 @@
  H5T_conv_llong_double@Base 1.8.7
  H5T_conv_llong_float@Base 1.8.7
  H5T_conv_llong_int@Base 1.8.7
- (arch=!powerpc)H5T_conv_llong_ldouble@Base 1.8.7
+ (arch=!powerpc !ppc64)H5T_conv_llong_ldouble@Base 1.8.7
  H5T_conv_llong_long@Base 1.8.7
  H5T_conv_llong_schar@Base 1.8.7
  H5T_conv_llong_short@Base 1.8.7
@@ -2146,7 +2146,7 @@
  H5T_conv_ullong_double@Base 1.8.7
  H5T_conv_ullong_float@Base 1.8.7
  H5T_conv_ullong_int@Base 1.8.7
- (arch=!powerpc !armel !armhf !alpha)H5T_conv_ullong_ldouble@Base 1.8.7
+ (arch=!powerpc !armel !armhf !alpha !ppc64)H5T_conv_ullong_ldouble@Base 1.8.7
  H5T_conv_ullong_llong@Base 1.8.7
  H5T_conv_ullong_long@Base 1.8.7
  H5T_conv_ullong_schar@Base 1.8.7

--- End Message ---
--- Begin Message ---
Source: hdf5
Source-Version: 1.8.9-1~exp3

We believe that the bug you reported is fixed in the latest version of
hdf5, 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 670...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated hdf5 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 28 Nov 2012 12:54:06 +0100
Source: hdf5
Binary: libhdf5-7 libhdf5-7-dbg libhdf5-dev libhdf5-serial-dev 
libhdf5-openmpi-7 libhdf5-openmpi-dev libhdf5-openmpi-7-dbg libhdf5-mpich2-7 
libhdf5-mpich2-dev libhdf5-mpich2-7-dbg libhdf5-mpi-dev libhdf5-doc 
hdf5-helpers hdf5-tools
Architecture: source all amd64
Version: 1.8.9-1~exp3
Distribution: experimental
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description: 
 hdf5-helpers - Hierarchical Data Format 5 (HDF5) - Helper tools
 hdf5-tools - Hierarchical Data Format 5 (HDF5) - Runtime tools
 libhdf5-7  - Hierarchical Data Format 5 (HDF5) - runtime files - serial versio
 libhdf5-7-dbg - Hierarchical Data Format 5 (HDF5) - Debug package
 libhdf5-dev - Hierarchical Data Format 5 (HDF5) - development files - serial ve
 libhdf5-doc - Hierarchical Data Format 5 (HDF5) - Documentation
 libhdf5-mpi-dev - Hierarchical Data Format 5 (HDF5) - development files - 
MPICH2 ve
 libhdf5-mpich2-7 - Hierarchical Data Format 5 (HDF5) - runtime files - MPICH2 
versio
 libhdf5-mpich2-7-dbg - Hierarchical Data Format 5 (HDF5) - Mpich2 Debug package
 libhdf5-mpich2-dev - Hierarchical Data Format 5 (HDF5) - development files - 
MPICH2 ve
 libhdf5-openmpi-7 - Hierarchical Data Format 5 (HDF5) - runtime files - 
OpenMPI versi
 libhdf5-openmpi-7-dbg - Hierarchical Data Format 5 (HDF5) - OpenMPI Debug 
package
 libhdf5-openmpi-dev - Hierarchical Data Format 5 (HDF5) - development files - 
OpenMPI v
 libhdf5-serial-dev - Hierarchical Data Format 5 (HDF5) - development files - 
transitio
Closes: 670266 694427
Changes: 
 hdf5 (1.8.9-1~exp3) experimental; urgency=low
 .
   * Support of ppc64 (Closes: #670266)
     Thanks to Hiroyuki Yamamoto for the patch.
   * Support of powerpcspe (Closes: #694427)
     Thanks to Roland Stigge for the patch.
Checksums-Sha1: 
 6a609887d5257b8177db4b48cbde0ba2a7153e03 2268 hdf5_1.8.9-1~exp3.dsc
 9d8edf377a490cf6f490e5a837025b05c947e69c 99026 hdf5_1.8.9-1~exp3.debian.tar.gz
 37ac7af6088145306dbf746582bc660948b6b936 88422 libhdf5-doc_1.8.9-1~exp3_all.deb
 6a8bc487a03c20add367de21e7fbb12652d2a457 1512244 
libhdf5-7_1.8.9-1~exp3_amd64.deb
 64eb0360825db970c41a214469e9bda1f02dbdbd 3414544 
libhdf5-7-dbg_1.8.9-1~exp3_amd64.deb
 d9355fb2fc7d73728d47a16d69c5489d859be309 7970394 
libhdf5-dev_1.8.9-1~exp3_amd64.deb
 2a1257ec6c5ee77663261c67d8d06f6f726c7dee 24794 
libhdf5-serial-dev_1.8.9-1~exp3_amd64.deb
 3dd213f2b41876c8d4146150a66434e41c349a66 1427210 
libhdf5-openmpi-7_1.8.9-1~exp3_amd64.deb
 4595c87d54613d3a6371d8e4964a4ba8e49e322f 7127248 
libhdf5-openmpi-dev_1.8.9-1~exp3_amd64.deb
 6e253a528a2b590559691eb840a8a7e1a4fb8df8 2986604 
libhdf5-openmpi-7-dbg_1.8.9-1~exp3_amd64.deb
 682948ec00f1493f9017400a8beb00a3f5a2d1cf 1428664 
libhdf5-mpich2-7_1.8.9-1~exp3_amd64.deb
 593c65086b20f5eee0970465faa70d4616c3e1fd 7273050 
libhdf5-mpich2-dev_1.8.9-1~exp3_amd64.deb
 4889f9807a063744764462d89ffb7ab50838ebec 3104570 
libhdf5-mpich2-7-dbg_1.8.9-1~exp3_amd64.deb
 085b852ef301788cabd4dbc395b24fd34ca89128 24822 
libhdf5-mpi-dev_1.8.9-1~exp3_amd64.deb
 b46ad1af7a5e63be13feb05ed9897c1781eeb6f3 33600 
hdf5-helpers_1.8.9-1~exp3_amd64.deb
 9d2904b6ccd8b18387ccdce8e1138aa1ed0b5bf3 879544 
hdf5-tools_1.8.9-1~exp3_amd64.deb
Checksums-Sha256: 
 5fcc853ff38f5404ba9ea09b26a9ecd7001bce4beb682dd6f8086b5a95912a0f 2268 
hdf5_1.8.9-1~exp3.dsc
 464474382bd2ddd3d3351f0719f5714a96a0b3df59249a41b4cfffb6e5677af7 99026 
hdf5_1.8.9-1~exp3.debian.tar.gz
 cd2fcf33ca920b419068e81fc2c39ed0f03a958fd3df4247ec93934c84d04d2b 88422 
libhdf5-doc_1.8.9-1~exp3_all.deb
 e4def152badf36851be65713b96c43a409dae32c22009354755b3d44d926b94e 1512244 
libhdf5-7_1.8.9-1~exp3_amd64.deb
 e8b51901a7560ac1a549ec26ba3432eefdc037513ed134c6298c31462e12ad5e 3414544 
libhdf5-7-dbg_1.8.9-1~exp3_amd64.deb
 065d4e0688e8944f4974f4cfb610d736e3930f40f9a7bce509a986644c1ce3b1 7970394 
libhdf5-dev_1.8.9-1~exp3_amd64.deb
 182875ea5b7e2abe345b9aa244c6967a158626c041880d07afc44dee255bf966 24794 
libhdf5-serial-dev_1.8.9-1~exp3_amd64.deb
 4d3aa1f1ce6ae57a17cba26b196626656077b986128ce7d8f83acf7b283e2fb1 1427210 
libhdf5-openmpi-7_1.8.9-1~exp3_amd64.deb
 8a30cba36b3f2ceb59c23cbb0b9a652daee8d4d4850db817f8b671813ee49654 7127248 
libhdf5-openmpi-dev_1.8.9-1~exp3_amd64.deb
 f393423268b9bf7837ba1a1793918937d564995c46867392abb97429a39d2df5 2986604 
libhdf5-openmpi-7-dbg_1.8.9-1~exp3_amd64.deb
 98cf5f7114c83d77fcd038aa3ee017f173995f929ab0a94d5a28968827cadb5a 1428664 
libhdf5-mpich2-7_1.8.9-1~exp3_amd64.deb
 dcb90d21f9db28e2b71ba220ededbd679f3989a819560963eec219979925f7a0 7273050 
libhdf5-mpich2-dev_1.8.9-1~exp3_amd64.deb
 84c3484fc03886e401ccee1fc897fbd9f701cb5dc08352a85f5d5c7d70e6c1ce 3104570 
libhdf5-mpich2-7-dbg_1.8.9-1~exp3_amd64.deb
 e6a607c7e15ba3d59f180dd84337b44f45b03a23cc3d49bf4ad3ab8d8043d11f 24822 
libhdf5-mpi-dev_1.8.9-1~exp3_amd64.deb
 d16e03e164d9cfa9b635f9dbba8ba89079b3bf19847d499a792fa70ff6c651a6 33600 
hdf5-helpers_1.8.9-1~exp3_amd64.deb
 e157dfab443752364b9c7cbcb2acb356911cea8776ca9343cfdd9b2a43c3fa79 879544 
hdf5-tools_1.8.9-1~exp3_amd64.deb
Files: 
 c9e7f33561f15234eb4716d43a473e1b 2268 science optional hdf5_1.8.9-1~exp3.dsc
 308454b622688ddd83b37087588fcee0 99026 science optional 
hdf5_1.8.9-1~exp3.debian.tar.gz
 80187c68f1d929161b0460caccf2cdc2 88422 doc optional 
libhdf5-doc_1.8.9-1~exp3_all.deb
 778254f502d2043dd0dc3d678f6ceb97 1512244 libs optional 
libhdf5-7_1.8.9-1~exp3_amd64.deb
 e7aa2c4d892d89fa6560310161b6a179 3414544 debug extra 
libhdf5-7-dbg_1.8.9-1~exp3_amd64.deb
 d14973f4f77a3d71a945c5793a4e122e 7970394 libdevel optional 
libhdf5-dev_1.8.9-1~exp3_amd64.deb
 b31dec0d7637f5a9fb598bc159508579 24794 libdevel optional 
libhdf5-serial-dev_1.8.9-1~exp3_amd64.deb
 c8945b589c7dc8e87e3fd01cffad8274 1427210 libs extra 
libhdf5-openmpi-7_1.8.9-1~exp3_amd64.deb
 dc8070693e91d8fc9aa5012556c6f823 7127248 libdevel extra 
libhdf5-openmpi-dev_1.8.9-1~exp3_amd64.deb
 fe6c70756584193c889860b38ca89d3a 2986604 debug extra 
libhdf5-openmpi-7-dbg_1.8.9-1~exp3_amd64.deb
 e05062db27a7070cdd7c3ab06a3222c5 1428664 libs extra 
libhdf5-mpich2-7_1.8.9-1~exp3_amd64.deb
 6d5cd8d7ee0b11cb9545468cb4eb12b1 7273050 libdevel extra 
libhdf5-mpich2-dev_1.8.9-1~exp3_amd64.deb
 bfe4440c52550aeeaa409f06b9a9fddc 3104570 debug extra 
libhdf5-mpich2-7-dbg_1.8.9-1~exp3_amd64.deb
 82b5ae2019dc25426f3cc6a2cc3cd416 24822 libdevel extra 
libhdf5-mpi-dev_1.8.9-1~exp3_amd64.deb
 4c8656858b64dee92970628f802e9984 33600 science optional 
hdf5-helpers_1.8.9-1~exp3_amd64.deb
 fc08e141d51fb1edb1715e148ba152be 879544 science optional 
hdf5-tools_1.8.9-1~exp3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlC2Gq4ACgkQiOXXM92JlhBTUACfSg/15JzSrToGKdENy9DK74x8
Zj4AoKw//VwYgRx77lmnAe9uFFxGTGBR
=PVZ3
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to