FS#49266 - Fail to load after GCC updates
Attached to Project:
Community Packages
Opened by Rafael Reggiani Manzo (manzo) - Sunday, 08 May 2016, 13:22 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 08 May 2016, 16:26 GMT
Opened by Rafael Reggiani Manzo (manzo) - Sunday, 08 May 2016, 13:22 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 08 May 2016, 16:26 GMT
|
Details
Description:
After the latest GCC updates from yesterday, importing VTK has got broken. Probably this is just a matter of recompiling. Additional info: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/vtk/__init__.py", line 90, in <module> from .vtkIOAMR import * File "/usr/lib/python2.7/site-packages/vtk/vtkIOAMR.py", line 9, in <module> from vtkIOAMRPython import * ImportError: No module named vtkIOAMRPython Steps to reproduce: In a terminal open the python2 interpreter and run 'import vtk'. Thanks for your attention :) |
This task depends upon
Closed by Antonio Rojas (arojas)
Sunday, 08 May 2016, 16:26 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#49233
Sunday, 08 May 2016, 16:26 GMT
Reason for closing: Duplicate
Additional comments about closing:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/vtk/__init__.py", line 90, in <module>
from .vtkIOAMR import *
File "/usr/lib/python2.7/site-packages/vtk/vtkIOAMR.py", line 5, in <module>
from .vtkIOAMRPython import *
ImportError: libhdf5.so.10: cannot open shared object file: No such file or directory
I have hdf5-cpp-fortran installed which was last update 05/02. What do you think?
It does not provide libhdf5.so.10 but: usr/lib/libhdf5.so and usr/lib/libhdf5.so.100 and usr/lib/libhdf5.so.100.0.0