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
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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 
Comment by Allan McRae (Allan) - Sunday, 08 May 2016, 13:43 GMT
This has nothing to do with gcc. What else did you update?
Comment by Rafael Reggiani Manzo (manzo) - Sunday, 08 May 2016, 15:41 GMT
vtkIOAMR.py has a try/except statement that I've removed which unveiled something that may help:

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

Loading...