ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

GNU install dirs break ROS #15

Closed dirk-thomas closed 10 years ago

dirk-thomas commented 10 years ago

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.

esteve commented 10 years ago

More on this:

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.

isucan commented 10 years ago

reverted changes with Dirk's help.