Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROS Buildfarm Kinetic errors #80

Closed
6 tasks done
matlabbe opened this issue May 6, 2016 · 1 comment
Closed
6 tasks done

ROS Buildfarm Kinetic errors #80

matlabbe opened this issue May 6, 2016 · 1 comment

Comments

@matlabbe
Copy link
Member

matlabbe commented May 6, 2016

As reported here: ros/rosdistro#11428

-- Found PCL: /usr/include/pcl-1.7;/usr/include/eigen3;/usr/include;/usr/include/ni;/usr/include/vtk-5.10
-- Found ZLIB: /usr/include
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found version "4.8.6") 
CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find QVTK (missing: QVTK_LIBRARY)
Call Stack (most recent call first):
  /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE) 
  cmake_modules/FindQVTK.cmake:13 (find_package_handle_standard_args)
  CMakeLists.txt:183 (FIND_PACKAGE)

It seems that PCL on Willy doesn't depend on libvtk5-qt4-dev. On Xenial, PCL depends on libvtk6-qt-dev, which is ok.

KeyError: "The cache has no package named 'libopenni-dev'"

As stated on this page (https://packages.debian.org/sid/arm64/libopenni-dev), libopenni-dev should be on arm64!? EDIT now fixed!

KeyError: "The cache has no package named 'libpcl-dev'"

I am not sure if it is the same version as armhf but libpcl-dev is on arm64: http://packages.ubuntu.com/xenial/libpcl-dev

@matlabbe
Copy link
Member Author

matlabbe commented May 6, 2016

For 3 and 4: ros/rosdistro@master...matlabbe:patch-4, update package.xml to explicitly use libvtk-qt dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant