-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Boot doesn't work on macOS Big Sur #765
Comments
OK, I found the problem, I believe: See the check for the minor macOS version from line 67 on. Big Sur is 11.1, hence the error. |
@kitharoidos I would be happy to merge your patch if you open a PR |
I'd be happy to open a PR, however, it seems I'm missing permissions... I tried opening the PR against master. |
I have the same issue. Is this going to be merged? |
Feel free to use my fork in the meantime: https://github.com/kitharoidos/boot. |
Also experiencing this issue EDIT: After rereading realized I should build from master |
@flyboarder which branch should I open the PR against? I tried opening it against master but apparently I'm missing permissions... |
@flyboarder Is there anything preventing merging of #766? It would be nice to have this fixed in the official repo for everyone. |
Are there any maintainers that can comment about this issue and its proposed solution? Is this repo still monitored and maintained? |
Facing the same issue. |
I'm also facing the same issue on Big Sur 11.4. |
Thank you to everyone working on this issue! Following the previous recommendations, I was able to get boot working properly in Big Sur 11.4 by building locally following the Hacking Boot instructions. |
Have the same problems! Could anyone please make a new release for solving this bug?? So we won't need to re-build manually. Thanks! |
Would be nice to get a fix for this for OS version 12 :) |
Have the same issue. Is there any progress on homebrew? |
Yea, same. Works nicely when manually building it locally. |
Still a problem when installing from Homebrew. |
Still a problem when installing via Homebrew. Also it seems like the instructions for building it yourself are a bit off. I had to actually add boot's bin folder to the PATH before it would build. |
Describe the bug
When building a Hoplon project, Boot fails with an error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A REPL should be spawned.
Screenshots
Desktop (please complete the following information):
Version:
2.8.3 (installed with Homebrew)
The text was updated successfully, but these errors were encountered: