CHzxp opened a new issue, #19384: URL: https://github.com/apache/doris/issues/19384
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1.5-rc02 ### What's Wrong? According to the description on the official website, i cannot be compiled doris codeļ¼ error is /var/local/thirdparty/installed/include/parallel_hashmap/phmap.h:3256:27: error: no match for call to '(doris::BrpcClientCache<doris::PBackendService_Stub>::get_client(const string&)::<lambda(phmap::priv::parallel_hash_map<8, phmap::priv::raw_hash_set, std::mutex, phmap::priv::FlatHashMapPolicy<std::__cxx11::basic_string<char>, std::shared_ptr<doris::PBackendService_Stub> >, std::hash<std::__cxx11::basic_string<char> >, std::equal_to<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, std::shared_ptr<doris::PBackendService_Stub> > > >::mapped_type&)>) (std::pair<const std::__cxx11::basic_string<char>, std::shared_ptr<doris::PBackendService_Stub> >&)' 3256 | std::forward<F>(f)(*ptr); | ~~~~~~~~~~~~~~~~~~^~~~~~ ### What You Expected? it can be compiled successfully ### How to Reproduce? 1 clone code from github 2 checkout branch to 1.1.5-rc02, 3 install docker image build-env-for-1.2 4 run a docker and mount directory for src 5 sh build.sh --clean --be --fe but i can not compile doris code successfully, it seem like the c++ problem ### Anything Else? no ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
