Erroe when installing GEANT4 in ubuntu22.04.4

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

_Geant4 Version:_11.1.2
_Operating System:_ubuntu22.04.02
_Compiler/Version:_Gcc 11.4
_CMake Version:_3.22.1
QMake version 3.1
Using Qt version 5.15.3 in /usr/lib/x86_64-linux-gnu

—when I installed Geant4 in ubuntu,I got error after I input “sudo make -j16”
There is the error code :
【 79%】 Built target G4processes
make: *** 【Makefile:156: all】 Error 2
And then,the make progress interruptted.

Please help me to fix this problem. Before this error i didn’t get any warning or error.
Thanks in advance.

make[2]: *** [CMakeFiles/RealSurface.dir/build.make:98: Externals/RealSurface-2.2/src/RealSurface-stamp/RealSurface-download] Error 1
make[1]: *** [CMakeFiles/Makefile2:1081: CMakeFiles/RealSurface.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
There is another error

This looks like it simply failed to download the datasets, which could be a failed or slow internet connection. You can retry the build to see if that resolves.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.