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 2023/01/15 07:19:48 UTC

[GitHub] [doris] isHuangXin opened a new issue, #15940: [Bug] Unable to successfully build doris on M1

isHuangXin opened a new issue, #15940:
URL: https://github.com/apache/doris/issues/15940

   ### 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
   
   I am currently building the master branch of Doris. 
   - My OS is macOS Ventura 13.1
   - Clang Version:Homebrew clang version 15.0.6,Target: arm64-apple-darwin22.2.0
   
   
   ### What's Wrong?
   
   After I built the entire project, I found that the brpc-1.2.0 package was wrong during linking.
   
   <img width="1512" alt="image" src="https://user-images.githubusercontent.com/57054352/212528068-00b04902-789e-41a4-bbe0-8dcc8ef337c9.png">
   
   <img width="1512" alt="image" src="https://user-images.githubusercontent.com/57054352/212528083-b0dc429f-2a12-4ad6-bb1c-5eaaffc62a1e.png">
   
   
   ### What You Expected?
   
   ***************************************
   Successfully build Doris
   ***************************************
   
   ### How to Reproduce?
   
   - `bash build.sh`
   or
   - `bash build.sh --be`
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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: commits-unsubscribe@doris.apache.org.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] [doris] isHuangXin closed issue #15940: [Bug] Unable to successfully build doris on M1

Posted by GitBox <gi...@apache.org>.
isHuangXin closed issue #15940: [Bug] Unable to successfully build doris on M1
URL: https://github.com/apache/doris/issues/15940


-- 
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] [doris] isHuangXin commented on issue #15940: [Bug] Unable to successfully build doris on M1

Posted by GitBox <gi...@apache.org>.
isHuangXin commented on issue #15940:
URL: https://github.com/apache/doris/issues/15940#issuecomment-1383123806

   Bugfixed via this solution. Thanks
   ```
   cd thirdparty
   rm -rf installed
   curl -L https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-darwin-arm64.tar.xz  -o - | tar -xf -
   ```
   <img width="1512" alt="image" src="https://user-images.githubusercontent.com/57054352/212537695-33ece628-bc55-4804-8a73-f1093c0498a2.png">
   


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