Your message dated Wed, 7 Dec 2011 15:38:34 +0100
with message-id
<ca+7wusy1ygcaag+wvt9a-b9jcagedfjzqoycr37lorybtkv...@mail.gmail.com>
and subject line
has caused the Debian Bug report #506992,
regarding libvtk5-dev: transitive linking and LINK_INTERFACE_LIBRARIES
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.)
--
506992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506992
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvtk5-dev
Version: 5.0.4-1.1
Severity: normal
when linking to libvtkIO.so, cmake is pulling the dependencies from libvtkIO.so
into the link line. this is not a nice behavior when doing shared libs linking.
Instead the interface of the library should be changed. See:
http://www.vtk.org/Bug/view.php?id=3490
and
http://www.cmake.org/pipermail/cmake/2008-November/025584.html
Basically libvtkIO should be created with:
SET_PROPERTY( TARGET vtkIO PROPERTY LINK_INTERFACE_LIBRARIES "" )
so that none of the libjpeg.so or libtiff.so symlinks need to be present for
package depending on vtk.
Thank you !
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libvtk5-dev depends on:
ii libc6-dev 2.7-15 GNU C Library: Development Librari
ii libglu1-mesa-dev [libglu-dev 7.0.3-6 The OpenGL utility library -- deve
ii libvtk5 5.0.4-1.1 Visualization Toolkit - A high lev
ii libx11-dev 2:1.1.5-2 X11 client-side library (developme
ii libxt-dev 1:1.0.5-3 X11 toolkit intrinsics library (de
ii nvidia-glx-dev [libgl-dev] 173.14.09-5 NVIDIA binary Xorg driver developm
ii x11proto-core-dev 7.0.12-1 X11 core wire protocol and auxilia
libvtk5-dev recommends no packages.
Versions of packages libvtk5-dev suggests:
pn vtk-doc <none> (no description available)
pn vtk-examples <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
This issue has been fixed with VTK 5.8.0 release
--- End Message ---