Issue 71 in canviz: Canviz does not compile in debian sid

4 views
Skip to first unread message

can...@googlecode.com

unread,
Oct 1, 2012, 12:19:53 PM10/1/12
to canviz...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 71 by guys...@gmail.com: Canviz does not compile in debian sid
http://code.google.com/p/canviz/issues/detail?id=71

What steps will reproduce the problem?

In debian:
1. svn checkout http://canviz.googlecode.com/svn/canviz/trunk/
canviz-read-only
2. cd canviz-read-only
3. make examples
4. ls (aka look in the folder)


What is the expected output?

A build folder should be created as specified in the example file
/examples/hello_world/new.html :
<script type="text/javascript" src="../../build/canviz.min.js"></script>


What version of the product are you using? On what operating system?

Debian sid, svn is at revision 371

What do you see instead?

Output from "make" seems to crash on some folder its looking for in
graphviz, but it does not exist in any package in the distribution (I tried
to give it a different folder with no files to make it skip that command,
but that did not solve the problem, canviz does not build):

guy@golem3:/tmp/canviz-read-only$ make examples
find: `/usr/share/graphviz/graphs': No such file or directory
/usr/bin/dot examples/hello_world/graph.gv -Txdot
-oexamples/hello_world/graph-xdot.gv
awk -f insert_file.awk -v placeholder=@GRAPH@ examples/hello_world/graph.gv
examples/hello_world/new.html.in > examples/hello_world/new.html
awk: insert_file.awk:11: warning: escape sequence `\&' treated as plain `&'
/usr/bin/dot examples/hello_world/graph.gv -Tcmapx
-oexamples/hello_world/graph-cmapx.html
/usr/bin/dot examples/hello_world/graph.gv -Tpng
-oexamples/hello_world/graph.png
awk -f insert_file.awk -v placeholder=@GRAPH@ examples/hello_world/graph.gv
examples/hello_world/old.html.in > examples/hello_world/old.html.tmp
awk: insert_file.awk:11: warning: escape sequence `\&' treated as plain `&'
awk -f insert_file.awk -v placeholder=@CMAPX@
examples/hello_world/graph-cmapx.html examples/hello_world/old.html.tmp >
examples/hello_world/old.html
awk: insert_file.awk:11: warning: escape sequence `\&' treated as plain `&'
rm -f examples/hello_world/old.html.tmp
mkdir ./graphs
Generating graphs/graphlist.js
Generating graphs/layoutlist.js
mkdir ./graphs/images
find /usr/share/graphviz/graphs -type f -name '*.gif' -or -name '*.jpg' -or
-name '*.png' -print0 | xargs -0 -t -n 1 -I % cp % ./graphs/images
find: `/usr/share/graphviz/graphs': No such file or directory


can...@googlecode.com

unread,
Jul 20, 2013, 5:52:15 AM7/20/13
to canviz...@googlegroups.com

Comment #1 on issue 71 by ryandesi...@gmail.com: Canviz does not compile in
debian sid
http://code.google.com/p/canviz/issues/detail?id=71

Where did the sample graphs get installed on your system, if not in
/usr/share/graphviz/graphs?

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages