start-jsk / rtmros_common

OpenRTM - ROS interoperability packages
http://wiki.ros.org/rtmros_common
12 stars 52 forks source link

Indigo build failing on ROS farm #629

Closed 130s closed 9 years ago

130s commented 9 years ago

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/ It's been failing since 12/24/2014

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/12/console

-- catkin 0.6.11
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a package configuration file provided by
  "openrtm_aist_python" with any of the following names:

    openrtm_aist_pythonConfig.cmake
    openrtm_aist_python-config.cmake

  Add the installation prefix of "openrtm_aist_python" to CMAKE_PREFIX_PATH
  or set "openrtm_aist_python_DIR" to a directory containing one of the above
  files.  If "openrtm_aist_python" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  catkin.cmake:7 (find_package)
  CMakeLists.txt:2 (include)

-- Configuring incomplete, errors occurred!

openrtm_aist_python seems to be built fine though http://www.ros.org/debbuild/indigo.html?q=openrtm_aist_python

k-okada commented 9 years ago

please check https://github.com/start-jsk/rtmros_common/pull/625/files,

◉ Kei Okada

On Sat, Jan 3, 2015 at 4:19 PM, Isaac I.Y. Saito notifications@github.com wrote:

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/ It's been failing since 12/24/2014

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/12/console

-- catkin 0.6.11 CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a package configuration file provided by "openrtm_aist_python" with any of the following names:

openrtm_aist_pythonConfig.cmake
openrtm_aist_python-config.cmake

Add the installation prefix of "openrtm_aist_python" to CMAKE_PREFIX_PATH or set "openrtm_aist_python_DIR" to a directory containing one of the above files. If "openrtm_aist_python" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): catkin.cmake:7 (find_package) CMakeLists.txt:2 (include)

-- Configuring incomplete, errors occurred!

openrtm_aist_python seems to be built fine though http://www.ros.org/debbuild/indigo.html?q=openrtm_aist_python

— Reply to this email directly or view it on GitHub https://github.com/start-jsk/rtmros_common/issues/629.

k-okada commented 9 years ago

After a long discussion on

https://github.com/start-jsk/openrtm_aist_core/issues/1#issuecomment-35198032

this means these package is no-longer ROS-package so you cant find_package(catkin .... openrtm_aist), you have to use pkg_check_modules as other packages.

◉ Kei Okada

On Sun, Jan 4, 2015 at 12:00 AM, Kei Okada k-okada@jsk.t.u-tokyo.ac.jp wrote:

please check https://github.com/start-jsk/rtmros_common/pull/625/files,

◉ Kei Okada

On Sat, Jan 3, 2015 at 4:19 PM, Isaac I.Y. Saito <notifications@github.com

wrote:

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/ It's been failing since 12/24/2014

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/12/console

-- catkin 0.6.11 CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a package configuration file provided by "openrtm_aist_python" with any of the following names:

openrtm_aist_pythonConfig.cmake
openrtm_aist_python-config.cmake

Add the installation prefix of "openrtm_aist_python" to CMAKE_PREFIX_PATH or set "openrtm_aist_python_DIR" to a directory containing one of the above files. If "openrtm_aist_python" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): catkin.cmake:7 (find_package) CMakeLists.txt:2 (include)

-- Configuring incomplete, errors occurred!

openrtm_aist_python seems to be built fine though http://www.ros.org/debbuild/indigo.html?q=openrtm_aist_python

— Reply to this email directly or view it on GitHub https://github.com/start-jsk/rtmros_common/issues/629.

k-okada commented 9 years ago

as for full support on indigo, we have to solve https://github.com/rdiankov/collada-dom/pull/12 problem

◉ Kei Okada

On Sun, Jan 4, 2015 at 12:15 AM, Kei Okada k-okada@jsk.t.u-tokyo.ac.jp wrote:

After a long discussion on

https://github.com/start-jsk/openrtm_aist_core/issues/1#issuecomment-35198032

this means these package is no-longer ROS-package so you cant find_package(catkin .... openrtm_aist), you have to use pkg_check_modules as other packages.

◉ Kei Okada

On Sun, Jan 4, 2015 at 12:00 AM, Kei Okada k-okada@jsk.t.u-tokyo.ac.jp wrote:

please check https://github.com/start-jsk/rtmros_common/pull/625/files,

◉ Kei Okada

On Sat, Jan 3, 2015 at 4:19 PM, Isaac I.Y. Saito < notifications@github.com> wrote:

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/ It's been failing since 12/24/2014

http://jenkins.ros.org/job/ros-indigo-openrtm-tools_binarydeb_trusty_i386/12/console

-- catkin 0.6.11 CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package): Could not find a package configuration file provided by "openrtm_aist_python" with any of the following names:

openrtm_aist_pythonConfig.cmake
openrtm_aist_python-config.cmake

Add the installation prefix of "openrtm_aist_python" to CMAKE_PREFIX_PATH or set "openrtm_aist_python_DIR" to a directory containing one of the above files. If "openrtm_aist_python" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): catkin.cmake:7 (find_package) CMakeLists.txt:2 (include)

-- Configuring incomplete, errors occurred!

openrtm_aist_python seems to be built fine though http://www.ros.org/debbuild/indigo.html?q=openrtm_aist_python

— Reply to this email directly or view it on GitHub https://github.com/start-jsk/rtmros_common/issues/629.

130s commented 9 years ago

This is gone. Thank you @k-okada