Libbost_phython3 is installed but cmake don't find it

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
User avatar
drkosy
Space Dragon
Posts: 367
Joined: Sat Jul 11, 2020 9:41 am

Libbost_phython3 is installed but cmake don't find it

#1 Post by drkosy »

As preparation for the new multiplayer game I tried to do a fresh compile for FOO. So I updated via git pull and followed the usual ritual.
I don't change the system since last compile but suddenly CMake says:

Code: Select all

CMake Error at cmake/FindBoost.cmake:2174 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.73.0

  Boost include path: /usr/include

  Could not find the following Boost libraries:

          boost_python3

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  CMakeLists.txt:265 (find_package)
I checked it via package manager and boost phython3 is definitly installed (/usr/lib64/libboost_python39.so.1.73.0), as well as python devel files (/usr/lib64/libpython3.9.so). As I said, the last compile in April went well with the same system. Maybe you can help me out with that :oops:

P.S: I run cmake 3.19.7 on fedora 33
Want some fresh experience? Try Kosymod

o01eg
Programmer
Posts: 2004
Joined: Sat Dec 10, 2011 5:46 am

Re: Libbost_phython3 is installed but cmake don't find it

#2 Post by o01eg »

drkosy wrote: Wed May 12, 2021 3:34 pm As preparation for the new multiplayer game I tried to do a fresh compile for FOO. So I updated via git pull and followed the usual ritual.
I don't change the system since last compile but suddenly CMake says:

Code: Select all

CMake Error at cmake/FindBoost.cmake:2174 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.73.0

  Boost include path: /usr/include

  Could not find the following Boost libraries:

          boost_python3

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  CMakeLists.txt:265 (find_package)
I checked it via package manager and boost phython3 is definitly installed (/usr/lib64/libboost_python39.so.1.73.0), as well as python devel files (/usr/lib64/libpython3.9.so). As I said, the last compile in April went well with the same system. Maybe you can help me out with that :oops:

P.S: I run cmake 3.19.7 on fedora 33
Could you show full cmake output with -DBoost_DEBUG=ON?
Gentoo Linux x64, gcc-11.2, boost-1.78.0
Ubuntu Server 22.04 x64, gcc-12, boost-1.74.0
Welcome to the slow multiplayer game at freeorion-lt.dedyn.io.Version 2024-03-15.b3de094.
Donations're welcome:BTC:bc1q007qldm6eppqcukewtfkfcj0naut9njj7audnm

User avatar
drkosy
Space Dragon
Posts: 367
Joined: Sat Jul 11, 2020 9:41 am

Re: Libbost_phython3 is installed but cmake don't find it

#3 Post by drkosy »

Here you go:

Code: Select all

$ cmake -DBoost_DEBUG=ON ../freeorion/
-- Build type CMAKE_BUILD_TYPE set to Release
-- CCache version: 4.2
-- CCache configured for linux: /usr/bin/ccache
-- Use CCache for Unix Makefiles called with: ccache program /usr/bin/ccache 4.2
-- Python library version detected 3.6.13
-- Boost python version 36
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1223 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1225 ] Boost_USE_MULTITHREADED = TRUE
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1227 ] Boost_USE_STATIC_LIBS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1229 ] Boost_USE_STATIC_RUNTIME = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1231 ] Boost_ADDITIONAL_VERSIONS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1233 ] Boost_NO_SYSTEM_PATHS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1301 ] Declared as CMake or Environmental Variables:
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1303 ]   BOOST_ROOT = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1305 ]   BOOST_INCLUDEDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1307 ]   BOOST_LIBRARYDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1309 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1408 ] location of version.hpp: /usr/include/boost/version.hpp
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1433 ] version.hpp reveals boost 1.73.0
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1489 ] Boost_LIB_PREFIX = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1491 ] Boost_NAMESPACE = boost
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1526 ] guessed _boost_COMPILER = -gcc10
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1536 ] _boost_MULTITHREADED = -mt
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1620 ] _boost_RELEASE_ABI_TAG = -
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1622 ] _boost_DEBUG_ABI_TAG = -d
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1685 ] _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH_boost_LIBRARY_SEARCH_DIRS_DEBUG   = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:249 (find_package)


