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/01/25 02:12:21 UTC

[GitHub] [incubator-doris] lbship opened a new issue #5291: cannot stat './zstd_ep-install/lib/libzstd.a': No such

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


   **Describe the bug**
   When I build the Doris and it report failed. like this:
   
   [ 99%] Built target parquet_objlib
   Makefile:138: recipe for target 'all' failed
   make: *** [all] Error 2
   cp: cannot stat './zstd_ep-install/lib/libzstd.a': No such file or directory
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1.  ./build.sh
   
   
   **Desktop (please complete the following information):**
    - OS: Ubuntu
   
   


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


[GitHub] [incubator-doris] hf200012 commented on issue #5291: cannot stat './zstd_ep-install/lib/libzstd.a': No such

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #5291:
URL: https://github.com/apache/incubator-doris/issues/5291#issuecomment-945454201


   https://www.jianshu.com/p/1d2e8feeec41
   Refer to the method in my article


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [incubator-doris] lbship commented on issue #5291: cannot stat './zstd_ep-install/lib/libzstd.a': No such

Posted by GitBox <gi...@apache.org>.
lbship commented on issue #5291:
URL: https://github.com/apache/incubator-doris/issues/5291#issuecomment-945514851


   > https://www.jianshu.com/p/1d2e8feeec41 Refer to the method in my article
   
   谢谢


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [incubator-doris] hf200012 commented on issue #5291: cannot stat './zstd_ep-install/lib/libzstd.a': No such

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #5291:
URL: https://github.com/apache/incubator-doris/issues/5291#issuecomment-945453317


   sudo apt install build-essential openjdk-8-jdk maven cmake byacc flex automake libtool-bin bison binutils-dev libiberty-dev zip unzip libncurses5-dev curl git ninja-build python brotli
   sudo add-apt-repository ppa:ubuntu-toolchain-r/ppa
   sudo apt update
   sudo apt install gcc-10 g++-10 
   sudo apt-get install autoconf automake libtool autopoint
   
   It is not recommended to compile on a physical machine, use docker to compile
   
   


-- 
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-unsubscribe@doris.apache.org

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


[GitHub] [incubator-doris] xlxie commented on issue #5291: cannot stat './zstd_ep-install/lib/libzstd.a': No such

Posted by GitBox <gi...@apache.org>.
xlxie commented on issue #5291:
URL: https://github.com/apache/incubator-doris/issues/5291#issuecomment-945450134


   Hi, are you using gcc >= 10.3?


-- 
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-unsubscribe@doris.apache.org

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