Trent W. Buck wrote: > Package: graphviz > Version: 2.26.3-3 > Severity: important > > Upon installing graphviz, I am confronted with > > $ dot --help > There is no layout engine support for "dot" > Perhaps "dot -c" needs to be run (with installer's privileges) to > register the plugins? > > I don't remember seeing this before. Is there any reason this > operation can't be done at build time (debian/rules) or at install > time (debian/postinst)? > > Running "sudo dot -c" appears to fix it. > > -- System Information: > Debian Release: squeeze/sid > APT prefers unstable > APT policy: (500, 'unstable'), (1, 'experimental') > Architecture: amd64 (x86_64) > > Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores) > Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > > Versions of packages graphviz depends on: > ii libc6 2.10.2-6 Embedded GNU C Library: Shared > lib > ii libcdt4 2.26.3-3 rich set of graph drawing tools > - > ii libcgraph5 2.26.3-3 rich set of graph drawing tools > - > ii libexpat1 2.0.1-7 XML parsing C library - runtime > li > ii libgd2-noxpm 2.0.36~rc1~dfsg-3.1 GD Graphics Library version 2 > (wit > ii libgraph4 2.26.3-3 rich set of graph drawing tools > - > ii libgvc5 2.26.3-3 rich set of graph drawing tools > - > ii libgvpr1 2.26.3-3 rich set of graph drawing tools > - > ii libx11-6 2:1.3.3-2 X11 client-side library > ii libxaw7 2:1.0.7-1 X11 Athena Widget library > ii libxmu6 2:1.0.5-1 X11 miscellaneous utility library > ii libxt6 1:1.0.7-1 X11 toolkit intrinsics library > > Versions of packages graphviz recommends: > ii ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as > Tim > > Versions of packages graphviz suggests: > pn graphviz-doc <none> (no description available) > ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4 Fonts for the Ghostscript > interpre > > -- no debconf information >
Hi Trent, Strange, it works fine here. It should be doing exactly what you suggest - /usr/sbin should have command libgvc5-config-update installed, which is actually a copy of dot, and it should run "libgvc5-config-update -c" in libgvc5.postinst. The only change I've made to this file recently is to remove the absolute path from the command (i.e. it used to say "/usr/sbin/libgvc5-config-update -c"). This was because lintian was complaining about it and since /usr/sbin should be in root's path, I decided to appease it. Is it possible that /usr/sbin isn't on root's path on your machine? Cheers, David. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org