-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for FILESYSTEM_LIBRARY_RELEASE: boost_filesystem-gcc10-mt-1_73;boost_filesystem-gcc10-mt;boost_filesystem-gcc10-mt;boost_filesystem-mt-1_73;boost_filesystem-mt;boost_filesystem-mt;boost_filesystem-mt;boost_filesystem
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for FILESYSTEM_LIBRARY_DEBUG: boost_filesystem-gcc10-mt-d-1_73;boost_filesystem-gcc10-mt-d;boost_filesystem-gcc10-mt-d;boost_filesystem-mt-d-1_73;boost_filesystem-mt-d;boost_filesystem-mt-d;boost_filesystem-mt;boost_filesystem
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for IOSTREAMS_LIBRARY_RELEASE: boost_iostreams-gcc10-mt-1_73;boost_iostreams-gcc10-mt;boost_iostreams-gcc10-mt;boost_iostreams-mt-1_73;boost_iostreams-mt;boost_iostreams-mt;boost_iostreams-mt;boost_iostreams
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for IOSTREAMS_LIBRARY_DEBUG: boost_iostreams-gcc10-mt-d-1_73;boost_iostreams-gcc10-mt-d;boost_iostreams-gcc10-mt-d;boost_iostreams-mt-d-1_73;boost_iostreams-mt-d;boost_iostreams-mt-d;boost_iostreams-mt;boost_iostreams
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for LOCALE_LIBRARY_RELEASE: boost_locale-gcc10-mt-1_73;boost_locale-gcc10-mt;boost_locale-gcc10-mt;boost_locale-mt-1_73;boost_locale-mt;boost_locale-mt;boost_locale-mt;boost_locale
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for LOCALE_LIBRARY_DEBUG: boost_locale-gcc10-mt-d-1_73;boost_locale-gcc10-mt-d;boost_locale-gcc10-mt-d;boost_locale-mt-d-1_73;boost_locale-mt-d;boost_locale-mt-d;boost_locale-mt;boost_locale
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for LOG_LIBRARY_RELEASE: boost_log-gcc10-mt-1_73;boost_log-gcc10-mt;boost_log-gcc10-mt;boost_log-mt-1_73;boost_log-mt;boost_log-mt;boost_log-mt;boost_log
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for LOG_LIBRARY_DEBUG: boost_log-gcc10-mt-d-1_73;boost_log-gcc10-mt-d;boost_log-gcc10-mt-d;boost_log-mt-d-1_73;boost_log-mt-d;boost_log-mt-d;boost_log-mt;boost_log
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for LOG_SETUP_LIBRARY_RELEASE: boost_log_setup-gcc10-mt-1_73;boost_log_setup-gcc10-mt;boost_log_setup-gcc10-mt;boost_log_setup-mt-1_73;boost_log_setup-mt;boost_log_setup-mt;boost_log_setup-mt;boost_log_setup
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for LOG_SETUP_LIBRARY_DEBUG: boost_log_setup-gcc10-mt-d-1_73;boost_log_setup-gcc10-mt-d;boost_log_setup-gcc10-mt-d;boost_log_setup-mt-d-1_73;boost_log_setup-mt-d;boost_log_setup-mt-d;boost_log_setup-mt;boost_log_setup
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for SERIALIZATION_LIBRARY_RELEASE: boost_serialization-gcc10-mt-1_73;boost_serialization-gcc10-mt;boost_serialization-gcc10-mt;boost_serialization-mt-1_73;boost_serialization-mt;boost_serialization-mt;boost_serialization-mt;boost_serialization
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for SERIALIZATION_LIBRARY_DEBUG: boost_serialization-gcc10-mt-d-1_73;boost_serialization-gcc10-mt-d;boost_serialization-gcc10-mt-d;boost_serialization-mt-d-1_73;boost_serialization-mt-d;boost_serialization-mt-d;boost_serialization-mt;boost_serialization
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for SYSTEM_LIBRARY_RELEASE: boost_system-gcc10-mt-1_73;boost_system-gcc10-mt;boost_system-gcc10-mt;boost_system-mt-1_73;boost_system-mt;boost_system-mt;boost_system-mt;boost_system
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for SYSTEM_LIBRARY_DEBUG: boost_system-gcc10-mt-d-1_73;boost_system-gcc10-mt-d;boost_system-gcc10-mt-d;boost_system-mt-d-1_73;boost_system-mt-d;boost_system-mt-d;boost_system-mt;boost_system
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for THREAD_LIBRARY_RELEASE: boost_thread-gcc10-mt-1_73;boost_thread-gcc10-mt;boost_thread-gcc10-mt;boost_thread-mt-1_73;boost_thread-mt;boost_thread-mt;boost_thread-mt;boost_thread
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for THREAD_LIBRARY_DEBUG: boost_thread-gcc10-mt-d-1_73;boost_thread-gcc10-mt-d;boost_thread-gcc10-mt-d;boost_thread-mt-d-1_73;boost_thread-mt-d;boost_thread-mt-d;boost_thread-mt;boost_thread
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for REGEX_LIBRARY_RELEASE: boost_regex-gcc10-mt-1_73;boost_regex-gcc10-mt;boost_regex-gcc10-mt;boost_regex-mt-1_73;boost_regex-mt;boost_regex-mt;boost_regex-mt;boost_regex
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for REGEX_LIBRARY_DEBUG: boost_regex-gcc10-mt-d-1_73;boost_regex-gcc10-mt-d;boost_regex-gcc10-mt-d;boost_regex-mt-d-1_73;boost_regex-mt-d;boost_regex-mt-d;boost_regex-mt;boost_regex
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for DATE_TIME_LIBRARY_RELEASE: boost_date_time-gcc10-mt-1_73;boost_date_time-gcc10-mt;boost_date_time-gcc10-mt;boost_date_time-mt-1_73;boost_date_time-mt;boost_date_time-mt;boost_date_time-mt;boost_date_time
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for DATE_TIME_LIBRARY_DEBUG: boost_date_time-gcc10-mt-d-1_73;boost_date_time-gcc10-mt-d;boost_date_time-gcc10-mt-d;boost_date_time-mt-d-1_73;boost_date_time-mt-d;boost_date_time-mt-d;boost_date_time-mt;boost_date_time
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for CHRONO_LIBRARY_RELEASE: boost_chrono-gcc10-mt-1_73;boost_chrono-gcc10-mt;boost_chrono-gcc10-mt;boost_chrono-mt-1_73;boost_chrono-mt;boost_chrono-mt;boost_chrono-mt;boost_chrono
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for CHRONO_LIBRARY_DEBUG: boost_chrono-gcc10-mt-d-1_73;boost_chrono-gcc10-mt-d;boost_chrono-gcc10-mt-d;boost_chrono-mt-d-1_73;boost_chrono-mt-d;boost_chrono-mt-d;boost_chrono-mt;boost_chrono
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for ATOMIC_LIBRARY_RELEASE: boost_atomic-gcc10-mt-1_73;boost_atomic-gcc10-mt;boost_atomic-gcc10-mt;boost_atomic-mt-1_73;boost_atomic-mt;boost_atomic-mt;boost_atomic-mt;boost_atomic
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for ATOMIC_LIBRARY_DEBUG: boost_atomic-gcc10-mt-d-1_73;boost_atomic-gcc10-mt-d;boost_atomic-gcc10-mt-d;boost_atomic-mt-d-1_73;boost_atomic-mt-d;boost_atomic-mt-d;boost_atomic-mt;boost_atomic
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:2010 ] Boost_FOUND = 1
-- Boost version: 1.73.0
-- Found the following Boost libraries:
--   filesystem
--   iostreams
--   locale
--   log
--   log_setup
--   serialization
--   system
--   thread
--   regex
--   date_time
--   chrono
--   atomic
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1223 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60;1.59.0;1.59;1.58.0;1.58;1.57.0;1.57;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1225 ] Boost_USE_MULTITHREADED = TRUE
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1227 ] Boost_USE_STATIC_LIBS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1229 ] Boost_USE_STATIC_RUNTIME = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1231 ] Boost_ADDITIONAL_VERSIONS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1233 ] Boost_NO_SYSTEM_PATHS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1301 ] Declared as CMake or Environmental Variables:
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1303 ]   BOOST_ROOT = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1305 ]   BOOST_INCLUDEDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1307 ]   BOOST_LIBRARYDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1309 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60;1.59.0;1.59;1.58.0;1.58;1.57.0;1.57;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1408 ] location of version.hpp: /usr/include/boost/version.hpp
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1433 ] version.hpp reveals boost 1.73.0
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1489 ] Boost_LIB_PREFIX = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1491 ] Boost_NAMESPACE = boost
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1526 ] guessed _boost_COMPILER = -gcc10
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1536 ] _boost_MULTITHREADED = -mt
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1620 ] _boost_RELEASE_ABI_TAG = -
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1622 ] _boost_DEBUG_ABI_TAG = -d
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1685 ] _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH_boost_LIBRARY_SEARCH_DIRS_DEBUG   = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:261 (find_package)


