Build fails in ubuntu 18.04
See original GitHub issueI tried pip3 install buffalo as well as building buffalo from source. The build always fails at -
Scanning dependencies of target cbuffalo [ 12%] Building CXX object CMakeFiles/cbuffalo.dir/3rd/json11/json11.cpp.o [ 25%] Building CXX object CMakeFiles/cbuffalo.dir/lib/algo.cc.o virtual memory exhausted: Cannot allocate memory CMakeFiles/cbuffalo.dir/build.make:86: recipe for target 'CMakeFiles/cbuffalo.dir/lib/algo.cc.o' failed make[2]: *** [CMakeFiles/cbuffalo.dir/lib/algo.cc.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/cbuffalo.dir/all' failed make[1]: *** [CMakeFiles/cbuffalo.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2 error: command 'cmake' failed with exit status 2
I even tried building the docker image from the docker file and instructions you mentioned, it also fails on the very same step
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top GitHub Comments
Thanks a lot. I built it from the source, I was going with pip install for the first time. You can close this issue 😄
This would be helpful https://github.com/kakao/buffalo/blob/dev/examples/Dockerfile#L4