ROBOTIS-GIT / ROBOTIS-MANIPULATOR-H

ROS packages for the ROBOTIS MANIPULATOR-H
http://emanual.robotis.com/docs/en/platform/manipulator_h/introduction/
Apache License 2.0
10 stars 12 forks source link

manipulator_h_gui is missing dependency on cmake_modules #8

Closed tfoote closed 8 years ago

tfoote commented 8 years ago

This is failing the build such as: http://build.ros.org:8080/job/Kbin_djv8_dJv8__manipulator_h_gui__debian_jessie_arm64__binary/35/console

03:41:22 -- Found gtest sources under '/usr/src/gtest': gtests will be built
03:41:22 -- Using Python nosetests: /usr/bin/nosetests-2.7
03:41:23 -- catkin 0.7.3
03:41:28 CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
03:41:28   Could not find a package configuration file provided by "cmake_modules"
03:41:28   with any of the following names:
03:41:28 
03:41:28     cmake_modulesConfig.cmake
03:41:28     cmake_modules-config.cmake
03:41:28 
03:41:28   Add the installation prefix of "cmake_modules" to CMAKE_PREFIX_PATH or set
03:41:28   "cmake_modules_DIR" to a directory containing one of the above files.  If
03:41:28   "cmake_modules" provides a separate development package or SDK, be sure it
03:41:28   has been installed.
03:41:28 Call Stack (most recent call first):
03:41:28   CMakeLists.txt:10 (find_package)
03:41:28 
03:41:28 
03:41:28 -- Could not find the required component 'cmake_modules'. 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.
03:41:28 CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
03:41:28   Could not find a package configuration file provided by "cmake_modules"
03:41:28   with any of the following names:
03:41:28 
03:41:28     cmake_modulesConfig.cmake
03:41:28     cmake_modules-config.cmake
03:41:28 
03:41:28   Add the installation prefix of "cmake_modules" to CMAKE_PREFIX_PATH or set
03:41:28   "cmake_modules_DIR" to a directory containing one of the above files.  If
03:41:28   "cmake_modules" provides a separate development package or SDK, be sure it
03:41:28   has been installed.
03:41:28 Call Stack (most recent call first):
03:41:28   CMakeLists.txt:10 (find_package)
03:41:28 
03:41:28 
03:41:28 -- Configuring incomplete, errors occurred!
robotpilot commented 8 years ago

@tfoote Thanks, Tully We modified the package.xml for this errors and re-PR. https://github.com/ros/rosdistro/pull/12797