Skip to content
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

Bun setup fails due to LLVM mismatch. LLVM 16 is required. Detected cc as /usr/bin/cc #10551

Closed
KilianB opened this issue Apr 26, 2024 · 0 comments · Fixed by #10552
Closed
Labels
bug Something isn't working build An issue related to building or compiling

Comments

@KilianB
Copy link
Contributor

KilianB commented Apr 26, 2024

What version of Bun is running?

1.1.5-debug+b257a3097

What platform is your computer?

Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 x86_64

What steps can reproduce the bug?

Clone the repo and follow the https://bun.sh/docs/project/contributing guide to setup a bun dev environment

  • install depdencies as suggested
  • execute bun setup

What is the expected behavior?

Setup is completed

What do you see instead?

LLVM 16 is required. Detected cc as /usr/bin/cc
LLVM 16 is required. Detected c++ as /usr/bin/cc+

Additional information

Issue is the incorrect LLVM_VERSION version specified in the setup.sh file as well as outdated docs.

Related to: #10161

@KilianB KilianB added the bug Something isn't working label Apr 26, 2024
@paperclover paperclover added the build An issue related to building or compiling label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build An issue related to building or compiling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants