(Groovy @ 12.04) Error on: $ ./src/catkin/bin/catkin_make_isolated --install
When I run the following command:
$ ./src/catkin/bin/catkin_make_isolated --install
I get the following error:
Traceback (most recent call last):
File "./src/catkin/bin/catkin_make_isolated", line 74, in <module> main()
File "./src/catkin/bin/catkin_make_isolated", line 70, in main quiet=mot args.verbose
File "./src/catkin/bin/.../python/catkin/builder.py", line 494, in build_workspace_isolated number=index + 1, of=len(packages)
File "./src/catkin/bin/.../python/catkin/builder.py", line 315, in build_package build_catkin_package(path, package, spaces, options)
File "./src/catkin/bin/.../python/catkin/builder.py", line 219, in build_catkin_package run_command_colorized(cmake_cmd, build_dir, options['quiet'])
File "./src/catkin/bin/.../python/catkin/builder.py", line 121, in run_command_colorized stdout=subprocess.PIPE, stderr=subprocess.STDOUT
File "/usr/lib/python2.7/subprocess.py", line 679, in ___init___ errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _executed_child raise child_exception)
OSError: [Errno 2] No such file or directory
Any suggestions? Kernel is armv7l
does ./src/catkin/bin/catkin_make --install work? This will only work if you remove all non-catkin packages from the src folder
UPDATE: It was an error linked to my other issue described in http://answers.ros.org/question/51742/groovy-1204-e-package-libtbb-dev-has-no-installation-candidate/ ((Groovy @ 12.04) E: Package 'libtbb-dev' has no installation candidate)
HOWEVER: Now that it is working, I am getting an error after installing Package 10 of 153, right after: ==> make -j2 in '/home/ubuntu/ros_catkin_ws/build_isolated/flann' error: My Terminal Emulator is killing my ubuntu.img image connection, causing my androidVNC to shut down.
(Please note that the CPU Usage Monitor is way high during this part.) Any suggestions to work around this?