[go: up one dir, main page]

Broken symlinks for _gv.so with PYTHON2/PYTHON3

Hi, I'm using Arch Linux and I noticed two broken symlinks after upgrading graphviz to 2.42.1-1:

  • /usr/lib/graphviz/python2/_gv.so is symlinked to libgv_python.so;
  • /usr/lib/graphviz/python3/_gv.so is symlinked to libgv_python.so.

If I'm reading the code correctly I think this is due to incorrect linking in Makefile.am. I've attached a patch to correct this.

Please note that I'm not a developer, and my patch might be incomplete (although I've tested it on Arch Linux against 2.42-1).

Regards

gv-python.patch