bauerctu opened a new issue #517: build local source code with docker met error "mkdir: cannot create directory 'build': File exists" URL: https://github.com/apache/incubator-doris/issues/517 **Describe the bug** ===== begin build gflags-2.2.0 mkdir: cannot create directory 'build': File exists CMake Error: The source directory "/var/local/incubator-doris/thirdparty/src" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. ===== begin build brpc-0.9.0 mkdir: cannot create directory 'build': File exists CMake Error: The source directory "/var/local/incubator-doris/thirdparty/src" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. **To Reproduce** Steps to reproduce the behavior: 1. Get latest source code 'git clone https://github.com/apache/incubator-doris.git /path/to/incubator-doris/' 2. Start docker and enter container 'docker run -it --name doris-dev-test -v /path/to/incubator-doris/:/var/local/incubator-doris/ doris-dev:v1.0' 3. compile FE and BE 'sh build.sh --fe --be --clean' 4. See error **Expected behavior** build pass. **Screenshots** N/A **Desktop (please complete the following information):** - OS: macOS 10.12.6 - Docker: Docker Desktop Community Version 2.0.0.0-mac81(29211) - Doris Version: v0.8.2 lastest master branch
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
