minghong opened a new issue #7191: URL: https://github.com/apache/incubator-doris/issues/7191
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version commit ce7fa5d6d9454d3b89e75859690fb216ca68167b (HEAD -> master, origin/master, origin/HEAD) Author: renzhimin7 <1240388...@qq.com> Date: Mon Nov 22 14:47:00 2021 +0800 [typo] Update multi-tenant.md (#7162) A double quote is missing ### What's Wrong? compilation using docker image failed. docker image: apache/incubator-doris:build-env-1.4.1 ``` sh build.sh --clean --be --fe --ui ``` we got error: ``` ninja: error: '/var/local/thirdparty/installed/lib64/libbreakpad_client.a', needed by 'src/service/palo_be', missing and no known rule to make it``` ### What You Expected? compilation success ### How to Reproduce? docker pull apache/incubator-doris:build-env-1.4.1 git clone g...@github.com:minghong/talent-plan.git docker run -it -v ~/.m2:/root/.m2 -v ~/work/incubator-doris/:/root/incubator-doris-DORIS-x.x.x-release/ apache/incubator-doris:build-env-1.4.1 inside docker container: [root@7eec959b89ab incubator-doris-DORIS-x.x.x-release]# sh build.sh --clean --be --fe --ui We got following error message -- The ASM compiler identification is GNU -- Found assembler: /opt/rh/devtoolset-10/root/usr/bin/gcc -- Looking for sys/random.h -- Looking for sys/random.h - not found -- Some symbols from glibc will be replaced for compatibility -- Configuring done -- Generating done -- Build files have been written to: /root/incubator-doris-DORIS-x.x.x-release/be/build_Release [0/2] Re-checking globbed directories... ninja: error: '/var/local/thirdparty/installed/lib64/libbreakpad_client.a', needed by 'src/service/palo_be', missing and no known rule to make it ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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