FS#51477 - Broken python 2 binding
Attached to Project:
Community Packages
Opened by Rafael Reggiani Manzo (manzo) - Friday, 21 October 2016, 09:20 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 22 October 2016, 01:19 GMT
Opened by Rafael Reggiani Manzo (manzo) - Friday, 21 October 2016, 09:20 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 22 October 2016, 01:19 GMT
|
Details
After my daily system upgrade, the python import started to
fail with:
Python 2.7.12 (default, Jun 28 2016, 08:31:05) [GCC 6.1.1 20160602] 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/lib/python2.7/site-packages/vtk/__init__.py", line 127, in <module> from .vtkIOGDAL import * File "/usr/lib/python2.7/site-packages/vtk/vtkIOGDAL.py", line 9, in <module> from vtkIOGDALPython import * ImportError: No module named vtkIOGDALPython You can find my pacman log for such upgrade at: https://gist.github.com/rafamanzo/e6ffbfd599ba5c6e8214ca3847f91ef0 I have 7.0.0-3 currently installed. Thanks for any help. |
This task depends upon
Trying to compile the package locally I get the following warning:
usr/bin/ld: warning: libnetcdf.so.12, needed by /usr/lib/libgdal.so.20, not found (try using -rpath or -rpath-link)
And then compilation fails when truing to link libgdal.so.20 with missing netcfd symbols.