The problem of crashing the build was solved by installing new dependencies (it turned out during a test installation https://aur.archlinux.org/packages/freecad-git)
pacman -S verdict adios2 libfabric numactl sz nlohmann-json fmt yaml-cpp zfp pybind11
More precisely - the build now starts and crashes a little later, -
/src/FreeCAD/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.cpp:340:8: замечание: by «bool {anonymous}::TNodeDistributor::Compute(std::vector<double>&, gp_Pnt, gp_Pnt, SMESH_Mesh&, const SMESH_Hypothesis*)» 340 | bool Compute( vector< double > & positions, | ^~~~~~~ [260/4206] Building CXX object src/3rdParty/salomesmesh/C...Meshers.dir/src/StdMeshers/StdMeshers_ViscousLayers.cpp.o ninja: build stopped: subcommand failed. ==> ОШИБКА: Произошел сбой в build().
Pinned Comments
Salamandar commented on 2022-07-04 15:27 (UTC)
I just updated the version. It seems to work fine. I had to change the dependency
python-pyside2
withpyside2
.