ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Invoking "make cmake_check_build_system" failed

asked 2018-11-26 03:23:03 -0500

screen gravatar image

updated 2018-11-26 03:34:29 -0500

gvdhoorn gravatar image

Direct dump of error message:

jacob@jacob-TravelMate-P259-G2-MG:~/catkin_ws$ catkin_make
Base path: /home/jacob/catkin_ws
Source space: /home/jacob/catkin_ws/src
Build space: /home/jacob/catkin_ws/build
Devel space: /home/jacob/catkin_ws/devel
Install space: /home/jacob/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/jacob/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/jacob/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic
-- This workspace overlays: /opt/ros/kinetic
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/jacob/catkin_ws/build/test_results
-- Found gmock sources under '/usr/src/gmock': gmock will be built
-- Found gtest sources under '/usr/src/gmock': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.14
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~  traversing 8 packages in topological order:
-- ~~  - arm_description
-- ~~  - arm_gazebo
-- ~~  - arm_moveit
-- ~~  - rrbot_control
-- ~~  - rrbot_description
-- ~~  - rrbot_gazebo
-- ~~  - gazebo_tutorials
-- ~~  - arm_control
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'arm_description'
-- ==> add_subdirectory(arm/src/arm_description)
-- +++ processing catkin package: 'arm_gazebo'
-- ==> add_subdirectory(arm/src/arm_gazebo)
-- +++ processing catkin package: 'arm_moveit'
-- ==> add_subdirectory(arm/src/arm_moveit)
-- +++ processing catkin package: 'rrbot_control'
-- ==> add_subdirectory(gazebo_ros_demos/rrbot_control)
-- +++ processing catkin package: 'rrbot_description'
-- ==> add_subdirectory(gazebo_ros_demos/rrbot_description)
-- +++ processing catkin package: 'rrbot_gazebo'
-- ==> add_subdirectory(gazebo_ros_demos/rrbot_gazebo)
-- +++ processing catkin package: 'gazebo_tutorials'
-- ==> add_subdirectory(gazebo_ros_demos/custom_plugin_tutorial)
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
  Could not find a package configuration file provided by "gazebo_ros" with
  any of the following names:

    gazebo_rosConfig.cmake
    gazebo_ros-config.cmake

  Add the installation prefix of "gazebo_ros" to CMAKE_PREFIX_PATH or set
  "gazebo_ros_DIR" to a directory containing one of the above files.  If
  "gazebo_ros" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  gazebo_ros_demos/custom_plugin_tutorial/CMakeLists.txt:5 (find_package)


-- Could not find the required component 'gazebo_ros'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "gazebo_ros" with
  any of the following names:

    gazebo_rosConfig.cmake
    gazebo_ros-config.cmake

  Add the installation prefix of "gazebo_ros" to CMAKE_PREFIX_PATH or set
  "gazebo_ros_DIR" to a directory containing one of the above files.  If
  "gazebo_ros" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  gazebo_ros_demos/custom_plugin_tutorial/CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/jacob/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/jacob/catkin_ws/build/CMakeFiles/CMakeError.log".
Makefile:318: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-11-26 03:34:46 -0500

gvdhoorn gravatar image

updated 2018-11-26 03:38:50 -0500

You don't have gazebo_ros installed.


Edit: yes, ROS Answers is (mostly) a site for beginning ROS users, but I believe it is reasonable to expect some effort on the part of the posters of questions.

@screen: what have you tried yourself before posting your question here?

Searching using Google and a query like this: Invoking "make cmake_check_build_system" failed site:answers.ros.org returns 450+ results. Did none of those previous Q&As help you?

If not, please clarify why not so we can avoid attemping to solve your issue by giving you the same advice.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2018-11-26 03:23:03 -0500

Seen: 515 times

Last updated: Nov 26 '18