-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1814 ] Component-specific library search names for : python36;python3-py36;python-py36;python-3.6;python-36
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for PYTHON36_LIBRARY_RELEASE: boost_python36-gcc10-mt-1_73;boost_python36-gcc10-mt;boost_python36-gcc10-mt;boost_python36-mt-1_73;boost_python36-mt;boost_python36-mt;boost_python36-mt;boost_python36;boost_python3-py36-gcc10-mt-1_73;boost_python3-py36-gcc10-mt;boost_python3-py36-gcc10-mt;boost_python3-py36-mt-1_73;boost_python3-py36-mt;boost_python3-py36-mt;boost_python3-py36-mt;boost_python3-py36;boost_python-py36-gcc10-mt-1_73;boost_python-py36-gcc10-mt;boost_python-py36-gcc10-mt;boost_python-py36-mt-1_73;boost_python-py36-mt;boost_python-py36-mt;boost_python-py36-mt;boost_python-py36;boost_python-3.6-gcc10-mt-1_73;boost_python-3.6-gcc10-mt;boost_python-3.6-gcc10-mt;boost_python-3.6-mt-1_73;boost_python-3.6-mt;boost_python-3.6-mt;boost_python-3.6-mt;boost_python-3.6;boost_python-36-gcc10-mt-1_73;boost_python-36-gcc10-mt;boost_python-36-gcc10-mt;boost_python-36-mt-1_73;boost_python-36-mt;boost_python-36-mt;boost_python-36-mt;boost_python-36;boost_python36-gcc10-mt-1_73;boost_python36-gcc10-mt;boost_python36-gcc10-mt;boost_python36-mt-1_73;boost_python36-mt;boost_python36-mt;boost_python36-mt;boost_python36
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for PYTHON36_LIBRARY_DEBUG: boost_python36-gcc10-mt-d-1_73;boost_python36-gcc10-mt-d;boost_python36-gcc10-mt-d;boost_python36-mt-d-1_73;boost_python36-mt-d;boost_python36-mt-d;boost_python36-mt;boost_python36;boost_python3-py36-gcc10-mt-d-1_73;boost_python3-py36-gcc10-mt-d;boost_python3-py36-gcc10-mt-d;boost_python3-py36-mt-d-1_73;boost_python3-py36-mt-d;boost_python3-py36-mt-d;boost_python3-py36-mt;boost_python3-py36;boost_python-py36-gcc10-mt-d-1_73;boost_python-py36-gcc10-mt-d;boost_python-py36-gcc10-mt-d;boost_python-py36-mt-d-1_73;boost_python-py36-mt-d;boost_python-py36-mt-d;boost_python-py36-mt;boost_python-py36;boost_python-3.6-gcc10-mt-d-1_73;boost_python-3.6-gcc10-mt-d;boost_python-3.6-gcc10-mt-d;boost_python-3.6-mt-d-1_73;boost_python-3.6-mt-d;boost_python-3.6-mt-d;boost_python-3.6-mt;boost_python-3.6;boost_python-36-gcc10-mt-d-1_73;boost_python-36-gcc10-mt-d;boost_python-36-gcc10-mt-d;boost_python-36-mt-d-1_73;boost_python-36-mt-d;boost_python-36-mt-d;boost_python-36-mt;boost_python-36;boost_python36-gcc10-mt-d-1_73;boost_python36-gcc10-mt-d;boost_python36-gcc10-mt-d;boost_python36-mt-d-1_73;boost_python36-mt-d;boost_python36-mt-d;boost_python36-mt;boost_python36
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:2010 ] Boost_FOUND = 1
-- Boost version: 1.73.0
-- Found the following Boost libraries:
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1223 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60;1.59.0;1.59;1.58.0;1.58;1.57.0;1.57;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1225 ] Boost_USE_MULTITHREADED = TRUE
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1227 ] Boost_USE_STATIC_LIBS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1229 ] Boost_USE_STATIC_RUNTIME = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1231 ] Boost_ADDITIONAL_VERSIONS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1233 ] Boost_NO_SYSTEM_PATHS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1301 ] Declared as CMake or Environmental Variables:
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1303 ]   BOOST_ROOT = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1305 ]   BOOST_INCLUDEDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1307 ]   BOOST_LIBRARYDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1309 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60;1.59.0;1.59;1.58.0;1.58;1.57.0;1.57;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1408 ] location of version.hpp: /usr/include/boost/version.hpp
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1433 ] version.hpp reveals boost 1.73.0
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1489 ] Boost_LIB_PREFIX = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1491 ] Boost_NAMESPACE = boost
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1526 ] guessed _boost_COMPILER = -gcc10
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1536 ] _boost_MULTITHREADED = -mt
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1620 ] _boost_RELEASE_ABI_TAG = -
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1622 ] _boost_DEBUG_ABI_TAG = -d
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1685 ] _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH_boost_LIBRARY_SEARCH_DIRS_DEBUG   = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:265 (find_package)


