-
Notifications
You must be signed in to change notification settings - Fork 47
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
Error in elasticsearch-full formula. #150
Comments
Seeing the same problem as well. |
A PR is open to fix this issue. Until approved, applying the patch should resolve the issue: #144 (comment) cd /usr/local/Homebrew/Library/Taps/elastic/homebrew-tap
git fetch origin pull/144/head:patch-1
git checkout patch-1 thanks to @euxx |
The actual folder for M1 Macs is
|
@marcosvcloures, we noticed some of our M1 users have homebrew installed in |
+1 |
$ brew services start elasticsearch-full
|
I'm getting the exact same error when trying to install it with brew: > brew tap elastic/tap
==> Tapping elastic/tap
Cloning into '/opt/homebrew/Library/Taps/elastic/homebrew-tap'...
remote: Enumerating objects: 1407, done.
remote: Counting objects: 100% (586/586), done.
remote: Compressing objects: 100% (65/65), done.
remote: Total 1407 (delta 559), reused 530 (delta 521), pack-reused 821
Receiving objects: 100% (1407/1407), 328.79 KiB | 1.71 MiB/s, done.
Resolving deltas: 100% (1099/1099), done.
Tapped 17 formulae (38 files, 448.8KB).
> brew install elastic/tap/elasticsearch-full
Error: elastic/tap/elasticsearch-full: undefined method `plist_options' for Formulary::FormulaNamespacebf9a1382d41b546c07ca9fb03a7076777de36a194bc5d2ee6351261ec59a8ed3::ElasticsearchFull:Class @GreatMuta514 Any progress on fixing it? |
Ok, I did this to get it fixed and able to install ES 7 in Mac with M1 chip:
|
In addition following the lead of @todgru and @marcosvcloures, I also had to follow these instructions to get it fully working: https://gist.github.com/todgru/0ba097d63318313f12a52594217f8e2b |
The PR has been merged to fix this problem. |
I have a M1 Mac, and my elasticsearch-full stoped working. I tried to reinstall it but this is the error message i get
I have also tried to change the plist_options line with something the method "service" but it was also unsuccsesfull.
Can you please advise?
The text was updated successfully, but these errors were encountered: