Your message dated Fri, 16 Mar 2012 23:02:31 +0000
with message-id <[email protected]>
and subject line Bug#643949: fixed in cmake 2.8.7-4
has caused the Debian Bug report #643949,
regarding FindRuby.cmake does not find Ruby 1.9.1 library
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.)


-- 
643949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643949
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cmake
Version: 2.8.5-1
Severity: important
Tags: patch

Dear Maintainer,

In the process of packaging a set of Ruby bindings I find that CMake does
not find the Ruby 1.9.1 library. The set of possible library names
FindRuby.cmake looks for does not include the actual name in shipped in
Debian for ruby1.9.1.

Right now I manually set the RUBY_EXECUTABLE and RUBY_LIBRARY variables
to their working values. But I think a more general solution for everyone
would be the best thing to do. I attach here a patch that looks for the
correct library name and I ask you to consider adding it to your CMake
patches or upstream it.

Thanks.

Regards,
David.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cmake depends on:
ii  cmake-data         2.8.5-1         
ii  libarchive1        2.8.5-3         
ii  libc6              2.13-21         
ii  libcurl3-gnutls    7.21.7-3        
ii  libexpat1          2.0.1-7         
ii  libgcc1            1:4.6.1-13      
ii  libstdc++6         4.6.1-13        
ii  libxmlrpc-core-c3  1.16.33-3.1     
ii  procps             1:3.2.8-11      
ii  zlib1g             1:1.2.3.4.dfsg-3

cmake recommends no packages.

Versions of packages cmake suggests:
ii  gcc   4:4.6.1-3
ii  make  3.81-8.1 

