Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphViz failing #21

Open
camwebb opened this issue Aug 18, 2017 · 5 comments
Open

GraphViz failing #21

camwebb opened this issue Aug 18, 2017 · 5 comments

Comments

@camwebb
Copy link

camwebb commented Aug 18, 2017

All graphviz (dot) conversions are failing due to rank=source in the Legend. If I edit this out, or use rank=min or rank=max they run just fine. Using graphviz version 2.40.1. Thanks.

@shizhuoyu
Copy link
Contributor

It seems to me it is the issue of Graphviz software instead of Euler. Could you please show me more details: what operating system you were using? Did you build from source or just use Graphviz binary directly? A few screenshots may help if possible. FYI, I am using MacOS(10.9) but I am using an older version graphviz.app (2.36.0) since newer versions somehow does not work according to the website of Graphviz software (http://www.graphviz.org/Download_macos.php). Maybe you could try an older version of Graphviz as a walk-around.

@camwebb
Copy link
Author

camwebb commented Aug 22, 2017

Agree it's graphviz. Opened an issue there: ellson/MOTHBALLED-graphviz#1273. I can work around the bug until fixed. Thanks!

@camwebb camwebb closed this as completed Aug 22, 2017
@camwebb
Copy link
Author

camwebb commented Apr 19, 2018

This bug in Graphviz is not getting fixed, so any new install of EulerX will fail to be able to make PDFs. I've installed one several new machines recently, and each time I have to add a hack to the code to pass the y2d output through sed 's/=source/=max/g'. Annoying for you, I know, but could you add a temporary patch?

@camwebb camwebb reopened this Apr 19, 2018
@camwebb
Copy link
Author

camwebb commented Apr 20, 2018

More... stable graphviz is still being released at version 2.40.1, which is broken (see here). I can confirm that dev version (graphviz-2.41.20171026.1811) works fine on EulerX files using rank=source. So whether you want to patch eulerx will depend on when we expect graphviz 2.41 to be released and incorporated into repos.

@RoronoaZoro0895
Copy link

I am facing the same issue on ubuntu bionic(18.04)... any plans for future release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants