harjeb / mynt_eye_ros_wrapper

0 stars 0 forks source link

failing to build from source due to missing header #1

Open tfoote opened 5 years ago

tfoote commented 5 years ago

This is most likely an issue with a missing dependency on the service. See documentation here: http://wiki.ros.org/catkin/CMakeLists.txt#Messages.2C_Services.2C_and_Action_Targets

From: http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__mynt_eye_ros_wrapper__ubuntu_xenial_amd64__binary/153/console

[  5%] Building CXX object CMakeFiles/mynteye_wrapper.dir/src/wrapper_nodelet.cc.o
/usr/lib/ccache/x86_64-linux-gnu-g++   -DROSCONSOLE_BACKEND_LOG4CXX -DROS_PACKAGE_NAME=\"mynt_eye_ros_wrapper\" -DUSE_OPENCV3 -Dmynteye_wrapper_EXPORTS -I/tmp/binarydeb/ros-kinetic-mynt-eye-ros-wrapper-0.1.3/obj-x86_64-linux-gnu/devel/include -isystem /opt/ros/kinetic/include -isystem /opt/ros/kinetic/include/opencv-3.3.1-dev -isystem /opt/ros/kinetic/include/opencv-3.3.1-dev/opencv -I/opt/ros/kinetic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2  -fPIC   -std=c++11 -o CMakeFiles/mynteye_wrapper.dir/src/wrapper_nodelet.cc.o -c /tmp/binarydeb/ros-kinetic-mynt-eye-ros-wrapper-0.1.3/src/wrapper_nodelet.cc
/tmp/binarydeb/ros-kinetic-mynt-eye-ros-wrapper-0.1.3/src/wrapper_nodelet.cc:28:42: fatal error: mynt_eye_ros_wrapper/GetInfo.h: No such file or directory
compilation terminated.
tfoote commented 5 years ago

This is also diagnosible via the devel job and pr job: http://build.ros.org/job/Kdev__mynteye-roswrapper__ubuntu_xenial_amd64/

harjeb commented 5 years ago

Hi,I have update this package and how can I release it? I use bloom-release but fails with Duplicate package name 'mynt_eye_ros_wrapper' exists in repository 'mynteye-roswrapper' as well as in repository 'mynt_eye_ros_wrapper' . Or how to remove this repository in rosdistro? Thanks very much