camke doesn't work due to a ROS reinstallation

asked 2021-12-22 13:49:03 -0500

v.leto gravatar image

Hi! I had to reinstall ROS and when try to do cmake I get this. It stops. What could it be? thank you

 Base path: /home/valeria/catkin_ws
Source space: /home/valeria/catkin_ws/src
Build space: /home/valeria/catkin_ws/build
Devel space: /home/valeria/catkin_ws/devel
Install space : /home/valeria/catkin_ws/install
####
#### Running command: "cmake /home/valeria/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/home/valeria/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/valeria/catkin_ws/install -G Unix Makefiles" in "/home/valeria/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/valeria/catkin_ws/devel
-

- Using CMAKE_PREFIX_PATH: /opt/ros/melodic
-- This workspace overlays: /opt/ros/melodic
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.17", minimum required is "2") 
-- Using PYTHON_EXECUTABLE: /usr/bin/python2
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/valeria/catkin_ws/build/test_results
-- Found gtest sources under '/usr/src/googletest': gtests will be built
-- Found gmock sources under '/usr/src/googletest': gmock will be built
-- Found PythonInterp: /usr/bin/python2 (found version "2.7.17") 
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.29
-- BUILD_SHARED_LIBS is on
-- BUILD_SHARED_LIBS is on
-- Configuring done
-- Generating done
-- Build files have been written to: /home/valeria/catkin_ws/build
####
#### Running command: "make -j4 -l4" in "/home/valeria/catkin_ws/build"
####
edit retag flag offensive close merge delete

Comments

How and why did you reinstall ROS? What instructions did you follow, and what did you do prior to the reinstalling?

Is there any output after the final line you posted? What about CPU usage, does it look like it's doing something?

Geoff gravatar image Geoff  ( 2021-12-22 16:45:15 -0500 )edit

Hi @Geoff I had problem with ubuntu. I needed to install a python library(matlibplot) but I deleted packages. So I took the pc to a technician to install again ubuntu. Then I tried to reinstall ROS using the tutorial. The is no output after

####
#### Running command: "make -j4 -l4" in "/home/valeria/catkin_ws/build"
####
v.leto gravatar image v.leto  ( 2021-12-23 06:44:56 -0500 )edit

I don't know what I did but no it works...

v.leto gravatar image v.leto  ( 2021-12-23 09:48:10 -0500 )edit

anyway I must run source /home/valeria/catkin_ws/devel/setup.bash after every catkin_make. What did I skip?

v.leto gravatar image v.leto  ( 2021-12-23 10:22:29 -0500 )edit