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

Circular exec dependency causes catkin_tools to hang #439

Closed
mikepurvis opened this issue Mar 2, 2017 · 2 comments
Closed

Circular exec dependency causes catkin_tools to hang #439

mikepurvis opened this issue Mar 2, 2017 · 2 comments

Comments

@mikepurvis
Copy link
Member

mikepurvis commented Mar 2, 2017

When I have a workspace with a circular build_depend, and I attempt to catkin build it, I get the expected behaviour:

[build] Found '2' packages in 0.0 seconds.                                                                           
[build] Error: The workspace packages have a circular dependency, and cannot be built. Please run `catkin list --deps` to determine the problematic package(s).

However, when my workspace has a circular exec_depend, the build step simply hangs:

[build] Found '2' packages in 0.0 seconds.                                                                           
[build] Updating package table.                                                                                      

This is with catkin_tools 0.4.4.

Minimum working example: https://github.com/mikepurvis/catkin_tools_439

@wjwwood
Copy link
Member

wjwwood commented Mar 2, 2017

Duplicate of #429?

@mikepurvis
Copy link
Member Author

Oh blah, so it is.

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

2 participants