-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLDB won't build with standalone (non-Xcode) command-line tools installed #45535
Comments
Environment: macOS 10.15.5 Description: As of June 3-2020, building branch release/10.x or master files fails for project specification: Cause: Having independent command-line tools installed adds Temporary fix: When building LLVM with project lldb, only use Xcode command-line tools and make sure to remove independent command-line tools installations under /Library/Developer/CommandLineTools |
I also hit this bug trying to build lldb from the release/11.x on the Mac OS systems hosted in GitHub actions. Here is a failed build example: https://github.com/tstellar/llvm-project/pull/208/checks?check_run_id=1299928678 |
Better link to the build logs: https://github.com/tstellar/llvm-project/runs/1299928678?check_suite_focus=true This is the cmake invocation that fails: cmake -DLLVM_INCLUDE_GO_TESTS=OFF -DLLVM_LIT_ARGS=-svj1 ../llvm -G Ninja -DLLVM_ENABLE_PROJECTS="clang;lldb" -DCMAKE_BUILD_TYPE=Release -DLLDB_INCLUDE_TESTS=OFF |
mentioned in issue #51489 |
The deadline for requesting fixes for the release has passed. This bug is being removed from the LLVM 13.0.1 release milestone. If you have a fix or think this bug is important enough to block the release, please explain why in a comment and add the bug back to the LLVM 13.0.1 release milestone. |
I will need to see your full cmake log to know if you are having the same issue, but I've found the root cause for this failure in the GitHub Actions runner: actions/runner-images#5900 |
@llvm/issue-subscribers-lldb
| | |
| --- | --- |
| Bugzilla Link | [46190](https://llvm.org/bz46190) |
| Version | trunk |
| OS | MacOS X |
| Blocks | llvm/llvm-project#51489 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tstellar |
|
The text was updated successfully, but these errors were encountered: