https://bugs.kde.org/show_bug.cgi?id=419202
--- Comment #12 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Ralf Habacker from comment #10) > > 09:58:56 -- Found Doxygen: /usr/bin/doxygen (found version "1.8.16") found > >09:59:05 error: Problems running dot: exit code=1, command='/usr/bin/dot', > >arguments='"/home/jenkins/workspace/Applications/umbrello/stable-kf5-qt5 > >SUSEQt5.12/build/apidoc/html/inherit_graph_141.dot" -Tpng -o "/home/jenkins > >/workspace/Applications/umbrello/stable-kf5-qt5 SUSEQt5.12/build/apidoc > >/html/inherit_graph_141.png" -Tcmapx -o "/home/jenkins/workspace/Applications > > /umbrello/stable-kf5-qt5 > > SUSEQt5.12/build/apidoc/html/inherit_graph_141.map"' > > This command fails and I cannot see why - one unusual indication is that > there is one dot call used to generate two files. According to https://cmake.org/cmake/help/v3.9/module/FindDoxygen.html DOXYGEN_DOT_MULTI_TARGETS Set to YES by this module (note that this requires a dot version newer than 1.8.10). This option is only meaningful if DOXYGEN_HAVE_DOT is also set to YES. generating multiple targets should be possible with dot >= 1.8.10. Unfortunally the FindDoxygen.cmake module does not print the version of the used dot tool, so I'm going to disable that mode. -- You are receiving this mail because: You are watching all bug changes.