facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

brew install --HEAD buck not working #2630

Open wulongwang opened 3 years ago

wulongwang commented 3 years ago

image

➜ ~ arch -arm64 brew install --HEAD buck ==> Installing buck from facebook/fb ==> Downloading https://www.apache.org/dyn/closer.lua?path=ant/binaries/apache-a Already downloaded: /Users/Mac/Library/Caches/Homebrew/downloads/3dcf25c6574b35db948c4d796dfcb09055e5c212ae4ab5b874ade9d9735ac158--apache-ant-1.9.15-bin.tar.bz2 Error: openjdk@8: no bottle available! You can try to install from source with: brew install --build-from-source openjdk@8 Please note building from source is unsupported. You will encounter build failures with some formulae. If you experience any issues please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels.

image

wulongwang commented 3 years ago

Another error

image

image

shepting commented 2 years ago

I would love to get this sorted out as well. @wulongwang did you figure anything out?

kaplad commented 2 years ago

Facing the same problem on M1 mac

PanXu86 commented 2 years ago

encountered the same issue on my m1 mac, the root cause is openjdk@8 formula is not working anymore. (at least for m1 mac) I think https://github.com/facebook/homebrew-fb/blob/main/buck.rb needs to be updated to address this issue.

but unfortunately, I don't have related knowledge on it.

yshuolu commented 1 year ago

Any update on this issue! Is there any workaround to install BUCK on M1 Mac at all?