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

make-dot.py can't run normally to build the graph of bundle dependency #49

Closed
gaoethan opened this issue Jun 13, 2018 · 3 comments
Closed

Comments

@gaoethan
Copy link

Tried to run make-dot.py to create the dependency graph of clearlinux bundles, but the following error occurs.

ros@ros2clr ~/workspace/clr/clr-bundles $ ls
auto.devbundles  bundle-header.txt  bundles  make-dot.py  packages  README.md
ros@ros2clr ~/workspace/clr/clr-bundles $ python3 make-dot.py | dot -Tsvg > dot.svg
Warning: Could not load "/usr/lib64/graphviz/libgvplugin_pango.so.6" - file not found
Traceback (most recent call last):
  File "make-dot.py", line 86, in <module>
    main()
  File "make-dot.py", line 13, in main
    edges = generate_edges(bundledict)
  File "make-dot.py", line 53, in generate_edges
    includebundle = bundledict[includename]
KeyError: 'p11-kit'
ros@ros2clr ~/workspace/clr/clr-bundles $ 

@mrkz
Copy link
Contributor

mrkz commented Jul 11, 2018

@bryteise Any idea?

@bryteise
Copy link
Member

Hrm so I haven't touched this and I don't do validation for the script. I'm see about getting it to work again.

@bryteise
Copy link
Member

Okay, so I have this fixed and it should be in the next 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