Project

General

Profile

Actions

Bug #38213

closed

Cmake complains with unresovable Boost:python.

Added by Willem Jan Withagen about 5 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
build
Target version:
% Done:

0%

Source:
Tags:
Backport:
mimic
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The original fix is in:
PR: cmake: fix build WITH_SYSTEM_BOOST=ON #23510

I would need to have to last part of the commit for src/mgr/CMakeLists.txt.
and in mimic : src/CMakeLists.txt:770 look like:

target_link_libraries(ceph-mgr
osdc client heap_profiler
osdc client heap_profiler
global-static ceph-common
global-static ceph-common
Boost::python ${MGR_PYTHON_LIBRARIES} ${CMAKE_DL_LIBS})
Boost::python${MGR_PYTHON_VERSION_MAJOR}${MGR_PYTHON_VERSION_MINOR}
${MGR_PYTHON_LIBRARIES} ${CMAKE_DL_LIBS})


Related issues 1 (0 open1 closed)

Copied to Ceph - Backport #38225: mimic: Cmake complains with unresovable Boost:python.RejectedActions
Actions #1

Updated by Nathan Cutler about 5 years ago

  • Status changed from New to Pending Backport
  • Backport set to mimic
Actions #2

Updated by Nathan Cutler about 5 years ago

  • Copied to Backport #38225: mimic: Cmake complains with unresovable Boost:python. added
Actions #3

Updated by Nathan Cutler about 3 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions

Also available in: Atom PDF