Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 791907 - dev-ros/visp_bridge-0.11.1 cannot find -lBoost::thread
Summary: dev-ros/visp_bridge-0.11.1 cannot find -lBoost::thread
Status: RESOLVED OBSOLETE
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:
 
Reported: 2021-05-25 07:14 UTC by Alessandro Barbieri
Modified: 2023-01-24 20:49 UTC (History)
1 user (show)

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


Attachments
emerge_info (emerge_info,43.48 KB, text/plain)
2021-05-25 07:14 UTC, Alessandro Barbieri
Details
visp_bridge-0.11.1:20210524-221327.log (visp_bridge-0.11.1:20210524-221327.log,21.84 KB, text/plain)
2021-05-25 07:14 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2021-05-25 07:14:14 UTC
This package fails to build on an unstable system. Attached relevant logs and emerge --info
Comment 1 Alessandro Barbieri 2021-05-25 07:14:28 UTC
Created attachment 711105 [details]
emerge_info

emerge --info
Comment 2 Alessandro Barbieri 2021-05-25 07:14:29 UTC
Created attachment 711108 [details]
visp_bridge-0.11.1:20210524-221327.log

build log
Comment 3 Alessandro Barbieri 2021-05-25 08:11:01 UTC
Maybe this is the issue

-- Configuring done
CMake Warning (dev) at CMakeLists.txt:49 (add_library):
  Policy CMP0028 is not set: Double colon in target name means ALIAS or
  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target "visp_bridge" links to target "Boost::thread" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:49 (add_library):
  Policy CMP0028 is not set: Double colon in target name means ALIAS or
  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target "visp_bridge" links to target "Boost::system" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:49 (add_library):
  Policy CMP0028 is not set: Double colon in target name means ALIAS or
  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target "visp_bridge" links to target "Boost::date_time" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:61 (add_executable):
  Policy CMP0028 is not set: Double colon in target name means ALIAS or
  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target "visp_bridge_convert_camera_parameters" links to target
  "Boost::thread" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:61 (add_executable):
  Policy CMP0028 is not set: Double colon in target name means ALIAS or
  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target "visp_bridge_convert_camera_parameters" links to target
  "Boost::system" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:61 (add_executable):
  Policy CMP0028 is not set: Double colon in target name means ALIAS or
  IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Target "visp_bridge_convert_camera_parameters" links to target
  "Boost::date_time" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?
This warning is for project developers.  Use -Wno-dev to suppress it.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-25 08:55:40 UTC
emerge -pv boost?
Comment 5 Alessandro Barbieri 2021-05-25 10:30:39 UTC
emerge -pv boost

These are the packages that would be merged, in order:

Calculating dependencies           ... done!
[ebuild   R    ] dev-libs/boost-1.76.0-r1:0/1.76.0::gentoo  USE="bzip2 context icu lzma mpi nls numpy python threads tools zlib zstd -debug -doc -static-libs" PYTHON_TARGETS="python3_8 -python3_7 -python3_9" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Comment 6 Jakov Smolić archtester gentoo-dev 2023-01-24 20:49:34 UTC
Package removed.