UE5 make error on linux | make: *** [Makefile:1708: UnrealEditor] error 6

Hi everyone, i have problem with Build.

------ Building 53 action(s) started ------
[1/53] Compile Module.GeometryAlgorithms.1.cpp
In file included from ../Plugins/Runtime/GeometryProcessing/Intermediate/Build/Linux/x64/UnrealEditor/Development/GeometryAlgorithms/Module.GeometryAlgorithms.1.cpp:26:
/home/nullptr/Документы/unreal/ue5-main/UnrealEngine/Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Private/ThirdParty/GTEngine/Mathematics/GteTetrahedronKey.cpp:78:27: error: explicit specialization of 'TetrahedronKey' after instantiation
    TetrahedronKey<true>::TetrahedronKey(int v0, int v1, int v2, int v3)
                          ^
/home/nullptr/Документы/unreal/ue5-main/UnrealEngine/Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Private/ThirdParty/GTEngine/Mathematics/GteTSManifoldMesh.cpp:73:26: note: implicit instantiation first required here
    TetrahedronKey<true> skey(v0, v1, v2, v3);
                         ^
1 error generated.
Total time in Parallel executor: 8.52 seconds
Total execution time: 10.76 seconds
make: *** [Makefile:1708: UnrealEditor] Ошибка 6

Im test topics on this forum, but nothing helped me.
I tested the ue5-main and release branches.

My platform Linux Fedora 38
My pc:
gtx3070
32gb
i7-10100

Hi, I ran into exactly the same problem on linux, please write how you solved this problem (if you solved it)