-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
Your Environment
mas version: N/A- macOS version (
system_profiler SPSoftwareDataType -detailLevel mini):
System Version: macOS 11.0.1 (20B29)
Kernel Version: Darwin 20.1.0
mas Install Method
brew install mas (homebrew-core)
Describe the Bug
The README says that we can install with brew install mas but this does not seem to work on any current Mac. Instead this is returned:
$ brew install mas
Error: mas: no bottle available!
You can try to install from source with:
brew install --build-from-source mas
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.Of course the problem is with Homebrew, but this report is to notify you that your documentation appears to be mistaken, at least in the case of any Mac released in the last few months. Since to some extent I'm speculating that that is the determining factor, I don't feel confident to create a PR of a documentation change. But if would be helpful if someone who does know exactly what is going on would make such a change.
To Reproduce
- Buy a new Mac with Apple Silicon
- Install Homebrew
- Install Xcode
- Open a terminal app
- Enter
brew install mas
Expected Behavior
I expected mas to be installed.
Actual Behavior
I was told there were no bottles and I had to build from source, which was portrayed as a risky operation.