Failed to process package 'rosconsole_bridge'

asked 2018-12-04 05:04:12 -0500

alessiadele gravatar image

updated 2018-12-04 09:09:45 -0500

gvdhoorn gravatar image

Hi guys! I'm trying to install ros lunar on my ubuntu 16.04 LTS, following this guide:

http://wiki.ros.org/lunar/Installatio...

But the problem is that when I Invoke catkin_make_isolated, the system gives me the error:

Failed to process package 'rosconsole_bridge': 
  Command '['/home/alessiadele/ros_catkin_ws/install_isolated/env.sh', 'make', '-j4', '-l4']' returned non-zero exit status 2

I have also execute the command that it suggests:

cd /home/alessiadele/ros_catkin_ws/build_isolated/rosconsole_bridge && /home/alessiadele/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

But after some seconds, the process is been interrupted with this advice:

/home/alessiadele/ros_catkin_ws/install_isolated/lib/librosconsole.so: not defined reference to "boost::re_detail::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const"
/home/alessiadele/ros_catkin_ws/install_isolated/lib/librosconsole.so: not defined reference to  "boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const"
collect2: error: ld returned 1 exit status
test/CMakeFiles/cleanup.dir/build.make:109: set di istruzioni per l'obiettivo "/home/alessiadele/ros_catkin_ws/devel_isolated/rosconsole_bridge/lib/rosconsole_bridge/cleanup" non riuscito
make[2]: *** [/home/alessiadele/ros_catkin_ws/devel_isolated/rosconsole_bridge/lib/rosconsole_bridge/cleanup] Errore 1
CMakeFiles/Makefile2:481: set di istruzioni per l'obiettivo "test/CMakeFiles/cleanup.dir/all" non riuscito
make[1]: *** [test/CMakeFiles/cleanup.dir/all] Errore 2
Makefile:138: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2

I'm sorry if some sentences are in italian, but actually I've not yet tried to change the terminal's language. I hope it's equally clear! Thank you all!

edit retag flag offensive close merge delete