-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1814 ] Component-specific library search names for : python3
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for PYTHON3_LIBRARY_RELEASE: boost_python3-gcc10-mt-1_73;boost_python3-gcc10-mt;boost_python3-gcc10-mt;boost_python3-mt-1_73;boost_python3-mt;boost_python3-mt;boost_python3-mt;boost_python3;boost_python3-gcc10-mt-1_73;boost_python3-gcc10-mt;boost_python3-gcc10-mt;boost_python3-mt-1_73;boost_python3-mt;boost_python3-mt;boost_python3-mt;boost_python3
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for PYTHON3_LIBRARY_DEBUG: boost_python3-gcc10-mt-d-1_73;boost_python3-gcc10-mt-d;boost_python3-gcc10-mt-d;boost_python3-mt-d-1_73;boost_python3-mt-d;boost_python3-mt-d;boost_python3-mt;boost_python3;boost_python3-gcc10-mt-d-1_73;boost_python3-gcc10-mt-d;boost_python3-gcc10-mt-d;boost_python3-mt-d-1_73;boost_python3-mt-d;boost_python3-mt-d;boost_python3-mt;boost_python3
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:2010 ] Boost_FOUND = 1
CMake Error at cmake/FindBoost.cmake:2174 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.73.0

  Boost include path: /usr/include

  Could not find the following Boost libraries:

          boost_python3

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  CMakeLists.txt:265 (find_package)


