crystaldust opened a new issue #455: Failed to build doris URL: https://github.com/apache/incubator-doris/issues/455 I'm trying to build doris with the `build.sh` script but got an error: ```bash ...... /home/lance/Downloads/apache-doris-0.9.0.rc01-incubating-src/thirdparty/src/llvm-3.4.2.src/lib/Support/Unix/Path.inc:192:11: note: ‘snprintf’ output 2 or more bytes (assuming 4097) into a destination of size 4096 snprintf(buf, PATH_MAX, "%s/%s", dir, bin); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 20%] Linking CXX static library ../libLLVMSupport.a [ 20%] Built target LLVMSupport make: *** [Makefile:152: all] Error 2 ``` My build environment: ``` gcc: 8.2.1 20181127 Java: OpenJDK 1.8.0_192 Python: 3.7.1 Maven: 3.6.0 CMake: 3.13.1 Linux Kernel: 4.19.8 ``` Any ideas on this?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org