Error during run of ros_catkin_ws/install_isolated/env.sh
System: OSX 10.11.2
On running ./src/catkin/bin/catkinmakeisolated --install -DCMAKEBUILDTYPE=Release The process stops with the error
[ 44%] Built target gazeboosjointstatepublisher [ 44%] Built target gazeboosblocklaser make: *** [all] Error 2 <== Failed to process package 'gazeboplugins': Command '['/Users/gunshigupta/roscatkinws/install_isolated/env.sh', 'make', '-j4', '-l4']' returned non-zero exit status 2
Reproduce this error by running: ==> cd /Users/gunshigupta/roscatkinws/buildisolated/gazeboplugins && /Users/gunshigupta/roscatkinws/install_isolated/env.sh make -j4 -l4
Command failed, exiting.
So when i run the command:
cd /Users/gunshigupta/roscatkinws/buildisolated/gazeboplugins && /Users/gunshigupta/roscatkinws/install_isolated/env.sh make -j4 -l4
to reproduce the error, I get the errors shown in this gist: https://gist.github.com/gunshi/494f58eb5ad7889dd046dd902e4bbbad
Can anyone help me with what needs to be modified during the build process to get the gazeboplugins to build and install? Reference to same question asked by me on github: https://github.com/ros-simulation/gazeboros_pkgs/issues/420 Thanks.
Asked by gunshi on 2016-04-13 05:53:22 UTC
Comments