-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cant install mas-cli on macOS sierra with this tap #5
Comments
I also got this issue! This currently does not allow installation of |
I suspect this is due to the introduction of carthage as a dependency in the formula. Can you try adding the |
Here are some updates $ brew tap-unpin mas-cli/tap
==> Unpinned mas-cli/tap
$ brew uninstall mas
Uninstalling /usr/local/Cellar/mas/1.4.3... (39 files, 11.5MB)
$ brew untap mas-cli/tap
Untapping mas-cli/tap...
Untapped 1 formula (35 files, 31.3KB). After that I do $ brew tap mas-cli/tap
==> Tapping mas-cli/tap
Cloning into '/usr/local/Homebrew/Library/Taps/mas-cli/homebrew-tap'...
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 7 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
Tapped 1 formula (34 files, 30.2KB).
$ brew tap-pin mas-cli/tap
==> Pinned mas-cli/tap
$ brew install mas
Warning: mas is provided by core, but is now shadowed by mas-cli/tap/mas.
To refer to the core formula, use Homebrew/core/mas instead.
==> Installing mas from mas-cli/tap
==> Downloading https://dl.bintray.com/phatblat/mas-bottles/mas-1.4.3.sierra.bot
######################################################################## 100.0%
==> Pouring mas-1.4.3.sierra.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/mas/1.4.3: 39 files, 11.5MB Haven't figure out why It work again By the way I edit the depends_on statement in the formula manually to install this bottle before I do this uninstallation . |
FYI, you can use use the
|
I got the same error. brew tap mas-cli/tap
brew tap-pin mas-cli/tap
cd /usr/local/Homebrew && git stash pop && git add . && git commit -m 'add mas-cli/tap'
brew install --force-bottle mas result
Homebrew versions
|
I have a similar problem - trying to upgrade mavericks to sierra, however Apple download centre says I already have sierra installed. Cannot redownload file. Found suggestions to try Homebrew/MAS to help download and install file, however Homebrew/mas tells me that i have to upgrade my operating system first! I have tried the various combinations listed above but to no avail - any other suggestions (Homebrew v2.1.1, Mavericks 10.9.5, apparently need Xcode 10.1 to install MAS) |
The Carthage dependency has been removed in mas-cli/mas#350 for the upcoming |
I cant install mas-cli with the pre built bottle by the instruction
macOS sierra can't satisfy the build requirement
but I prefer to install the prebuilt bottle rather than build it from source
The text was updated successfully, but these errors were encountered: