You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/lib/ruby/vendor_ruby/graphviz/utils.rb:76:in `output_from_command': Error from "/usr/bin/dot" -q1 -Tpng -ohello_world.png /tmp/graphviz.rb20130629-29282-1uhwdt2: (RuntimeError)
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
from /usr/lib/ruby/vendor_ruby/graphviz.rb:655:in `output'
from tst.rb:15:in `<main>'
As you can see there is warning from fontconfig which you treat as dot's error. Please, don't do that, check return code first.
The text was updated successfully, but these errors were encountered:
In my Debian Sid I've got the following:
As you can see there is warning from fontconfig which you treat as dot's error. Please, don't do that, check return code first.
The text was updated successfully, but these errors were encountered: