I think @xantares has a point. Maybe turn off the token option?
CMake Warning at VTK/CMake/vtkModule.cmake:5351 (find_package):
By not providing "Findtoken.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "token", but
CMake did not find one.
Could not find a package configuration file provided by "token" with any of
the following names:
tokenConfig.cmake
token-config.cmake
Add the installation prefix of "token" to CMAKE_PREFIX_PATH or set
"token_DIR" to a directory containing one of the above files. If "token"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
VTK/CMake/vtkModule.cmake:5994 (vtk_module_find_package)
VTK/CMake/vtkModule.cmake:5861 (vtk_module_third_party_external)
VTK/ThirdParty/token/CMakeLists.txt:5 (vtk_module_third_party)
CMake Error at VTK/CMake/vtkModule.cmake:5357 (message):
Could not find the token external dependency.
Call Stack (most recent call first):
VTK/CMake/vtkModule.cmake:5994 (vtk_module_find_package)
VTK/CMake/vtkModule.cmake:5861 (vtk_module_third_party_external)
VTK/ThirdParty/token/CMakeLists.txt:5 (vtk_module_third_party)
Pinned Comments
GloW commented on 2020-06-22 10:18 (UTC) (edited on 2020-06-22 10:23 (UTC) by GloW)
Out of memory error.
You may use ninja-mem to prevent trashing when building on system with low memory to core ratio.
To activate use MAKEFLAGS+=" -m75" where 75 is the percent of memory usage when trashing prevention kicks in.
Or simply lower the make parallel jobs in "MAKEFLAGS" variable.
Refers to #731427 #716760