mvndaemon / homebrew-mvnd

This is a homebrew tap for mvnd, the Maven Daemon.
Apache License 2.0
7 stars 6 forks source link

1.0-m6 cannot be installed from bottle and must be built from source #8

Open korthout opened 1 year ago

korthout commented 1 year ago

I used to have 0.9.0 installed, but I encountered an error while using brew upgrade mvnd.

I then tried to re-install cleanly, so I ran:

brew uninstall mvnd

Followed by:

brew install mvndaemon/homebrew-mvnd/mvnd
==> Fetching mvndaemon/mvnd/mvnd
==> Downloading https://downloads.apache.org/maven/mvnd/1.0-m6/maven-mvnd-1.0-m6-m39-darwin-amd64.z
######################################################################## 100.0%
==> Installing mvnd from mvndaemon/mvnd
Error: The following formula cannot be installed from bottle and must be
built from source.
  mvnd
Install the Command Line Tools:
  xcode-select --install

For some reason, I'm unable to install 1.0-m6 from bottle.