boot icon indicating copy to clipboard operation
boot copied to clipboard

Boot doesn't work on macOS Big Sur

Open kitharoidos opened this issue 3 years ago • 20 comments

Describe the bug When building a Hoplon project, Boot fails with an error.

To Reproduce Steps to reproduce the behavior:

  1. Create a project using the hoplon template
  2. Run 'boot repl' in terminal

Expected behavior A REPL should be spawned.

Screenshots Screenshot 2021-02-08 at 22 23 53

Desktop (please complete the following information):

  • OS: macOS Big Sur on Apple Silicon (13'' MacBook Pro)

Version: 2.8.3 (installed with Homebrew)

kitharoidos avatar Feb 08 '21 21:02 kitharoidos

OK, I found the problem, I believe:

https://github.com/boot-clj/boot/blob/master/boot/worker/third_party/barbarywatchservice/src/com/barbarysoftware/watchservice/WatchService.java

See the check for the minor macOS version from line 67 on. Big Sur is 11.1, hence the error.

kitharoidos avatar Feb 08 '21 23:02 kitharoidos

@kitharoidos I would be happy to merge your patch if you open a PR

burn2delete avatar Feb 17 '21 17:02 burn2delete

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

kitharoidos avatar Feb 17 '21 17:02 kitharoidos

I have the same issue. Is this going to be merged?

dubinek42 avatar Mar 23 '21 14:03 dubinek42

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.

kitharoidos avatar Mar 23 '21 17:03 kitharoidos

Also experiencing this issue

EDIT: After rereading realized I should build from master

jaidetree avatar Apr 01 '21 05:04 jaidetree

@flyboarder which branch should I open the PR against? I tried opening it against master but apparently I'm missing permissions...

kitharoidos avatar Apr 07 '21 16:04 kitharoidos

@flyboarder Is there anything preventing merging of #766? It would be nice to have this fixed in the official repo for everyone.

truppert-mdsol avatar Apr 08 '21 19:04 truppert-mdsol

Are there any maintainers that can comment about this issue and its proposed solution? Is this repo still monitored and maintained?

truppert-mdsol avatar Apr 19 '21 19:04 truppert-mdsol

Facing the same issue.

umair-homeserve avatar May 29 '21 19:05 umair-homeserve

I'm also facing the same issue on Big Sur 11.4.

jdeveloperw avatar Jul 08 '21 21:07 jdeveloperw

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.

jdeveloperw avatar Jul 08 '21 21:07 jdeveloperw

I see a similar issue now that I have upgraded to Monterey

Screenshot 2021-11-03 at 11 01 25

jon-at-elit avatar Nov 03 '21 11:11 jon-at-elit

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!

Karkunow avatar Feb 15 '22 12:02 Karkunow

Would be nice to get a fix for this for OS version 12 :)

katya450 avatar Feb 18 '22 14:02 katya450

Have the same issue. Is there any progress on homebrew?

diszone avatar Feb 25 '22 01:02 diszone

@katya450 @diszone just re-build it manually as it is described in readme.md. Worked for me!

Karkunow avatar Feb 25 '22 19:02 Karkunow

Yea, same. Works nicely when manually building it locally.

katya450 avatar Feb 28 '22 09:02 katya450

Still a problem when installing from Homebrew.

mtravers avatar Aug 09 '22 02:08 mtravers

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.

dmstocking avatar Jan 17 '23 15:01 dmstocking