-- SYSTEM_LIBS /usr/lib/libz.so;dl;m;dl;m;/usr/lib/libssl.so;/usr/lib/libcrypto.so
|
CMake Warning (dev) at libmariadb/cmake/FindGSSAPI.cmake:64 (exec_program):
|
Policy CMP0153 is not set: The exec_program command should not be called.
|
Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy
|
command to set the policy and suppress this warning.
|
|
Use execute_process() instead.
|
Call Stack (most recent call first):
|
libmariadb/CMakeLists.txt:439 (INCLUDE)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
CMake Warning (dev) at libmariadb/cmake/FindGSSAPI.cmake:74 (exec_program):
|
Policy CMP0153 is not set: The exec_program command should not be called.
|
Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy
|
command to set the policy and suppress this warning.
|
|
Use execute_process() instead.
|
Call Stack (most recent call first):
|
libmariadb/CMakeLists.txt:439 (INCLUDE)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
CMake Warning (dev) at libmariadb/cmake/FindGSSAPI.cmake:78 (exec_program):
|
Policy CMP0153 is not set: The exec_program command should not be called.
|
Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy
|
command to set the policy and suppress this warning.
|
|
Use execute_process() instead.
|
Call Stack (most recent call first):
|
libmariadb/CMakeLists.txt:439 (INCLUDE)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
-- Performing Test have_CXX__fno_lto - Success
|
CMake Warning (dev) at storage/columnstore/columnstore/CMakeLists.txt:53 (FIND_PACKAGE):
|
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
|
--help-policy CMP0167" for policy details. Use the cmake_policy command to
|
set the policy and suppress this warning.
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
-- Looking for msgpack_version in msgpack - not found
|
CMake Deprecation Warning at storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt:18 (cmake_minimum_required):
|
Compatibility with CMake < 3.10 will be removed from a future version of
|
CMake.
|
|
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
|
to tell CMake that the project requires at least <min> but has been updated
|
to work with policies introduced by <max> or earlier.
|
|
|
-- Configuring OQGraph
|
CMake Warning (dev) at storage/oqgraph/CMakeLists.txt:12 (FIND_PACKAGE):
|
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
|
--help-policy CMP0167" for policy details. Use the cmake_policy command to
|
set the policy and suppress this warning.
|
|
Call Stack (most recent call first):
|
storage/oqgraph/CMakeLists.txt:43 (CHECK_OQGRAPH)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
-- Performing Test have_CXX__Wno_unused_but_set_variable - Success
|
CMake Warning (dev) at cmake/libutils.cmake:229 (ADD_CUSTOM_COMMAND):
|
The following keywords are not supported when using
|
add_custom_command(TARGET): DEPENDS.
|
|
|
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
|
Run "cmake --help-policy CMP0175" for policy details. Use the cmake_policy
|
command to set the policy and suppress this warning.
|
Call Stack (most recent call first):
|
cmake/libutils.cmake:267 (MERGE_STATIC_LIBS)
|
libmysqld/CMakeLists.txt:205 (MERGE_LIBRARIES)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
CMake Warning (dev) at cmake/install_macros.cmake:251 (INSTALL):
|
Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
|
"cmake --help-policy CMP0177" for policy details. Use the cmake_policy
|
command to set the policy and suppress this warning.
|
Call Stack (most recent call first):
|
mysql-test/CMakeLists.txt:17 (INSTALL_MYSQL_TEST)
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
After applying the wsrep change it will also fail in the storage/mroonga directory (at least on my system). I haven't investigated that any further though, we (Linux From Scratch) are now using -DCMAKE_MINIMUM_POLICY_VERSION=3.5 to bypass the errors since one of our developers needed to build MariaDB to do an update to another package, but the error from storage/mroonga is:
CMake Error at storage/mroonga/CMakeLists.txt:20 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
After passing -DCMAKE_MINIMUM_POLICY_VERSION=3.5, we also got the following deprecation notices:
-- SYSTEM_LIBS /usr/lib/libz.so;dl;m;dl;m;/usr/lib/libssl.so;/usr/lib/libcrypto.so
Policy CMP0153 is not set: The exec_program command should not be called.
Use execute_process() instead.
Call Stack (most recent call first):
Policy CMP0153 is not set: The exec_program command should not be called.
Use execute_process() instead.
Call Stack (most recent call first):
Policy CMP0153 is not set: The exec_program command should not be called.
Use execute_process() instead.
Call Stack (most recent call first):
-- Performing Test have_CXX__fno_lto - Success
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- Configuring OQGraph
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
Call Stack (most recent call first):
-- Performing Test have_CXX__Wno_unused_but_set_variable - Success
The following keywords are not supported when using
add_custom_command(TARGET): DEPENDS.
Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
Call Stack (most recent call first):
Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
Call Stack (most recent call first):
This is on a Linux From Scratch system (12.3 with some updates).