CMake Warning (dev) at /usr/share/cmake/Modules/FindOpenGL.cmake:293 (message):
  Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  FindOpenGL found both a legacy GL library:

    OPENGL_gl_LIBRARY: /usr/lib64/libGL.so

  and GLVND libraries for OpenGL and GLX:

    OPENGL_opengl_LIBRARY: /usr/lib64/libOpenGL.so
    OPENGL_glx_LIBRARY: /usr/lib64/libGLX.so

  OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
  CMakeLists.txt:273 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1223 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1225 ] Boost_USE_MULTITHREADED = TRUE
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1227 ] Boost_USE_STATIC_LIBS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1229 ] Boost_USE_STATIC_RUNTIME = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1231 ] Boost_ADDITIONAL_VERSIONS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1233 ] Boost_NO_SYSTEM_PATHS = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1301 ] Declared as CMake or Environmental Variables:
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1303 ]   BOOST_ROOT = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1305 ]   BOOST_INCLUDEDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1307 ]   BOOST_LIBRARYDIR = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1309 ] _boost_TEST_VERSIONS = 1.70.0;1.70;1.69.0;1.69;1.68.0;1.68;1.67.0;1.67;1.66.0;1.66;1.65.1;1.65.0;1.65;1.64.0;1.64;1.63.0;1.63;1.62.0;1.62;1.61.0;1.61;1.60.0;1.60
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1408 ] location of version.hpp: /usr/include/boost/version.hpp
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1433 ] version.hpp reveals boost 1.73.0
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1489 ] Boost_LIB_PREFIX = 
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1491 ] Boost_NAMESPACE = boost
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1526 ] guessed _boost_COMPILER = -gcc10
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1536 ] _boost_MULTITHREADED = -mt
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1620 ] _boost_RELEASE_ABI_TAG = -
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1622 ] _boost_DEBUG_ABI_TAG = -d
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1685 ] _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH_boost_LIBRARY_SEARCH_DIRS_DEBUG   = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  GG/CMakeLists.txt:62 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  GG/CMakeLists.txt:62 (find_package)


