Your message dated Tue, 8 May 2012 21:00:54 +0200
with message-id
<ca+7wusybcfz5m6x0xpuherhrf2yfe4trvu5u3vgihsfudnh...@mail.gmail.com>
and subject line Re: Bug#656115: closed by Mathieu Malaterre <ma...@debian.org>
(Bug#656115: fixed in vtk 5.8.0-10)
has caused the Debian Bug report #656115,
regarding libvtk5-dev: Remove information about wrapped languages from
VTKConfig.cmake
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 ow...@bugs.debian.org
immediately.)
--
656115: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libvtk5-dev
Version: 5.4.2-7
Severity: wishlist
Tags: patch
Hello,
The file /usr/lib/vtk-5.4/VTKConfig.cmake contains
configuration used when building package, in particular
information about wrapped languages are hardcoded.
For instance VTK_WRAP_PYTHON is always set to true
even if python-vtk is not installed.
This patch puts snippets about wrapped languages into
separate files, which are shipped by python-vtk, vtk-tcl
and libvtk-java.
Please tell me whether I could create a branch on git.d.o
with this patch, maybe it will be easier to discuss this
feature.
Denis
split-vtkconfig.patch
Description: Binary data
--- End Message ---
--- Begin Message ---
fixed 656115 5.8.0-11
thanks
Jochen,
Please do not reopen the bug if you have old vtk packages still
around. Thanks.
$ grep VTK_USE_QT /usr/lib/vtk-5.8/*.cmake
/usr/lib/vtk-5.8/VTKConfigQt.cmake:SET(VTK_USE_QT "ON")
$ dpkg -S /usr/lib/vtk-5.8/VTKConfigQt.cmake
libvtk5-dev: /usr/lib/vtk-5.8/VTKConfigQt.cmake
On Tue, May 8, 2012 at 7:57 PM, Jochen Sprickerhof
<debian-...@jochen.sprickerhof.de> wrote:
> found 656115 5.8.0-11
> thanks
>
> Hi,
>
> I'm sorry, but this bug is _still_ not fixed with the last upload:
> $ dpkg -l libvtk5-qt4-dev libvtk5-dev
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
> ||/ Name Version Description
> +++-==============-==============-============================================
> ii libvtk5-dev 5.8.0-11 VTK header files for building C++ code
> No packages found matching libvtk5-qt4-dev.
>
> $ cat CMakeLists.txt
> cmake_minimum_required(VERSION 2.8)
> find_package(VTK)
> message(STATUS "QVTK found: ${VTK_USE_QVTK}")
>
> $ cmake .
> [..]
>
> -- QVTK found: ON
>
> And it would still be great if the VTKTargets-release.cmake would not clutter
> the output with debug messages like these (or at least have a quiet flat):
> -- The imported target "vtkPythonCore" references the file
> "/usr/lib/libvtkPythonCore.so.5.8.0"
> but this file does not exist. Possible reasons include:
> * The file was deleted, renamed, or moved to another location.
> * An install or uninstall procedure did not complete successfully.
> * The installation package was faulty and contained
> "/usr/lib/vtk-5.8/VTKTargets-release.cmake"
> but not all the files it references.
>
> Thanks,
>
> Jochen
>
>
>
--
Mathieu
--- End Message ---