Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker build error #84

Closed
rxdcxdrnine opened this issue Jun 28, 2021 · 1 comment
Closed

docker build error #84

rxdcxdrnine opened this issue Jun 28, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@rxdcxdrnine
Copy link

rxdcxdrnine commented Jun 28, 2021

While I build the docker images with the dockerfile.release in docker repository,
there was an error like below.

#8 222.9 [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallGenerator.cxx.o
#8 245.6 g++: fatal error: Killed signal terminated program cc1plus
#8 245.6 compilation terminated.
#8 245.6 make[2]: *** [Source/CMakeFiles/CMakeLib.dir/build.make:1266: Source/CMakeFiles/CMakeLib.dir/cmGeneratorTarget.cxx.o] Error 1
#8 245.6 make[2]: *** Waiting for unfinished jobs....
#8 251.4 make[1]: *** [CMakeFiles/Makefile2:2205: Source/CMakeFiles/CMakeLib.dir/all] Error 2
#8 251.4 make: *** [Makefile:183: all] Error 2
------
executor failed running [/bin/sh -c CMAKE_VERSION=3.17 &&     CMAKE_BUILD=3.17.4 &&     wget -nv https://cmake.org/files/v${CMAKE_VERSION}/cmake-${CMAKE_BUILD}.tar.gz &&     tar -xf cmake-${CMAKE_BUILD}.tar.gz &&     cd cmake-${CMAKE_BUILD} &&     ./bootstrap --parallel=$(grep ^processor /proc/cpuinfo | wc -l) -- -DCMAKE_USE_OPENSSL=OFF &&     make -j"$(grep ^processor /proc/cpuinfo | wc -l)" install &&     rm -rf /cmake-${CMAKE_BUILD}]: exit code: 2

Can you show me the solution that I could execute without cmake command,
or update the dockerfile?

@szalpal szalpal self-assigned this Jun 28, 2021
@szalpal szalpal added the question Further information is requested label Jun 28, 2021
@szalpal
Copy link
Member

szalpal commented Jun 28, 2021

Hello @rxdcxdrnine !

Could you please paste the build command you are using?

@szalpal szalpal closed this as completed Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants