This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit fb228386772755ea234367fba9e3182160ece07c
Author: Gilles Filippini <p...@debian.org>
Date:   Wed Apr 1 22:31:46 2015 +0200

    Fix FTBFS on powerpc due to a few missing generated symbols.
    
    They are now prefixed with '(arch!=powerpc)' in their .symbols file.
---
 debian/changelog                 | 3 +++
 debian/libhdf5-openmpi-9.symbols | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b6c958d..bf59d13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ hdf5 (1.8.14+docs-2) UNRELEASED; urgency=medium
     against dpkg-dev (dpkg-gensymbols).
   * Add hppa to openmpi enabled architectures (closes: #776845).
   * Rework path_max.diff patch to call realpath() the POSIX way.
+  * Fix FTBFS on powerpc due to a few missing generated symbols.
+    They are now prefixed with '(arch!=powerpc)' in their .symbols
+    file.
 
  -- Gilles Filippini <p...@debian.org>  Mon, 02 Feb 2015 20:35:28 +0100
 
diff --git a/debian/libhdf5-openmpi-9.symbols b/debian/libhdf5-openmpi-9.symbols
index c60c9b4..d433d32 100644
--- a/debian/libhdf5-openmpi-9.symbols
+++ b/debian/libhdf5-openmpi-9.symbols
@@ -2114,19 +2114,19 @@ libhdf5_openmpi.so.9 libhdf5-openmpi-9 #MINVER#
  H5T__conv_ldouble_double@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_float@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_int@HDF5_MPI_1.8.10 1.8.13
- H5T__conv_ldouble_llong@HDF5_MPI_1.8.10 1.8.13
+ (arch=!powerpc)H5T__conv_ldouble_llong@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_long@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_schar@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_short@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uchar@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uint@HDF5_MPI_1.8.10 1.8.13
- H5T__conv_ldouble_ullong@HDF5_MPI_1.8.10 1.8.13
+ (arch=!powerpc)H5T__conv_ldouble_ullong@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ulong@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ushort@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_double@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_float@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_int@HDF5_MPI_1.8.10 1.8.13
- H5T__conv_llong_ldouble@HDF5_MPI_1.8.10 1.8.13
+ (arch=!powerpc)H5T__conv_llong_ldouble@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_long@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_schar@HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_short@HDF5_MPI_1.8.10 1.8.13

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/hdf5.git

_______________________________________________
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