CMake Warning at cmake/FindBoost.cmake:924 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  cmake/FindBoost.cmake:1046 (_Boost_COMPONENT_DEPENDENCIES)
  cmake/FindBoost.cmake:1736 (_Boost_MISSING_DEPENDENCIES)
  GG/CMakeLists.txt:62 (find_package)


-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for FILESYSTEM_LIBRARY_RELEASE: boost_filesystem-gcc10-mt-1_73;boost_filesystem-gcc10-mt;boost_filesystem-gcc10-mt;boost_filesystem-mt-1_73;boost_filesystem-mt;boost_filesystem-mt;boost_filesystem-mt;boost_filesystem
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for FILESYSTEM_LIBRARY_DEBUG: boost_filesystem-gcc10-mt-d-1_73;boost_filesystem-gcc10-mt-d;boost_filesystem-gcc10-mt-d;boost_filesystem-mt-d-1_73;boost_filesystem-mt-d;boost_filesystem-mt-d;boost_filesystem-mt;boost_filesystem
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for REGEX_LIBRARY_RELEASE: boost_regex-gcc10-mt-1_73;boost_regex-gcc10-mt;boost_regex-gcc10-mt;boost_regex-mt-1_73;boost_regex-mt;boost_regex-mt;boost_regex-mt;boost_regex
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for REGEX_LIBRARY_DEBUG: boost_regex-gcc10-mt-d-1_73;boost_regex-gcc10-mt-d;boost_regex-gcc10-mt-d;boost_regex-mt-d-1_73;boost_regex-mt-d;boost_regex-mt-d;boost_regex-mt;boost_regex
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1879 ] Searching for SYSTEM_LIBRARY_RELEASE: boost_system-gcc10-mt-1_73;boost_system-gcc10-mt;boost_system-gcc10-mt;boost_system-mt-1_73;boost_system-mt;boost_system-mt;boost_system-mt;boost_system
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_RELEASE = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_RELEASE = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:1936 ] Searching for SYSTEM_LIBRARY_DEBUG: boost_system-gcc10-mt-d-1_73;boost_system-gcc10-mt-d;boost_system-gcc10-mt-d;boost_system-mt-d-1_73;boost_system-mt-d;boost_system-mt-d;boost_system-mt;boost_system
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:405 ]  Boost_LIBRARY_DIR_DEBUG = /usr/lib64 _boost_LIBRARY_SEARCH_DIRS_DEBUG = /usr/lib64;NO_DEFAULT_PATH;NO_CMAKE_FIND_ROOT_PATH
-- [ /home/peter/Hobby/Spiele/FreeOrion/build/freeorion/cmake/FindBoost.cmake:2010 ] Boost_FOUND = 1
-- Boost version: 1.73.0
-- Found the following Boost libraries:
--   filesystem
--   regex
--   system
-- Configuring incomplete, errors occurred!
See also "/home/peter/Hobby/Spiele/FreeOrion/build/freeorion/CMakeFiles/CMakeOutput.log".
See also "/home/peter/Hobby/Spiele/FreeOrion/build/freeorion/CMakeFiles/CMakeError.log".
Thanks in advance for you help :)
Want some fresh experience? Try Kosymod

o01eg
Programmer
Posts: 2004
Joined: Sat Dec 10, 2011 5:46 am

Re: Libbost_phython3 is installed but cmake don't find it

#4 Post by o01eg »

Cmake founds python 3.6 so it requires boost_python36 or boost_python3.
Gentoo Linux x64, gcc-11.2, boost-1.78.0
Ubuntu Server 22.04 x64, gcc-12, boost-1.74.0
Welcome to the slow multiplayer game at freeorion-lt.dedyn.io.Version 2024-03-15.b3de094.
Donations're welcome:BTC:bc1q007qldm6eppqcukewtfkfcj0naut9njj7audnm

