error building rviz from source?

asked 2017-04-17 06:29:29 -0600

sam26 gravatar image

updated 2017-04-17 06:30:21 -0600

I am working on Ubuntu 16.04,ARM and trying to build rviz from source ( because, I need to point the package to a different GL library instead of MESA ). However, as I follow these steps, skipping rosdep part ( This is because, I do not want to update and initialize rosdep as any upgradation of my system dependencies would crash my proprietary driver ). Doing so, I encounter an error after catkin_make_isolated that is shown below :

make[2]: warning: Clock skew detected. Your build may be incomplete
Makefile:138: recipe for target 'all' failed
make: ***[all] Error 2
<== Failed to process package 'rviz' :
 Command '['/home/sam/ws/install_isolated/env.sh', 'make', '-j6', '-l6']' returned non-zero exit status 2
 Reproduce this error by running:
 cd /home/sam/ws/build_isolated/rviz && /home/sam/ws/install_isolated/env.sh make -j6 -l6

Could someone please help me resolve this. Thank you in advance.

edit retag flag offensive close merge delete