-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cannot make Graph. Example broken? #8
Comments
Drilling further down, it would appear that the error originates in |
zrthstr
changed the title
Cannot make a graph. Example broken?
Cannot make Graph. Example broken?
Dec 3, 2021
Hi, I meet the same problem, how did you handle it? Could you help me, please? |
Unfortunately i could never get it to work. |
+1, this should be fixed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to make a graph as described in https://github.com/TheOpteProject/LGL#making-internet-graphs i get some errors and no output png.
Should the steps in the README.md still work if followed correctly? Or are they out of date?
If they should work, on what OS/Linux distro can this be reproduced?
In my case no
*.coords
file gets generated.Here is what i am doing, following the steps under: "Making Internet graphs / The same thing but step by step (if above fails):"
As far as i can debug it, the error happens on when
bootstrap.sh
callsrun.sh
callslgl.pl
in line 203 callslglayout2D
.What happens is that
lgl.pl
calls die()'s in line 204 butrun.sh
continues.The command line arguments to lglayout2D that lgl.pl generates looks good from what i can tell.
The perl script calling lglayout2D eats part of the error message so i isolated it.
(the error msg stops after 'Open of' without a newline.
After the call to lglayout2D the 0.coords file is not generated.
This of course then causes the image generation to fail later on.
Any idea what is going wrong here?
How can i debug this further?
Happy about any pointers on how to continue.
( i'm using an up to date arch linux, but also in an debian 10, have all dependencies installed, i did the make && make install etc etc)
The text was updated successfully, but these errors were encountered: