liyipingbest commented on PR #13450: URL: https://github.com/apache/doris/pull/13450#issuecomment-1293573965
> Hi @liyipingbest , thanks for your prompt reply. > > Here are some questions: > > 1. Did you use the `cmake` in `ldb_toolchain`? > 2. How to reproduce this issue? Answer: 1. No. I used the build.sh script directly and never set something about ldb_toolchain. 2. Pull down the doris repo to a new local dir. Then just execute ./build.sh --be. The error will occur. If there is no error when you first time build the backend.Just delete the `./be/build_Release` , ```sh rm -rf ./be/build_Release ``` .Then exe `build.sh --be` again, error occurs.I have repeated this phenomenon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org