Skip to content

Instantly share code, notes, and snippets.

@haslo
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haslo/2a7bb2b55f74e5e34814 to your computer and use it in GitHub Desktop.
Save haslo/2a7bb2b55f74e5e34814 to your computer and use it in GitHub Desktop.
Yosemite Stuff

Dinge, die fürs Yosemite-Update mit Homebrew helfen können:

XCode 6.1, Command Line Tools 10.10: https://developer.apple.com/downloads/index.action

brew doctor
brew update

Für die Nuclear Option:

brew list > ~/brewlist
brew uninstall —-force $(cat ~/brewlist)
brew install $(cat ~/brewlist)

gcc48 funzt nicht, gcc schon (keine Ahnung welche Versionen das sind und warum ich gcc48 hatte)

phantomjs: Binaries installieren Homebrew/legacy-homebrew#29988 (comment)

postgres (war was mich zur Nuclear Option bei brew brachte, das hier hätte vielleicht gereicht):

rm /usr/local/var/postgres/postgres.pid

http://stackoverflow.com/questions/25970132/pg-tblspc-missing-after-installation-of-os-x-yosemite-beta#26001639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment