[mlpack] 01/02: explicit build dependency on graphviz for /usr/bin/dot
Barak A. Pearlmutter
barak+git at pearlmutter.net
Fri Sep 25 08:23:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit de1a4408f8a5fe1349a1258f50f73c039bf2038f
Author: Barak A. Pearlmutter <barak+git at pearlmutter.net>
Date: Fri Sep 25 08:55:32 2015 +0100
explicit build dependency on graphviz for /usr/bin/dot
Apparently dot used to be pulled in by some doxygen package, but no longer.
This causes a FTBS issue.
See https://bugs.debian.org/798840
Running dot for graph 1/657
dot: not found
error: Problems running dot: exit code=127, command='dot', arguments='"/tmp/buildd/mlpack-1.0.12/obj-x86_64-linux-gnu/doc/html/core_8hpp__incl.dot" -Tpng -o "/tmp/buildd/mlpack-1.0.12/obj-x86_64-linux-gnu/doc/html/core_8hpp__incl.png"'
sh: 1: sh: 1: sh: 1: dot: not found
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index a2256a7..efdf341 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: cmake, debhelper (>=9), dh-exec,
libxml2-dev,
libarmadillo-dev,
txt2man,
- doxygen, doxygen-latex
+ doxygen, doxygen-latex, graphviz
Standards-Version: 3.9.6
Homepage: http://www.mlpack.org/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/mlpack.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list