View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012207VTK(No Category)public2011-05-19 11:422016-08-12 09:55
ReporterOrion Poplawski 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version5.8 
Target Version5.8.1Fixed in Version 
Summary0012207: libvtkgdcmPythonD.so and libvtkNetCDF_cxx.so are missing sonames
DescriptionlibvtkgdcmPythonD.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

TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0026554)
Orion Poplawski (reporter)
2011-05-19 11:45

Sorry, libvtkgdcmPythonD.so comes from gdcm, not vtk.
(0026555)
Orion Poplawski (reporter)
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 (reporter)
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 (reporter)
2012-05-24 16:07

Still a problem with 5.10.0
(0031250)
Dave DeMarle (administrator)
2013-07-22 20:02

moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.
(0031282)
Dave DeMarle (administrator)
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 (reporter)
2013-07-26 16:04

This is fixed in 6.0.0
(0037236)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2011-05-19 11:42 Orion Poplawski New Issue
2011-05-19 11:44 David Partyka Assigned To => David Partyka
2011-05-19 11:44 David Partyka Status backlog => tabled
2011-05-19 11:45 Orion Poplawski Note Added: 0026554
2011-05-19 11:50 Orion Poplawski Note Added: 0026555
2011-06-16 13:11 Zack Galbreath Category CMake => (No Category)
2011-09-15 11:10 David Partyka Project => TBD
2011-09-15 11:10 David Partyka Type => incorrect functionality
2011-09-15 11:10 David Partyka Status backlog => tabled
2011-09-15 11:10 David Partyka Product Version => 5.8
2011-09-15 11:10 David Partyka Target Version => 5.8.1
2012-05-24 13:53 Orion Poplawski Note Added: 0028642
2012-05-24 16:07 Orion Poplawski Note Added: 0028643
2013-07-22 20:02 Dave DeMarle Status tabled => backlog
2013-07-22 20:02 Dave DeMarle Note Added: 0031250
2013-07-22 20:33 Dave DeMarle Status backlog => expired
2013-07-22 20:33 Dave DeMarle Note Added: 0031282
2013-07-26 16:04 Orion Poplawski Note Added: 0031343
2016-08-12 09:55 Kitware Robot Note Added: 0037236
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team