msanders / cider

Hassle-free bootstrapping with Homebrew.
https://pypi.python.org/pypi/cider/
MIT License
840 stars 25 forks source link

Missing Brew Formula #13

Closed Miladiir closed 9 years ago

Miladiir commented 9 years ago

When trying to add regular brew packages to cider, it decides to stop, because brew does not have a formula for screen. Isn't screen bundled with OSX? Anyway, maybe there was a formula for screen before, but got removed. Still, I have this error, which I don't know how to fix. ❯ cider cask missing worked (fine).

~  
❯ cider missing
Error: No available formula for screen 
Whoops! `brew uses --installed --recursive screen` failed with code 1

~  10s

❯ brew unlinkdid not help either.

I had to remove screen and grep completely with ❯ brew remove. After that it worked fine.

Miladiir commented 9 years ago

What the heck. I untapped homebrew dupes and tapped it, updated and suddenly I can install screen and grep and cider will add them to the list. It seems cider wasn't the culprit, but brew was. Sorry!