Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691010 - dev-ros/camera_calibration_parsers-1.11.13-r1 : CMake Error at /.../FindPackageHandleStandardArgs.cmake:137 (message):
Summary: dev-ros/camera_calibration_parsers-1.11.13-r1 : CMake Error at /.../FindPacka...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: boost-1.71
  Show dependency tree
 
Reported: 2019-07-29 17:48 UTC by Toralf Förster
Modified: 2019-08-29 15:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.94 KB, text/plain)
2019-07-29 17:48 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,49.98 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
dev-ros:camera_calibration_parsers-1.11.13-r1:20190729-023720.log (dev-ros:camera_calibration_parsers-1.11.13-r1:20190729-023720.log,5.08 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,128.48 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
environment (environment,152.36 KB, text/plain)
2019-07-29 17:49 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.78 KB, application/x-bzip)
2019-07-29 17:49 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.66 KB, application/x-bzip)
2019-07-29 17:49 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.83 KB, application/x-bzip)
2019-07-29 17:49 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-07-29 17:48:55 UTC
-- BUILD_SHARED_LIBS is on
-- Found PythonLibs: /usr/lib64/libpython2.7.so (found version "2.7.16") 
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find Boost (missing: python) (found version "1.70.0")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20190726-194018

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO dev-ros/camera_calibration_parsers
[ebuild  N    ] dev-ros/camera_calibration_parsers-1.11.13-r1  USE="-test" PYTHON_TARGETS="python2_7"
Comment 1 Toralf Förster gentoo-dev 2019-07-29 17:48:57 UTC
Created attachment 584994 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-29 17:49:01 UTC
Created attachment 584996 [details]
CMakeOutput.log
Comment 3 Toralf Förster gentoo-dev 2019-07-29 17:49:03 UTC
Created attachment 584998 [details]
dev-ros:camera_calibration_parsers-1.11.13-r1:20190729-023720.log
Comment 4 Toralf Förster gentoo-dev 2019-07-29 17:49:06 UTC
Created attachment 585000 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2019-07-29 17:49:09 UTC
Created attachment 585002 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2019-07-29 17:49:12 UTC
Created attachment 585004 [details]
etc.portage.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-29 17:49:14 UTC
Created attachment 585006 [details]
logs.tbz2
Comment 8 Toralf Förster gentoo-dev 2019-07-29 17:49:17 UTC
Created attachment 585008 [details]
temp.tbz2
Comment 9 Alexis Ballier gentoo-dev 2019-08-29 15:51:53 UTC
fixed by:

commit cd42d97b9ec515aa8d218e7a59ad1f63e0bd4f8a
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Wed Aug 28 16:15:38 2019 +0200

    dev-ros/camera_calibration_parsers: fix boost python detection
    
    Package-Manager: Portage-2.3.73, Repoman-2.3.17
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>