Created
October 4, 2012 23:40
-
-
Save sillygwailo/3837156 to your computer and use it in GitHub Desktop.
Yak Shaving to Install Change By Us on a Mac (Mountain Lion)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/localprojects/Change-By-Us | |
https://github.com/localprojects/Change-By-Us/wiki/Installation-Instructions-%28Mac%29 | |
When installing lighthttpd through Homebrew, got this message: | |
* undefined method `xcrun' | |
Search for that led to https://github.com/mxcl/homebrew/issues/10327 Upgrade Homebrew | |
Tried sudo brew upgrade, attempted to upgrade 8 packages. | |
Got SHA1 mismatch when trying to upgrade cmake | |
sudo brew update # updated the Homebrew install | |
sudo brew upgrade # 18 packages instead of 8 | |
... | |
Most of the instructions worked after that. | |
* .profile instead of .bash_profile | |
* pip install -r requirements.dev # instead of pip install -r requirements.txt | |
Seems to have failed with | |
unable to execute gcc-4.0: No such file or directory | |
error: command 'gcc-4.0' failed with exit status 1 | |
Ah, my old friend. | |
After installing the Command Line Tools in XCode (stumbled upon the place to do it): | |
llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory | |
lipo: can't figure out the architecture type of: /var/tmp//ccKtwVtT.out | |
error: command 'gcc-4.0' failed with exit status 255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment