Hi, I’m one of the nobodies that looks at my build logs. I noticed five instances of
sh: 1: dot: not found error: Problems running dot: exit code=127, command='dot', arguments='"…/graph_legend.dot" -Tpng -o "…/graph_legend.png"' in the openafs build log, and indeed Doxygen is generating graph_legend.html files that link to a missing graph_legend.png. There are no explicit uses of dot. Doxygen decided to do this itself, by default. You can reproduce this error just by running doxygen -g; doxygen in an empty directory without graphviz installed. I think it’s hard to argue that an empty Doxygen project should be expected to manually declare a build dependency on graphviz. Anders