branch-0.15's third-party brpc direct compile error in ubuntu #6907
Unanswered
moonsphere
asked this question in
A - General / Q&A
Replies: 2 comments
-
it also have the same problem after reinstall system(ubuntu 20.4) and upgrade gcc to gcc-10 in master branch(3267455) |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's better to use docker image when building Doris. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, sorry for bothering guys, I'm a new user for Doris and trying to compile and learn the code of Doris BE,
firstly, I'm trying to follow the document:
https://github.com/apache/incubator-doris/blob/master/docs/en/installing/compilation.md#direct-compilation-centosubuntu
and
https://github.com/apache/incubator-doris/blob/master/docs/en/developer-guide/be-vscode-dev.md
to compile branch-0.15(also master) on my newly node created from Aliyun.com, it uses Ubuntu 20.04 x86:
it downloads and compiles quickly after setting URL to
REPOSITORY_URL=https://doris-thirdparty-repo.bj.bcebos.com/thirdparty
but it always compile failures for brpc:
and for core dump
and I also have tried google or search github issue..it seems already using protoc for
/root/code/c/incubator-doris/thirdparty/installed/bin/protoc
and/root/code/c/incubator-doris/thirdparty/installed/lib/libprotobuf.a;-lpthread
but why is it failed? and how can I fix this? thanks
sorry, I'm also a freshman as c++ developer, sorry for asking those questions (I'm also a developer hate env issue and love code) , thank you :)
Beta Was this translation helpful? Give feedback.
All reactions