Re: [graphviz-interest] libgvplugin_gdk_pixbuf still in use?
John Ellson <[email protected]> Tue, 04 Feb 2014 16:06:12 -0500
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <[email protected]> |
On 02/04/2014 03:37 PM, Edd Barrett wrote:
> Hi,
>
> I am working on bringing the graphviz package for OpenBSD up to date (to
> 2.36.0). This is in response to CVE-2014-0978 and CVE-2014-1236. Details
> here: http://www.debian.org/security/2014/dsa-2843
>
> I am almost finished, but I am wondering whether libgvplugin_gdk_pixbuf is
> still in use. I ask because of the follwing conflicting information.
>
> The configure script reports that the gdk_pixbuf plgin is enabled:
> ---8<---
> plugin libraries:
> ...
> gdk_pixbuf: Yes
> ---8<---
>
> And `dot -c` generates a config file containing a section for gdk_pixbuf:
> ---8<---
> libgvplugin_gdk_pixbuf.so.0.0 gdk_pixbuf {
> device {
> bmp:cairo 4
> ico:cairo 4
> ---8<---
>
> On the other hand, there is no gdk-pixbuf directory in the plugin source
> directory, and further, no libgvplugin_gdk_pixbuf.so.X.Y is installed during
> `make install`.
>
> So I am a little confused. Can someone clarify?
>
> Thanks for your help.
>
The sources are in now in plugin/gdk. The gdk plugin is now requires
libgdk_pixbuf.
I suspect the installed libgvplugin_gdk_pixbuf.* that you have may be
left over from some previous installation.
Could you try:
rm -r /usr/lib*/graphviz
and do a fresh install?
John
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest