-
Notifications
You must be signed in to change notification settings - Fork 148
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
Unhelpful error message with circular dependency #229
Comments
Looks like the error is coming up from https://github.com/ros-infrastructure/catkin_pkg/blob/master/src/catkin_pkg/topological_order.py#L117 which is in I don't have time right now to dig into it, but I can try to have a look sometime next week. |
This is fixed in #249. |
+1 |
I get the following error with catkin 0.4.2 (Ubuntu 14.04) with circular dependencies (a depends on b, b depends on a):
This looks slightly different and as far as I understood the bug above is fixed in 0.4.x -- right? So I'm not sure whether this is something new... |
reopened here since found same issue: #430 |
If you have a circular dependency, catkin_make outputs a decent error message.
However, catkin build results in this error:
The text was updated successfully, but these errors were encountered: