mroonga / homebrew-mroonga

The homebrew formula for Mroonga.
7 stars 13 forks source link

Cannot tap mroonga/mroonga: invalid syntax in tap! #21

Closed cu0ngnm closed 3 years ago

cu0ngnm commented 3 years ago

When I run brew tap mroonga/mroonga below error was emitted.

Cloning into '/usr/local/Homebrew/Library/Taps/mroonga/homebrew-mroonga'... remote: Enumerating objects: 412, done. remote: Total 412 (delta 0), reused 0 (delta 0), pack-reused 412 Receiving objects: 100% (412/412), 81.92 KiB | 665.00 KiB/s, done. Resolving deltas: 100% (154/154), done. Error: Invalid formula: /usr/local/Homebrew/Library/Taps/mroonga/homebrew-mroonga/mroonga.rb mroonga: private method `include?' called for # Error: Cannot tap mroonga/mroonga: invalid syntax in tap!

I've tried looking for similar errors but nothing seems to be the same. macOS Version: 11.5.1

kou commented 3 years ago

This isn't maintained. Could you look into this issue and open a pull request?

cu0ngnm commented 3 years ago

I'm sorry but this issue is out of my knowledge 🙁

kou commented 3 years ago

I've updated.

Try the followings:

$ brew tap mroonga/mroonga
$ brew install mroonga --with-homebrew-mysql --head
$ echo plugin-dir=$(brew --prefix)/lib/plugin >> /usr/local/etc/my.cnf
$ mysqld --daemonize
$ mysql -u root < $(brew --prefix)/share/mroonga/install.sql

See also: https://github.com/mroonga/homebrew-mroonga/blob/master/README.md