M1, grpc from source, fails with "Library not loaded" error #485
-
homebrew-core: master Homebrew/homebrew-core@6a292e1 Installed grpc from source by: But
And indeed running
Similar issue has been posted in a PR: Homebrew/homebrew-core#68383. This issue happens even on a commit with that PR already merged. Since I'm not sure if it's reproducible on other M1 machines, I'm posting it here as a discussion. Please let me know if I should open an issue instead. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 27 replies
-
That commit build an ARM bottle, so you shouldn't need to compile from source. |
Beta Was this translation helpful? Give feedback.
-
We can't do much to help you for formulae that haven't been bottled yet, as the fact that they haven't been bottled is a sign that (at least from our perspective) they're not working properly yet. However, if you do find a way to build and test |
Beta Was this translation helpful? Give feedback.
grpc
hasn't been bottled for ARM (at least partly) because it depends onabseil
, which hasn't been bottled for ARM yet either.We can't do much to help you for formulae that haven't been bottled yet, as the fact that they haven't been bottled is a sign that (at least from our perspective) they're not working properly yet.
However, if you do find a way to build and test
abseil
andgrpc
successfully, please open a PR.