[Bug 1270025] Re: graphviz package does not configure plugins
Ilya Murav'jov
muravjov.il at gmail.com
Fri Jul 25 09:59:46 UTC 2014
I confirm grobbelaar' results - the issue is not fixed:
$ dot -Tpng
Format: "png" not recognized. Use one of:
$ dot -V
dot - graphviz version 2.36.0 (20140111.2315)
$ dpkg --status graphviz
Package: graphviz
Status: install ok installed
Priority: optional
Section: graphics
Installed-Size: 1785
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Architecture: amd64
Multi-Arch: foreign
Version: 2.36.0-0ubuntu3
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to graphviz in Ubuntu.
https://bugs.launchpad.net/bugs/1270025
Title:
graphviz package does not configure plugins
Status in “graphviz” package in Ubuntu:
Fix Released
Bug description:
After installing graphviz 2.36.0-0ubuntu1 in Trusty, I can no longer
generate any PNG images with the 'dot' tool. The reason for this is
that the package scripts do not configure the installed graphviz
plugins:
To reproduce:
----
$ dot -Tpng my_file.dot > my_file.png
There is no layout engine support for "dot"
Perhaps "dot -c" needs to be run (with installer's privileges) to register the plugins?
$ sudo dot -c
[sudo] password for thomi:
$ dot -Tpng my_file.dot > my_file.png
# works now.
I think the 'sudo dot -c' step ought to be done as part of the package installation scripts.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1270025/+subscriptions
More information about the foundations-bugs
mailing list