Error during run of ros_catkin_ws/install_isolated/env.sh

asked 2016-04-13 06:03:02 -0500

gunshi gravatar image

System: OSX 10.11.2

On running ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release The process stops with the error

[ 44%] Built target gazebo_os_joint_state_publisher [ 44%] Built target gazebo_os_block_laser make: * [all] Error 2 <== Failed to process package 'gazebo_plugins': Command '['/Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh', 'make', '-j4', '-l4']' returned non-zero exit status 2

Reproduce this error by running: ==> cd /Users/gunshigupta/ros_catkin_ws/build_isolated/gazebo_plugins && /Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

Command failed, exiting.

So when i run the command:

cd /Users/gunshigupta/ros_catkin_ws/build_isolated/gazebo_plugins && /Users/gunshigupta/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

to reproduce the error, I get the errors shown in this gist: https://gist.github.com/gunshi/494f58...

Can anyone help me with what needs to be modified during the build process to get the gazebo_plugins to build and install? Reference to same question asked by me on github: https://github.com/ros-simulation/gaz... Thanks.

edit retag flag offensive close merge delete