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: VTKConfig.cmake sets VTK_USE_QVTK without
libvtk5-qt4-dev being installed
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.8.0-5
Severity: normal
Dear Maintainer,
could you add a test to VTKConfig.cmake, such that it only set's
VTK_USE_QVTK when libvtk5-qt4-dev is installed? For example testing the
presence of /usr/lib/libQVTK.so should work. Otherwise every project
using QVTK would have to test it as well.
Thanks,
Jochen
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (480, 'precise'), (480, 'natty'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libvtk5-dev depends on:
ii libavcodec-dev 4:0.8~beta2-1
ii libavformat-dev 4:0.8~beta2-1
ii libavutil-dev 4:0.8~beta2-1
ii libc6-dev 2.13-24
ii libexpat1-dev [libexpat-dev] 2.0.1-7.2
ii libfreetype6-dev 2.4.8-1
ii libgl1-mesa-dev [libgl-dev] 7.11.2-1
ii libgl2ps-dev 1.3.6-1
ii libglu1-mesa-dev [libglu-dev] 7.11.2-1
ii libjpeg8-dev [libjpeg-dev] 8c-2
ii libmysqlclient-dev 5.1.58-1
ii libnetcdf-dev 1:4.1.1-6
ii libpng12-dev [libpng-dev] 1.2.46-4
ii libpq-dev 9.1.2-4
ii libqt4-dev 4:4.7.4-2
ii libswscale-dev 4:0.8~beta2-1
ii libtiff-dev 4.0.0~beta7-2
ii libvtk5.8 5.8.0-5
ii libx11-dev 2:1.4.4-4
ii libxft-dev 2.2.0-3
ii libxml2-dev 2.7.8.dfsg-6
ii libxss-dev 1:1.2.1-2
ii libxt-dev 1:1.1.1-2
ii mpi-default-dev 1.0.1
ii tcl8.5-dev 8.5.11-1
ii tk8.5-dev 8.5.11-1
ii x11proto-core-dev 7.0.22-1
ii zlib1g-dev 1:1.2.3.4.dfsg-3
libvtk5-dev recommends no packages.
Versions of packages libvtk5-dev suggests:
pn vtk-doc <none>
pn vtk-examples <none>
-- no debconf information
--- 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 ---