Your message dated Fri, 01 Aug 2014 16:04:11 +0000
with message-id <[email protected]>
and subject line Bug#756108: fixed in cmake 2.8.12.1-1.6
has caused the Debian Bug report #756108,
regarding FindHDF5: fail to find HL and Fortran_HL components
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.)


-- 
756108: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756108
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cmake-data
Version: 2.8.12.1-1.4
Severity: normal
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,

While preparing the hdf5-8 transition (#755539) I experienced FindHDF5
macro failures for components HL and Fortran_HL when hdf5 installation
path isn't /usr.

The attached patch fixes the problem.

I'll raise the severity to serious when the hdf5-8 transition actually
start because this bug will cause FTBFS for some packages (at least
ovito and vtk6).

Thanks in advance,

_g.

- -- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.14-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJT04NTAAoJEO/obGx//s+DtbIH/jJu+f/hZGbVr6HnVt7ret3C
RIIe9a/X62GrbEZyL2G459US48GF5NRi9c6WQ+dqbe1R1AdsC/GFGaZ12vFnTudU
bwmZKCzDnbN+rvfXJkaCRlblarNfwgiCI4Ke+RJEKfE6bIXeQihVDDFTn/3fjGFZ
7p0XwJcsRJoAcfDABBanWpPy0aObOWFkPIR0DMSic08LjDpVCEvWNCnpWxNbgwIy
EAsWl0S8usEk3nzkLNlR7s8cFD+/xzm3OL+NlmAZtwEh8saEj5wEVh/S9aTEk0JT
5cTGKaBzahtkopWp97uxYIVZ7iHrB1x7wYU0+vDj55+2yZdzQ4up9RCalbYds8c=
=zyeG
-----END PGP SIGNATURE-----
diff -Nru cmake-2.8.12.1/debian/changelog cmake-2.8.12.1/debian/changelog
--- cmake-2.8.12.1/debian/changelog	2014-05-26 13:36:01.000000000 +0200
+++ cmake-2.8.12.1/debian/changelog	2014-07-26 11:37:17.000000000 +0200
@@ -1,3 +1,10 @@
+cmake (2.8.12.1-1.5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix HDF5 macro for HL and Fortran_HL components.
+
+ -- Gilles Filippini <[email protected]>  Sat, 26 Jul 2014 11:37:16 +0200
+
 cmake (2.8.12.1-1.4) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch
--- cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch	1970-01-01 01:00:00.000000000 +0100
+++ cmake-2.8.12.1/debian/patches/fix-hdf5-hl.patch	2014-07-26 11:43:32.000000000 +0200
@@ -0,0 +1,17 @@
+Description: Define HDF5_{Fortran_,}HL_COMPILE_LINE
+ so that HDF5_{Fortran_,}HL_INCLUDE_DIR and HDF5_{Fortran_,}HL_LIBRARIES
+ are found when the macro is invoked for HL and Fortran_HL components.
+Author: Gilles Filippini <[email protected]>
+Index: cmake-2.8.12.1/Modules/FindHDF5.cmake
+===================================================================
+--- cmake-2.8.12.1.orig/Modules/FindHDF5.cmake	2013-11-05 20:07:22.000000000 +0100
++++ cmake-2.8.12.1/Modules/FindHDF5.cmake	2014-07-26 11:39:19.785790997 +0200
+@@ -210,6 +210,8 @@
+     _HDF5_invoke_compiler( C HDF5_C_COMPILE_LINE HDF5_C_RETURN_VALUE )
+     _HDF5_invoke_compiler( CXX HDF5_CXX_COMPILE_LINE HDF5_CXX_RETURN_VALUE )
+     _HDF5_invoke_compiler( Fortran HDF5_Fortran_COMPILE_LINE HDF5_Fortran_RETURN_VALUE )
++    set(HDF5_HL_COMPILE_LINE ${HDF5_C_COMPILE_LINE})
++    set(HDF5_Fortran_HL_COMPILE_LINE ${HDF5_Fortran_COMPILE_LINE})
+ 
+     # seed the initial lists of libraries to find with items we know we need
+     set( HDF5_C_LIBRARY_NAMES_INIT hdf5 )
diff -Nru cmake-2.8.12.1/debian/patches/series cmake-2.8.12.1/debian/patches/series
--- cmake-2.8.12.1/debian/patches/series	2014-05-26 13:31:59.000000000 +0200
+++ cmake-2.8.12.1/debian/patches/series	2014-07-26 11:38:25.000000000 +0200
@@ -8,3 +8,4 @@
 fix-FindFreetype.diff
 FindRuby_support_Ruby_2.diff
 FindJNI.cmake.mips.patch
+fix-hdf5-hl.patch

--- End Message ---
--- Begin Message ---
Source: cmake
Source-Version: 2.8.12.1-1.6

We believe that the bug you reported is fixed in the latest version of
cmake, 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 cmake 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, 30 Jul 2014 12:51:57 +0200
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.12.1-1.6
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
 cmake      - cross-platform, open-source make system
 cmake-curses-gui - curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 756108
Changes:
 cmake (2.8.12.1-1.6) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix HDF5 macro for HL and Fortran_HL components (closes: #756108).
Checksums-Sha1:
 f67f5ca42e064340df7802592942e0f64b76999c 2012 cmake_2.8.12.1-1.6.dsc
 cb8f923c4dcd80f259638f589d55cee1d419e8a4 28760 cmake_2.8.12.1-1.6.debian.tar.xz
 0d191ea9aa19da04619741ffc55328219826e1d1 2647636 cmake_2.8.12.1-1.6_amd64.deb
 46b37b46d4a512f85aafd84b28bd82c862122e21 1285836 
cmake-data_2.8.12.1-1.6_all.deb
 7910a8529186732128da48c58a12ecdab8a446cb 1263894 
cmake-curses-gui_2.8.12.1-1.6_amd64.deb
 1104f7e58cc820c1d1f2898e07b19ed702c6c318 1301686 
cmake-qt-gui_2.8.12.1-1.6_amd64.deb
 2ec13657b6149149ab7a29334b19fa8f0a91680f 1426818 cmake-doc_2.8.12.1-1.6_all.deb
 634f8bf8724161b02ab13631d37933013e5659ef 96599784 
cmake-dbg_2.8.12.1-1.6_amd64.deb
Checksums-Sha256:
 020c4e4e61e5ec34f3c26103fe086e61d97d3cbafb91807fc0ce20d4d5afca87 2012 
cmake_2.8.12.1-1.6.dsc
 4119dc8929060c09a4c2e912c62e7eefc13698c48369d90f4365374e1a93dbae 28760 
cmake_2.8.12.1-1.6.debian.tar.xz
 53daffb7998d5d83d91fbfb9ead4ddc79f1893a6519126af7bb2345c38497b22 2647636 
cmake_2.8.12.1-1.6_amd64.deb
 0ec45f525ba835d5bc6ea4d01c69d4b9244259d6da588c44d0f7ed8d3507ffc6 1285836 
cmake-data_2.8.12.1-1.6_all.deb
 8fb9cc3171abcdbc720336296684b00e3bc00f0c4e93a9668ddcdacc581c739b 1263894 
cmake-curses-gui_2.8.12.1-1.6_amd64.deb
 f90f98c42b3698e076a36ab3062762f4b71ecac2c658092eeca4476dcf4a5406 1301686 
cmake-qt-gui_2.8.12.1-1.6_amd64.deb
 a094f0ec9fd64eb96a1a1d59ecbe6c57c933df9154e739eb878c5165b142faed 1426818 
cmake-doc_2.8.12.1-1.6_all.deb
 d34fb10564e304ea7e9c59162ac5ab59453ebd54baa0b13f0dd34cd958a3c3e2 96599784 
cmake-dbg_2.8.12.1-1.6_amd64.deb
Files:
 36bfb4cb5bc7c9b9e30dda626b4cec80 2647636 devel optional 
cmake_2.8.12.1-1.6_amd64.deb
 25ca3303883ba356780dc212c97630d9 1285836 devel optional 
cmake-data_2.8.12.1-1.6_all.deb
 317cf154366a1a725678828aadf2a731 1263894 devel optional 
cmake-curses-gui_2.8.12.1-1.6_amd64.deb
 3147dd78a3620fb86591b6e31fe48455 1301686 devel optional 
cmake-qt-gui_2.8.12.1-1.6_amd64.deb
 7c99aaa89607036cded939630d5869d0 1426818 doc optional 
cmake-doc_2.8.12.1-1.6_all.deb
 f600690763575e301717615b4cdc4103 96599784 debug extra 
cmake-dbg_2.8.12.1-1.6_amd64.deb
 43d64cbfc464481ba20acb98cde100e2 2012 devel optional cmake_2.8.12.1-1.6.dsc
 35074e1b791eb451a02789c4a4cfb74e 28760 devel optional 
cmake_2.8.12.1-1.6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJT2QKQAAoJEO/obGx//s+DzJ4H/0100Ad1Y2RxNzIvX5LcFzI9
Hyuoci7BN41WbeIlwv2IAZ22C/7jHVULXB3T82SEN0P5ZSVv6Dr01DalL/ZPkcfy
naXNiDhvuQVjUFpHhTKkG/9+pscaG0w8AyawSdu1ZcGmbFQPNpoiBj1uqFaNCWaY
EsGKyF/vkPSRWQIIAA8suWEFvaTk3ywoFS9N2HYrmAFDmY0QIGpp3YnxVMFGgiLI
2BEhDXFF8rltjanxFdT+FTA6MpRp7JNj+pP0KY5j9QIgJdMPMUVymCUhNjdTKEKj
BMK2UYdvWfv+W0GqtVSvVpGuin3/odLFgMDdVTqTYgxWxmR5ddmQUOOgGdZmmCg=
=JavU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to