-- no debconf information
--- a/Modules/FindRuby.cmake
+++ b/Modules/FindRuby.cmake
@@ -180,7 +180,7 @@ ENDIF( ${Ruby_FIND_VERSION_SHORT_NODOT} GREATER 18  OR  ${_RUBY_VERSION_SHORT_NO
 
 
 # Determine the list of possible names for the ruby library
-SET(_RUBY_POSSIBLE_LIB_NAMES ruby ruby-static ruby${_RUBY_VERSION_SHORT})
+SET(_RUBY_POSSIBLE_LIB_NAMES ruby ruby-static ruby${_RUBY_VERSION_SHORT} ruby-${RUBY_VERSION})
 
 IF(WIN32)
    SET( _RUBY_MSVC_RUNTIME "" )

--- End Message ---
--- Begin Message ---
Source: cmake
Source-Version: 2.8.7-4

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:

cmake-curses-gui_2.8.7-4_amd64.deb
  to main/c/cmake/cmake-curses-gui_2.8.7-4_amd64.deb
cmake-data_2.8.7-4_all.deb
  to main/c/cmake/cmake-data_2.8.7-4_all.deb
cmake-dbg_2.8.7-4_amd64.deb
  to main/c/cmake/cmake-dbg_2.8.7-4_amd64.deb
cmake-doc_2.8.7-4_all.deb
  to main/c/cmake/cmake-doc_2.8.7-4_all.deb
cmake-qt-gui_2.8.7-4_amd64.deb
  to main/c/cmake/cmake-qt-gui_2.8.7-4_amd64.deb
cmake_2.8.7-4.debian.tar.gz
  to main/c/cmake/cmake_2.8.7-4.debian.tar.gz
cmake_2.8.7-4.dsc
  to main/c/cmake/cmake_2.8.7-4.dsc
cmake_2.8.7-4_amd64.deb
  to main/c/cmake/cmake_2.8.7-4_amd64.deb



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.
Modestas Vainius <[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: SHA1

Format: 1.8
Date: Fri, 16 Mar 2012 23:49:28 +0200
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.7-4
Distribution: unstable
Urgency: low
Maintainer: Modestas Vainius <[email protected]>
Changed-By: Modestas Vainius <[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: 643949 662982 663188
Changes: 
 cmake (2.8.7-4) unstable; urgency=low
 .
   * Backport a bunch of FindPython* related commits from cmake master. It
     is now possible to force a specific python version via command line again.
     The interface has changed though, see NEWS entry. (Closes: #663188)
     Patch: backport_findpython_fixes.diff
   * Backport a bunch of FindRuby improvements from cmake master. It should be
     able to properly find ruby 1.9.1 as packaged in Debian now.
     (Closes: #643949)
     Patch: backport_findruby_improvements.diff
   * Add support for CxxTest 4 in FindCxxTest (backport a patch from cmake
     master). (Closes: #662982) Thanks to Simone Rossetto.
     Patch: backport_support_cxxtest4.diff
   * Bump Standards-Version to 3.9.3: no changes needed.
   * Mark cmake Multi-Arch: foreign. The change was stolen from Ubuntu
     cmake_2.8.7-0ubuntu3 package. Thanks to Steve Langasek.
Checksums-Sha1: 
 4d1f8e4e3adac60a4f43e91f31eb402586bc06ac 1663 cmake_2.8.7-4.dsc
 76f168b2500bbc6c3f8c523873b98d778bab1f8c 32403 cmake_2.8.7-4.debian.tar.gz
 8c9c53465f9356bc37d8f954770dcc01457a1ce6 4405154 cmake_2.8.7-4_amd64.deb
 6ee6acecce7fe31ad22f5665959e085e72984199 1319114 cmake-data_2.8.7-4_all.deb
 58f7379597ab60734737fecf00e14700644eb9dc 1303358 
cmake-curses-gui_2.8.7-4_amd64.deb
 a0e671e20fe542d328843167a874ea2f4310b551 1374936 cmake-qt-gui_2.8.7-4_amd64.deb
 638e24935e35d049da372f192deac891163ebec6 1520194 cmake-doc_2.8.7-4_all.deb
 716927e1fcc2397917c71bb0bd54e7ceee3aac55 61421872 cmake-dbg_2.8.7-4_amd64.deb
Checksums-Sha256: 
 a96c25097cb32c429d2373698ae0f7762400b7d42be6a2df8e456a2bf394a4aa 1663 
cmake_2.8.7-4.dsc
 fd47250aa3f7ebe29815981557ef63cd048304e13bbfbf47756d26693a0c2853 32403 
cmake_2.8.7-4.debian.tar.gz
 fe456c52f69d241c804b3c306bc004d61a1ff51aaaa5fa8be96113b81922dd3f 4405154 
cmake_2.8.7-4_amd64.deb
 a917f2bdbcb7391b07f2d562ac1a85b3267ff248db0e0ea59889993dd38e40d4 1319114 
cmake-data_2.8.7-4_all.deb
 3763a71123b9dfc7bffaf6ebd5abae813f41741e0b7431ab8db675936b2e7e0a 1303358 
cmake-curses-gui_2.8.7-4_amd64.deb
 98de0fb81c644d5c4758d1a19fdc51151a4ad91d0168cc40413bfbcf78605af1 1374936 
cmake-qt-gui_2.8.7-4_amd64.deb
 bf837866f2c1047962eee0665b130114a7065efd23f2ccceff6c4a6ac2671da7 1520194 
cmake-doc_2.8.7-4_all.deb
 e170cdb94559fd7c06c4702c5c778086069d57826138029f91beb8d3b75e2c9b 61421872 
cmake-dbg_2.8.7-4_amd64.deb
Files: 
 915678e0b10413e41860628f475174cd 1663 devel optional cmake_2.8.7-4.dsc
 ece0804717f119c4b8e9f4ef83f807c6 32403 devel optional 
cmake_2.8.7-4.debian.tar.gz
 2dfbcbf953db26e8b541b02123fdf456 4405154 devel optional cmake_2.8.7-4_amd64.deb
 06eba58d60ae9f284511b9d5b3e3b6dd 1319114 devel optional 
cmake-data_2.8.7-4_all.deb
 b8f277e5b606321f4cfe895a210017de 1303358 devel optional 
cmake-curses-gui_2.8.7-4_amd64.deb
 72ba4e69a75e56d8c83464aa9625ed60 1374936 devel optional 
cmake-qt-gui_2.8.7-4_amd64.deb
 5976355a9f820ff1c703c1af5941d420 1520194 doc optional cmake-doc_2.8.7-4_all.deb
 4466fa8b31474c0de4a998f229c6fd13 61421872 debug extra 
cmake-dbg_2.8.7-4_amd64.deb

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

iEYEARECAAYFAk9jwwoACgkQHO9JRnPq4hRQcwCfQJtEGKBJrsBRbrPvXYP8d3xo
1p4AnRvq2HstQyKQw7e6B+fOj0n+MCS2
=76j5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to