You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/04/19 07:00:47 UTC

[GitHub] [incubator-doris] noisytao opened a new issue #5677: Failed to build thirdparty libs using build.sh

noisytao opened a new issue #5677:
URL: https://github.com/apache/incubator-doris/issues/5677


   **Describe the bug**
   The build.sh script fails while compiling fmt library under the thirdparty folder. It complains that
   `CMake Error: Unknown argument -v
   CMake Error: Run 'cmake --help' for all supported options.`
   
   **To Reproduce**
   Just run build.sh in the main folder.
   
   **Expected behavior**
   Project, including thirdparty libs, backend and frontend should be built successfully.
   
   **Screenshots**
   N/A
   
   **Desktop (please complete the following information):**
    - OS: Ubuntu 18.04.5 LTS
    - Commit: b6c0767754f8723da20d1fde961eb54fcd75f167
    - CMake: 3.20.1, 3.18.1
   
   
   **Fix**
   Removing '-v' on Line.681 in thirdparty/build-thirdparty.sh would do.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org