Your message dated Sat, 11 Jan 2014 18:18:45 +0000 with message-id <[email protected]> and subject line Bug#697410: fixed in cmtk 3.0.0-1 has caused the Debian Bug report #697410, regarding cmtk: ftbfs with cmake 2.8.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.) -- 697410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697410 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: cmtk Version: 2.2.2-2 Severity: normal cmtk fails to build with cmake 2.8.10 that version puts some files into <objdir>/<cmake-version> instead of only <objdir> it also searches for pkg-config which is not in the build-depends and lzma which it does not find even though its in the build depends, I did not check if that has any effect patch for cmake .10: --- CMakeLists.txt.orig 2013-01-04 22:20:54.460110812 +0000 +++ CMakeLists.txt 2013-01-04 22:19:09.636111659 +0000 @@ -51,7 +51,7 @@ #----------------------------------------------------------------------------- # Test for some required system information. INCLUDE (${CMAKE_ROOT}/Modules/CMakeDetermineSystem.cmake) -INCLUDE (${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeSystem.cmake) +INCLUDE (${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/${CMAKE_VERSION}/CMakeSystem.cmake) INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityC.cmake) INCLUDE (${CMAKE_ROOT}/Modules/CMakeBackwardCompatibilityCXX.cmake)
--- End Message ---
--- Begin Message ---Source: cmtk Source-Version: 3.0.0-1 We believe that the bug you reported is fixed in the latest version of cmtk, 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. Yaroslav Halchenko <[email protected]> (supplier of updated cmtk 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: SHA1 Format: 1.8 Date: Fri, 10 Jan 2014 09:34:59 -0500 Source: cmtk Binary: cmtk Architecture: source amd64 Version: 3.0.0-1 Distribution: unstable Urgency: low Maintainer: NeuroDebian Team <[email protected]> Changed-By: Yaroslav Halchenko <[email protected]> Description: cmtk - Computational Morphometry Toolkit Closes: 697410 Changes: cmtk (3.0.0-1) unstable; urgency=low . * New major upstream bugfix release - see README and changelog for details: - affine transformation matrices (were broken when shear and non-isotropic scale were used) - handling of NIfTI qform and sform has changed - fit_spline_xform, xform2scalar etc. might produce different output now - should be compatible with cmake 2.8.10 (Closes: #697410) Checksums-Sha1: bf9f3a05a365a31d7613d4225a0fcfefec531992 1578 cmtk_3.0.0-1.dsc b9552137c36b8730860c2e624f7387ead2c51194 4637760 cmtk_3.0.0.orig.tar.gz 31a75c5ccaadf0780f0e32d988b1a7fbd104bcef 8293 cmtk_3.0.0-1.debian.tar.gz ad9d6b38756d5c754b2ed3516e40ad9856dc006b 3622576 cmtk_3.0.0-1_amd64.deb Checksums-Sha256: aac66156fc940f72d3badee6cc5b72066dd10df58702dc1fca4e4a3d364507ba 1578 cmtk_3.0.0-1.dsc 6d5ec7fd27723c3a343e362a9e0d93af9fa6ae80792bf4b94147a6d7226f6ae6 4637760 cmtk_3.0.0.orig.tar.gz 93d2b2cca2bac303f4f2aaf7f45add7f91050be0ea9a83f2ec3d61ff0c9afeed 8293 cmtk_3.0.0-1.debian.tar.gz 69d46d65a2aa11c9d0003e0364c2580c21b028b29f324b79bee3cd8ffdfb477b 3622576 cmtk_3.0.0-1_amd64.deb Files: 68f39182a301eb4df654af24f7ecf8e9 1578 science extra cmtk_3.0.0-1.dsc fdb8e99cb1f3bbc64b6e117b2e7f22b3 4637760 science extra cmtk_3.0.0.orig.tar.gz 9ca9e288cc495769fefd5d0ae4fb756b 8293 science extra cmtk_3.0.0-1.debian.tar.gz eab2fcf3fd90e287ba29cb4f69381788 3622576 science extra cmtk_3.0.0-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlLRhzQACgkQjRFFY3XAJMhUPwCfdagzI5WEKSse69rtx0ESdXy9 vt8AniISOEVgFSpkT0KfplhZF9J4QWTN =tlTH -----END PGP SIGNATURE-----
--- End Message ---

