FS#35123 - [graphviz] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by FiX (fix) - Tuesday, 07 May 2013, 08:33 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 07 May 2013, 11:16 GMT
Task Type Bug Report
Category Packages: Extra
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:
There is a problem with graphviz and libpng 1.6:

(1/1) istalling graphviz
Warning: Could not load "/usr/lib/graphviz/libgvplugin_gd.so.6" - file not found
Warning: Could not load "/usr/lib/graphviz/libgvplugin_pango.so.6" - file not found
/tmp/alpm_1Ii4bw/.INSTALL: line 1: 26927 Segmentation fault (core dumped) usr/bin/dot -c
error: command failed to execute correctly

Additional info:
$ yaourt -Qs|egrep '(libpng|graphviz)'
extra/graphviz 2.30.1-3
multilib/lib32-libpng 1.6.2-1

$ ldd /usr/lib/graphviz/libgvplugin_gd.so.6 |grep not
libpng15.so.15 => not found
$ yaourt -Ql libpng |grep \.so
libpng /usr/lib/libpng.so
libpng /usr/lib/libpng16.so
libpng /usr/lib/libpng16.so.16
libpng /usr/lib/libpng16.so.16.2.0


Steps to reproduce:
# pacman -S graphviz
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Tuesday, 07 May 2013, 11:16 GMT
Reason for closing:  None
Comment by Evangelos Foutras (foutrelis) - Tuesday, 07 May 2013, 10:40 GMT
Nothing in our repos links to libpng15 anymore; the problem lies in unsupported packages you have installed (cairo perhaps?).

See: https://bbs.archlinux.org/viewtopic.php?id=162840
Comment by FiX (fix) - Tuesday, 07 May 2013, 10:57 GMT
I've updated cairo recently.
Now it's working.

Thanks.

Loading...