Closed dirk-thomas closed 10 years ago
rosout
can't find libconsole_bridge.so
as it's not in its path. rosout
expects it to be in /opt/ros/ROS_DISTRO/lib/libconsole_bridge.so
, but gets installed into /opt/ros/ROS_DISTRO/lib/ARCH/libconsole_bridge.so
roscore
won't start properly as it depends on rosout
, therefore any package that uses rostest
to run its tests will fail to buildThis 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.
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.