ros groovy compile fails at pcl [closed]
I am trying to compile ROS by source on an arch system. The compile process stucks a pcl. The result of cd ~/ros_catkin_ws/build_isolated/pcl && ~/ros_catkin_ws/install_isolated/env.sh make -j8 -l8 is: common/CMakeFiles/pcl_common.dir/build.make:103: recipe for target 'common/CMakeFiles/pcl_common.dir/src/common.cpp.o' failed make[2]: * [common/CMakeFiles/pcl_common.dir/src/common.cpp.o] Error 1 common/CMakeFiles/pcl_common.dir/build.make:149: recipe for target 'common/CMakeFiles/pcl_common.dir/src/distances.cpp.o' failed make[2]: [common/CMakeFiles/pcl_common.dir/src/distances.cpp.o] Error 1 common/CMakeFiles/pcl_common.dir/build.make:80: recipe for target 'common/CMakeFiles/pcl_common.dir/src/io.cpp.o' failed make[2]: [common/CMakeFiles/pcl_common.dir/src/io.cpp.o] Error 1 CMakeFiles/Makefile2:545: recipe for target 'common/CMakeFiles/pcl_common.dir/all' failed make[1]: [common/CMakeFiles/pcl_common.dir/all] Error 2 octree/CMakeFiles/pcl_octree.dir/build.make:57: recipe for target 'octree/CMakeFiles/pcl_octree.dir/src/octree_impl.cpp.o' failed make[2]: [octree/CMakeFiles/pcl_octree.dir/src/octree_impl.cpp.o] Error 1 CMakeFiles/Makefile2:1083: recipe for target 'octree/CMakeFiles/pcl_octree.dir/all' failed make[1]: [octree/CMakeFiles/pcl_octree.dir/all] Error 2 [ 4%] Built target pcl_io_ply Makefile:126: recipe for target 'all' failed make: ** [all] Error 2
Any ideas?
can you run this again with VERBOSE=1 ?
You can find the output here
This is very strange; the compiler is failing and exiting nonzero, but it isn't producing an error message. Can you try compiling one file by hand?
try running: https://gist.github.com/trainman419/7a3a62d79d4f139156c5
You can find the output here.