Created
January 23, 2018 02:21
-
-
Save allenh1/21e4bce7e00d2d2f3250c4f317e79ead to your computer and use it in GitHub Desktop.
Build output for moveit_core on Gentoo for ROS Lunar, version 0.9.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a3fc8e78d481 / # emerge ros-lunar/moveit_core | |
| * IMPORTANT: 13 news items need reading for repository 'gentoo'. | |
| * Use eselect news read to view new items. | |
| Calculating dependencies... done! | |
| >>> Verifying ebuild manifests | |
| >>> Emerging (1 of 1) ros-lunar/moveit_core-0.9.11::ros-overlay | |
| * moveit_core-lunar-release-0.9.11.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] | |
| >>> Unpacking source... | |
| >>> Unpacking moveit_core-lunar-release-0.9.11.tar.gz to /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work | |
| >>> Source unpacked in /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work | |
| >>> Preparing source in /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11 ... | |
| >>> Source prepared. | |
| >>> Configuring source in /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11 ... | |
| >>> Working in BUILD_DIR: "/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build" | |
| cmake -C /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr no -DCATKIN_BUILD_BINARY_PACKAGE=1 -DCMAKE_PREFIX_PATH=/opt/ros/lunar -DCMAKE_INSTALL_PREFIX=/opt/ros/lunar -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/gentoo_toolchain.cmake /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11 | |
| loading initial cache file /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/gentoo_common_config.cmake | |
| -- The C compiler identification is GNU 5.4.0 | |
| -- The CXX compiler identification is GNU 5.4.0 | |
| -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc | |
| -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Detecting C compile features | |
| -- Detecting C compile features - done | |
| -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ | |
| -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Detecting CXX compile features | |
| -- Detecting CXX compile features - done | |
| -- Looking for pthread.h | |
| -- Looking for pthread.h - found | |
| -- Looking for pthread_create | |
| -- Looking for pthread_create - not found | |
| -- Looking for pthread_create in pthreads | |
| -- Looking for pthread_create in pthreads - not found | |
| -- Looking for pthread_create in pthread | |
| -- Looking for pthread_create in pthread - found | |
| -- Found Threads: TRUE | |
| -- Boost version: 1.65.0 | |
| -- Found the following Boost libraries: | |
| -- system | |
| -- filesystem | |
| -- date_time | |
| -- thread | |
| -- iostreams | |
| -- chrono | |
| -- atomic | |
| -- regex | |
| -- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0") | |
| -- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.28") | |
| -- Checking for module 'fcl' | |
| -- Found fcl, version 0.5.0 | |
| -- Using CATKIN_DEVEL_PREFIX: /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/devel | |
| -- Using CMAKE_PREFIX_PATH: /opt/ros/lunar | |
| -- This workspace overlays: /opt/ros/lunar | |
| -- Found PythonInterp: /usr/bin/python (found version "2.7.14") | |
| -- Using PYTHON_EXECUTABLE: /usr/bin/python | |
| -- Using default Python package layout | |
| -- Found PY_em: /usr/lib64/python2.7/site-packages/em.pyc | |
| -- Using empy: /usr/lib64/python2.7/site-packages/em.pyc | |
| -- Using CATKIN_ENABLE_TESTING: ON | |
| -- Skip enable_testing() when building binary package | |
| -- Using CATKIN_TEST_RESULTS_DIR: /var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/test_results | |
| -- Found gtest: gtests will be built | |
| -- Using Python nosetests: /usr/bin/nosetests | |
| -- catkin 0.7.8 | |
| -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy | |
| -- *** Building MoveIt! 0.9.11-Alpha *** | |
| CMake Error at robot_model/CMakeLists.txt:20 (find_package): | |
| By not providing "Findmoveit_resources.cmake" in CMAKE_MODULE_PATH this | |
| project has asked CMake to find a package configuration file provided by | |
| "moveit_resources", but CMake did not find one. | |
| Could not find a package configuration file provided by "moveit_resources" | |
| with any of the following names: | |
| moveit_resourcesConfig.cmake | |
| moveit_resources-config.cmake | |
| Add the installation prefix of "moveit_resources" to CMAKE_PREFIX_PATH or | |
| set "moveit_resources_DIR" to a directory containing one of the above | |
| files. If "moveit_resources" provides a separate development package or | |
| SDK, be sure it has been installed. | |
| -- Configuring incomplete, errors occurred! | |
| See also "/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/CMakeFiles/CMakeOutput.log". | |
| See also "/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build/CMakeFiles/CMakeError.log". | |
| * ERROR: ros-lunar/moveit_core-0.9.11::ros-overlay failed (configure phase): | |
| * cmake failed | |
| * | |
| * Call stack: | |
| * ebuild.sh, line 124: Called src_configure | |
| * environment, line 4251: Called ros-cmake_src_configure | |
| * environment, line 4150: Called cmake-utils_src_configure | |
| * environment, line 1123: Called die | |
| * The specific snippet of code: | |
| * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; | |
| * | |
| * If you need support, post the output of `emerge --info '=ros-lunar/moveit_core-0.9.11::ros-overlay'`, | |
| * the complete build log and the output of `emerge -pqv '=ros-lunar/moveit_core-0.9.11::ros-overlay'`. | |
| * The complete build log is located at '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/temp/build.log'. | |
| * The ebuild environment file is located at '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/temp/environment'. | |
| * Working directory: '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build' | |
| * S: '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11' | |
| >>> Failed to emerge ros-lunar/moveit_core-0.9.11, Log file: | |
| >>> '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/temp/build.log' | |
| * Messages for package ros-lunar/moveit_core-0.9.11: | |
| * ERROR: ros-lunar/moveit_core-0.9.11::ros-overlay failed (configure phase): | |
| * cmake failed | |
| * | |
| * Call stack: | |
| * ebuild.sh, line 124: Called src_configure | |
| * environment, line 4251: Called ros-cmake_src_configure | |
| * environment, line 4150: Called cmake-utils_src_configure | |
| * environment, line 1123: Called die | |
| * The specific snippet of code: | |
| * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; | |
| * | |
| * If you need support, post the output of `emerge --info '=ros-lunar/moveit_core-0.9.11::ros-overlay'`, | |
| * the complete build log and the output of `emerge -pqv '=ros-lunar/moveit_core-0.9.11::ros-overlay'`. | |
| * The complete build log is located at '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/temp/build.log'. | |
| * The ebuild environment file is located at '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/temp/environment'. | |
| * Working directory: '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11_build' | |
| * S: '/var/tmp/portage/ros-lunar/moveit_core-0.9.11/work/moveit_core-0.9.11' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment