wrong symlink _gv.i686-linux-gnu.so on 32 bit Ubuntu 16.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
graphviz (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I noticed I was unable to build the documentation correctly for python-efl on Bodhi linux 4.2. The docs built but without images. The error was eventually tracked down to a broken symlink:
bodhi@bodhi-
lrwxrwxrwx 1 root root 32 Jan 5 16:17 _gv.i686-
-rw-r--r-- 1 root root 93880 Jan 5 16:17 libgv_python27.
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Bodhi Linux
Release: 16.04
Codename: xenial
This resulted in me being unable to load the module gv in python:
bodhi@bodhi-
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gv
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
_gv = swig_import_
File "/usr/lib/
import _gv
ImportError: No module named _gv
The inability to load module gv in python broke images being built in python-efl. The fix was to restore a proper link:
sudo ln -s libgv_python27.
I have documented this problem on Bodhi's forums and while I could fix said deb file and upload it to Bodhis repo I feel it is best to report the issue upstream, hence here. SEE http://
For the record this seems to be a 386 version of the issue (LP: #1583897)
information type: | Public → Public Security |
information type: | Public Security → Public |