User avatar
drkosy
Space Dragon
Posts: 367
Joined: Sat Jul 11, 2020 9:41 am

Re: Libbost_phython3 is installed but cmake don't find it

#5 Post by drkosy »

Cmake founds python 3.6 so it requires boost_python36 or boost_python3.
Well, I have installed the packages "python3" (python 3.9 interpreter) and "python3.6" (version 3.6 of python interpreter) so it seems just to pick the wrong version of python. The python3-devel package is version 3.9 as well so I would have to change that as well...
Might there any way to force cmake to use python 3.9?

Edit: Solved the problem by editing CMakeChache.txt

Code: Select all

//Boost python3 library (release)
Boost_PYTHON3_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libboost_python39.so.1.73.0
Don't get any error messages now :)
Last edited by drkosy on Wed May 12, 2021 9:10 pm, edited 1 time in total.
Want some fresh experience? Try Kosymod

o01eg
Programmer
Posts: 2004
Joined: Sat Dec 10, 2011 5:46 am

Re: Libbost_phython3 is installed but cmake don't find it

#6 Post by o01eg »

Yes, -DPYTHON_EXECUTABLE should point to correct python binary
Gentoo Linux x64, gcc-11.2, boost-1.78.0
Ubuntu Server 22.04 x64, gcc-12, boost-1.74.0
Welcome to the slow multiplayer game at freeorion-lt.dedyn.io.Version 2024-03-15.b3de094.
Donations're welcome:BTC:bc1q007qldm6eppqcukewtfkfcj0naut9njj7audnm

User avatar
drkosy
Space Dragon
Posts: 367
Joined: Sat Jul 11, 2020 9:41 am

Re: Libbost_phython3 is installed but cmake don't find it

#7 Post by drkosy »

Yes, -DPYTHON_EXECUTABLE should point to correct python binary
CMake runs smooth for now, but at the build-process I run into errors:

Code: Select all

/usr/bin/ld: /usr/lib64/libboost_python39.so.1.73.0: undefined reference to `PyCMethod_New'
/usr/bin/ld: /usr/lib64/libboost_python39.so.1.73.0: undefined reference to `_Py_NewReference'
collect2: Fehler: ld gab 1 als Ende-Status zurück
make[2]: *** [CMakeFiles/freeoriond.dir/build.make:346: freeoriond] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:746: CMakeFiles/freeoriond.dir/all] Fehler 2
Seems to me there are some broken dependencies, maybe you can figure out what it could be...
Want some fresh experience? Try Kosymod

o01eg
Programmer
Posts: 2004
Joined: Sat Dec 10, 2011 5:46 am

Re: Libbost_phython3 is installed but cmake don't find it

#8 Post by o01eg »

Gentoo Linux x64, gcc-11.2, boost-1.78.0
Ubuntu Server 22.04 x64, gcc-12, boost-1.74.0
Welcome to the slow multiplayer game at freeorion-lt.dedyn.io.Version 2024-03-15.b3de094.
Donations're welcome:BTC:bc1q007qldm6eppqcukewtfkfcj0naut9njj7audnm

User avatar
drkosy
Space Dragon
Posts: 367
Joined: Sat Jul 11, 2020 9:41 am

Re: Libbost_phython3 is installed but cmake don't find it

#9 Post by drkosy »

That was my first thought as well, but that are different error messages. I checked it several times but have installed phython3-devel with missed the last time.

It looks very similar, that's why I think there is a library or something missing. I didn't remove any packages, just installed updates that are provided by fedora.

Maybe I should just switch to snap...
Want some fresh experience? Try Kosymod

User avatar
drkosy
Space Dragon
Posts: 367
Joined: Sat Jul 11, 2020 9:41 am

Re: Libbost_phython3 is installed but cmake don't find it

#10 Post by drkosy »

Today I gave compiling another try and finally made it :) The trick was to force cmake to use python 3.9 and the related libpython and libboost_python by editing cmakecache.txt
Will test the new build right now, hopefully everything goes well...
Want some fresh experience? Try Kosymod

Post Reply