MantisBT - VTK
View Issue Details
0012207VTK(No Category)public2011-05-19 11:422016-08-12 09:55
Orion Poplawski 
David Partyka 
normalminoralways
closedmoved 
5.8 
5.8.1 
TBD
incorrect functionality
0012207: libvtkgdcmPythonD.so and libvtkNetCDF_cxx.so are missing sonames
libvtkgdcmPythonD.so and libvtkNetCDF_cxx.so are missing sonames:

-rwxr-xr-x. 1 root root 181088 Mar 19 08:39 /usr/lib64/libvtkgdcmPythonD.so
-rwxr-xr-x. 1 root root 123144 May 18 16:57 /usr/lib64/libvtkNetCDF_cxx.so

No tags attached.
Issue History
2011-05-19 11:42Orion PoplawskiNew Issue
2011-05-19 11:44David PartykaAssigned To => David Partyka
2011-05-19 11:44David PartykaStatusbacklog => tabled
2011-05-19 11:45Orion PoplawskiNote Added: 0026554
2011-05-19 11:50Orion PoplawskiNote Added: 0026555
2011-06-16 13:11Zack GalbreathCategoryCMake => (No Category)
2011-09-15 11:10David PartykaProject => TBD
2011-09-15 11:10David PartykaType => incorrect functionality
2011-09-15 11:10David PartykaStatusbacklog => tabled
2011-09-15 11:10David PartykaProduct Version => 5.8
2011-09-15 11:10David PartykaTarget Version => 5.8.1
2012-05-24 13:53Orion PoplawskiNote Added: 0028642
2012-05-24 16:07Orion PoplawskiNote Added: 0028643
2013-07-22 20:02Dave DeMarleStatustabled => backlog
2013-07-22 20:02Dave DeMarleNote Added: 0031250
2013-07-22 20:33Dave DeMarleStatusbacklog => expired
2013-07-22 20:33Dave DeMarleNote Added: 0031282
2013-07-26 16:04Orion PoplawskiNote Added: 0031343
2016-08-12 09:55Kitware RobotNote Added: 0037236
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved

Notes
(0026554)
Orion Poplawski   
2011-05-19 11:45   
Sorry, libvtkgdcmPythonD.so comes from gdcm, not vtk.
(0026555)
Orion Poplawski   
2011-05-19 11:50   
I think this should fix:

--- VTK/Utilities/vtknetcdf/CMakeLists.txt.soversion 2010-09-27 14:40:10.000000000 -0600
+++ VTK/Utilities/vtknetcdf/CMakeLists.txt 2011-05-19 09:50:07.325757772 -0600
@@ -298,6 +298,7 @@ ADD_DEFINITIONS("-DNC_DLL_EXPORT")
 # Apply user-defined properties to the library target.
 IF(VTK_LIBRARY_PROPERTIES)
   SET_TARGET_PROPERTIES(vtkNetCDF PROPERTIES ${VTK_LIBRARY_PROPERTIES})
+ SET_TARGET_PROPERTIES(vtkNetCDF_cxx PROPERTIES ${VTK_LIBRARY_PROPERTIES})
 ENDIF(VTK_LIBRARY_PROPERTIES)
 
 IF(NOT VTK_INSTALL_NO_LIBRARIES)
(0028642)
Orion Poplawski   
2012-05-24 13:53   
This can cause problems with library resolution:

# ldd /usr/lib64/vtk/libvtkIO.so
....
        libvtkNetCDF.so.5.10 => /usr/lib64/vtk/libvtkNetCDF.so.5.10 (0x00007fda4a964000)
        libvtkNetCDF_cxx.so => not found

And:

# python
Python 2.7.3 (default, Apr 30 2012, 20:31:33)
[GCC 4.7.0 20120416 (Red Hat 4.7.0-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import vtk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/vtk/__init__.py", line 43, in <module>
    from vtkIOPython import *
ImportError: libvtkNetCDF_cxx.so: cannot open shared object file: No such file or directory
(0028643)
Orion Poplawski   
2012-05-24 16:07   
Still a problem with 5.10.0
(0031250)
Dave DeMarle   
2013-07-22 20:02   
moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.
(0031282)
Dave DeMarle   
2013-07-22 20:33   
Dave P no longer works on the project. If these old issues still exist in 6.0.0, reopen them and assign to Dave DeMarle
(0031343)
Orion Poplawski   
2013-07-26 16:04   
This is fixed in 6.0.0
(0037236)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.