-
Notifications
You must be signed in to change notification settings - Fork 65
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
GNU install dirs break ROS #15
Labels
Comments
dirk-thomas
added a commit
to ros/rosdistro
that referenced
this issue
Feb 21, 2014
dirk-thomas
added a commit
to ros/rosdistro
that referenced
this issue
Feb 21, 2014
rollback console_bridge until ros/console_bridge#15 is addressed
This is a serious bug, a significant portion of the base ROS packages failed to build due to not being able to run their tests properly. |
reverted changes with Dirk's help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ROS package of console bridge must not use GNU install dirs. Simply because the files can not be found in these locations (as I commented four months ago) and it break all downstream stuff (e.g. http://jenkins.ros.org/view/Idev/job/devel-indigo-actionlib/5/testReport/ ).
As a result I will downgrade console_bridge in the Indigo file to an older version. Before this is addressed no new console_bridge releases can be accepted into the ROS distro.
The text was updated successfully, but these errors were encountered: