@fermino I'm having the same issue when using yay, I observed this red text pop up before the build process, not sure if it helps solve the issue.
CMake Warning at /usr/lib/cmake/vtk/VTK-vtk-module-find-packages.cmake:2413 (find_package):
By not providing "FindFastFloat.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"FastFloat", but CMake did not find one.
Could not find a package configuration file provided by "FastFloat"
(requested version 8.0.2) with any of the following names:
FastFloatConfig.cmake
fastfloat-config.cmake
Add the installation prefix of "FastFloat" to CMAKE_PREFIX_PATH or set
"FastFloat_DIR" to a directory containing one of the above files. If
"FastFloat" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
/usr/lib/cmake/vtk/vtk-config.cmake:170 (include)
cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:59 (find_package)
CMakeLists.txt:94 (SetupSalomeSMESH)
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.