Open Tiaonmmn opened 1 year ago
same problem, have you fixed that.
Follow Compiling with LDB toolchain, not BE development and debugging environment under Linux to compile.
Remember to set the PATH environment variable.
same problem, has anyone fixed it?
Yes, Just did below and it worked. Ensure to download the latest one from the Doris third party link
521 rm -f doris-thirdparty-prebuilt-linux-x86_64.tar.xz 522 wget https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-linux-x86_64.tar.xz 524 tar Jxvf doris-thirdparty-prebuilt-linux-x86_64.tar.xz 525 rm -rf thirdparty/installed 526 mv installed/ thirdparty/ 527 ./build.sh -j 6
Search before asking
Version
Latest master code.
What's Wrong?
On Ubuntu 22.04,build doris be failed. Build toolchain:GCC 11.3.0. When calling build.sh,errors occured:
What You Expected?
Build successfully.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct