Bug 135544 - 'dot' complains about "Error: Layout was not done. Missing layout plugins?"
Summary: 'dot' complains about "Error: Layout was not done. Missing layout plugins?"
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: x86-64 Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Andreas Gruenbacher
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-25 11:19 UTC by Klaus Kämpf
Modified: 2006-01-04 15:05 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Kämpf 2005-11-25 11:19:53 UTC
When running dot as part of 'doxygen', it complains about
  Error: Layout was not done.  Missing layout plugins?

Google found this one
  http://bugs.gentoo.org/show_bug.cgi?id=105041
which says one must run "dot -c"

Trying so results in
> dot -c
Error: failed to open /usr/lib64/graphviz/config for write.

Repeating this as root succeeds.

After that, also 'doxygen' runs without error.

Looks like "dot -c" should be run in the postinstall of graphviz
(otoh, its an empty directory. So just creating it during build and add it as %dir to the %files section might be a better choice ?!)
Comment 1 Andreas Gruenbacher 2006-01-04 15:05:38 UTC
Fixed on November 24; thanks for the bug report.