Sam Pfeiffer
Sam Pfeiffer
The error looks like (full log from my CI [here](https://dev.azure.com/12719821/e566c963-8f77-4f01-b7bc-ae2d91b1334f/_apis/build/builds/1880/logs/19)): ```bash 020-05-10T18:40:52.8027173Z /tmp/gentoo/usr/bin/x86_64-pc-linux-gnu-g++ -DROSCONSOLE_BACKEND_LOG4CXX -DROS_BUILD_SHARED_LIBS=1 -DROS_PACKAGE_NAME=\"roscpp\" -Droscpp_EXPORTS -I/tmp/gentoo/var/tmp/portage/ros-melodic/roscpp-1.14.5-r1/work/roscpp-1.14.5_build-python2_7/devel/include -I/tmp/gentoo/var/tmp/portage/ros-melodic/roscpp-1.14.5-r1/work/roscpp-1.14.5/include -I/tmp/gentoo/var/tmp/portage/ros-melodic/roscpp-1.14.5-r1/work/roscpp-1.14.5_build-python2_7/devel/include/ros -I/tmp/gentoo/opt/ros/melodic/include -I/tmp/gentoo/opt/ros/melodic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -I/tmp/gentoo/var/tmp/portage/ros-melodic/roscpp-1.14.5-r1/work/roscpp-1.14.5_build-python2_7 -DNDEBUG -O2 -pipe -O2 -pipe -std=c++11 -std=c++11...
Just a warning for anyone else that may run into it. ros-kinetic/opencv3 is a snapshot of a tarball (with disabled tests and examples as explained [here](http://wiki.ros.org/opencv3)) which is a bit...
This may also happen to further packages that depend on qtcore. Like ros-kinetic/rviz. The main thing is that dev-qt/qtcore on (at least) version 5.12 and 5.13 fail to substitute an...
Hey, kind of a follow up from the discussion in https://github.com/ros/ros-overlay/issues/722 but on its own post. I've been trying to emerge **any** version of Gazebo, and I can't manage any....
I just got into: ``` cd /home/user/gentoo/var/tmp/portage/ros-kinetic/rviz-1.12.16/work/rviz-1.12.16_build-python2_7/src/rviz && /tmp/gentoo/usr/bin/x86_64-pc-linux-gnu-g++ -DASSIMP_UNIFIED_HEADER_NAMES -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -DROSCONSOLE_BACKEND_LOG4CXX -DROS_PACKAGE_NAME=\"rviz\" -DRVIZ_HAVE_YAMLCPP_05 -Drviz_EXPORTS -I/home/user/gentoo/var/tmp/portage/ros-kinetic/rviz-1.12.16/work/rviz-1.12.16_build-python2_7/src/rviz -I/home/user/gentoo/var/tmp/portage/ros-kinetic/rviz-1.12.16/work/rviz-1.12.16/src/rviz -I/home/user/gentoo/var/tmp/portage/ros-kinetic/rviz-1.12.16/work/rviz-1.12.16_build-python2_7/src/rviz/rviz_autogen/include -I/home/user/gentoo/var/tmp/portage/ros-kinetic/rviz-1.12.16/work/rviz-1.12.16/src -I/tmp/gentoo/opt/ros/kinetic/include -I/tmp/gentoo/opt/ros/kinetic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -I/home/user/gentoo/var/tmp/portage/ros-kinetic/rviz-1.12.16/work/rviz-1.12.16/src/rviz/. -isystem /tmp/gentoo/usr/include/eigen3 -isystem /tmp/gentoo/usr/include/OGRE/Overlay...
If using ``` -DGTK2_GDKCONFIG_INCLUDE_DIR=/tmp/gentoo/usr/lib64/gtk-2.0/include -DGTK2_GLIBCONFIG_INCLUDE_DIR=/tmp/gentoo/usr/lib64/glib-2.0/include ``` It finds it... The first warning: ``` -- Some or all of the gtk libraries were not found. (missing: GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GLIBCONFIG_INCLUDE_DIR) ``` And then...
Error: ``` /home/user/gentoo/var/tmp/portage/ros-kinetic/opencv3-3.3.1-r5/work/opencv3-3.3.1/opencv_contrib/ovis/src/ovis.cpp:7:10: fatal error: OgreApplicationContext.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [modules/ovis/CMakeFiles/opencv_ovis.dir/build.make:76: modules/ovis/CMakeFiles/opencv_ovis.dir/src/ovis.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... ```
There is a bug filed in gentoo: https://bugs.gentoo.org/652594 That points to the issue in the flann repo: https://github.com/mariusmuja/flann/issues/369 And there is a patch to workaround it until upstream fixes it,...
Otherwise it causes: ``` CMake Warning at cmake/OpenCVFindLibsGUI.cmake:21 (find_package): By not providing "FindQt5Test.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5Test", but...
This is a sibling PR of: https://github.com/ros-perception/image_transport_plugins/pull/103 However, note that I developed and tested these changes in ROS1. Given the similarity of the codebase I hope it just works by...