[hdf5] 04/05: Fix FTBFS on powerpc due to a few missing generated symbols.

Gilles Filippini pini at debian.org
Wed Apr 1 21:13:14 UTC 2015


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 <pini at 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 <pini at 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 at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_float at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_int at HDF5_MPI_1.8.10 1.8.13
- H5T__conv_ldouble_llong at HDF5_MPI_1.8.10 1.8.13
+ (arch=!powerpc)H5T__conv_ldouble_llong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_long at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_schar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_short at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uchar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uint at HDF5_MPI_1.8.10 1.8.13
- H5T__conv_ldouble_ullong at HDF5_MPI_1.8.10 1.8.13
+ (arch=!powerpc)H5T__conv_ldouble_ullong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ulong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ushort at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_double at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_float at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_int at HDF5_MPI_1.8.10 1.8.13
- H5T__conv_llong_ldouble at HDF5_MPI_1.8.10 1.8.13
+ (arch=!powerpc)H5T__conv_llong_ldouble at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_long at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_schar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_short at 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



More information about the Pkg-grass-devel mailing list