Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562466 - dev-ros/filters fails to build
Summary: dev-ros/filters fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-07 09:53 UTC by Julian Ospald
Modified: 2015-10-07 10:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
1444211101-install-dev-ros_filters-1.7.4:0::gentoo.out (1444211101-install-dev-ros_filters-1.7.4:0::gentoo.out,5.55 KB, application/octet-stream)
2015-10-07 09:53 UTC, Julian Ospald
Details
cave-info.txt (cave-info.txt,21.89 KB, text/plain)
2015-10-07 09:54 UTC, Julian Ospald
Details
CMakeOutput.log (CMakeOutput.log,24.97 KB, text/x-log)
2015-10-07 09:54 UTC, Julian Ospald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2015-10-07 09:53:57 UTC
Created attachment 413964 [details]
1444211101-install-dev-ros_filters-1.7.4:0::gentoo.out

Makefile generator is ninja
compiler is clang


-- catkin 0.6.15
CMake Error at /usr/share/catkin/cmake/catkinConfig.cmake:80 (find_package):
  Could not find a package configuration file provided by "rostest" with any
  of the following names:

    rostestConfig.cmake
    rostest-config.cmake

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


-- Configuring incomplete, errors occurred!
See also "/var/tmp/paludis/dev-ros-filters-1.7.4/work/filters-1.7.4_build/CMakeFiles/CMakeOutput.log".

!!! ERROR in dev-ros/filters-1.7.4::gentoo:
!!! In enable_cmake-utils_src_configure at line 2261
!!! cmake failed
Comment 1 Julian Ospald 2015-10-07 09:54:22 UTC
Created attachment 413966 [details]
cave-info.txt
Comment 2 Julian Ospald 2015-10-07 09:54:40 UTC
Created attachment 413968 [details]
CMakeOutput.log
Comment 3 Julian Ospald 2015-10-07 10:02:28 UTC
it compiles after I have installed dev-ros/rostest
Comment 4 Alexis Ballier gentoo-dev 2015-10-07 10:48:36 UTC
commit c7ecbb327a1586d4c6c5ca2e6e45b2efd049db8f
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Wed Oct 7 12:47:58 2015 +0200

    dev-ros/filters: Backport upstream fix to build without rostest when tests are not enabled. Bug #562466.
    
thanks!