moveit / warehouse_ros_mongo

Implementation of warehouse_ros using MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiemental Docker with mongo support broken

davetcoleman opened this issue · comments

From https://hub.docker.com/r/moveit/moveit/builds/bybu65qy9524f3cazmfftxm/

Something is wrong with the Docker build setup by @ugocupcic

Errors << warehouse_ros_mongo:cmake /root/ws_moveit/logs/warehouse_ros_mongo/build.cmake.000.log
CMake Error at /opt/ros/jade/share/catkin/cmake/catkin_package.cmake:291 (message):
  catkin_package() absolute include dir
  '/root/ws_moveit/devel/.private/warehouse_ros_mongo/include' does not exist
Call Stack (most recent call first):
  /opt/ros/jade/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package)
  CMakeLists.txt:24 (catkin_package)


cd /root/ws_moveit/build/warehouse_ros_mongo; catkin build --get-env warehouse_ros_mongo | catkin env -si  /usr/bin/cmake /root/ws_moveit/src/warehouse_ros_mongo --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/ws_moveit/devel/.private/warehouse_ros_mongo -DCMAKE_INSTALL_PREFIX=/root/ws_moveit/install; cd -

I will likely disable this build if no one is interested in fixing it, to stop the emails I'm getting.

I'll try to take a look in the next few days

Sent from a tiny keyboard, excuse the brevity.

On 18 Oct 2016, at 19:24, Dave Coleman notifications@github.com wrote:

From https://hub.docker.com/r/moveit/moveit/builds/bybu65qy9524f3cazmfftxm/

Something is wrong with the Docker build setup by @ugocupcic

Errors << warehouse_ros_mongo:cmake /root/ws_moveit/logs/warehouse_ros_mongo/build.cmake.000.log
CMake Error at /opt/ros/jade/share/catkin/cmake/catkin_package.cmake:291 (message):
catkin_package() absolute include dir
'/root/ws_moveit/devel/.private/warehouse_ros_mongo/include' does not exist
Call Stack (most recent call first):
/opt/ros/jade/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package)
CMakeLists.txt:24 (catkin_package)

cd /root/ws_moveit/build/warehouse_ros_mongo; catkin build --get-env warehouse_ros_mongo | catkin env -si /usr/bin/cmake /root/ws_moveit/src/warehouse_ros_mongo --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/root/ws_moveit/devel/.private/warehouse_ros_mongo -DCMAKE_INSTALL_PREFIX=/root/ws_moveit/install; cd -
I will likely disable this build if no one is interested in fixing it, to stop the emails I'm getting.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

We're hiring Software Developers! - visit our website for more details.

Shadow Robot Company Ltd.
251 Liverpool Road, N1 1LX, UK

Registered Number 3308007 (England & Wales)

This was an issue in the cmake, including a folder before creating it. Should be fixed in #8.