|
From: <tf...@us...> - 2008-03-31 17:43:54
|
Revision: 71
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=71&view=rev
Author: tfoote
Date: 2008-03-31 10:43:56 -0700 (Mon, 31 Mar 2008)
Log Message:
-----------
adding note about graphviz bug that this works around.
Modified Paths:
--------------
pkg/trunk/exploreGraph/nodes/renderGraph
Modified: pkg/trunk/exploreGraph/nodes/renderGraph
===================================================================
--- pkg/trunk/exploreGraph/nodes/renderGraph 2008-03-29 01:04:05 UTC (rev 70)
+++ pkg/trunk/exploreGraph/nodes/renderGraph 2008-03-31 17:43:56 UTC (rev 71)
@@ -44,6 +44,12 @@
# * launchArgs.append('--test')
######################################################
+#This makes up for a bug in the graphviz package.
+#It is "fixed upstream, and the fix is in the
+#latest stable release: graphviz-2.18"
+# so when the packaged version gets upgraded we can remove this
+# todo clean this out when it's upgraded
+# https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/208072
launchEnv['LD_PRELOAD'] = '/usr/lib/libgvc.so.3'
os.execvpe(launchCommand, launchArgs, launchEnv)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|