This file contains 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
Process: Vim [47588] | |
Path: /Applications/MacVim.app/Contents/MacOS/Vim | |
Identifier: Vim | |
Version: ??? (???) | |
Code Type: X86-64 (Native) | |
Parent Process: MacVim [47584] | |
Date/Time: 2012-08-21 22:18:14.404 +0900 | |
OS Version: Mac OS X 10.6.8 (10K549) | |
Report Version: 6 |
This file contains 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
$ brew upgrade cmake | |
Warning: Your Xcode (3.2.5) is outdated | |
Please install Xcode 3.2.6. | |
==> Upgrading cmake | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/cmake-2.8.9.snowleopard.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring cmake-2.8.9.snowleopard.bottle.tar.gz | |
Warning: m4 macros were installed to "share/aclocal". | |
Homebrew does not append "/usr/local/share/aclocal" | |
to "/usr/share/aclocal/dirlist". If an autoconf script you use |
This file contains 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
$ brew upgrade zsh | |
Warning: Your Xcode (3.2.5) is outdated | |
Please install Xcode 3.2.6. | |
==> Upgrading zsh | |
==> Downloading http://www.zsh.org/pub/zsh-5.0.0.tar.bz2 | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/zsh/5.0.0 --enable-fndir=/usr/local/Cellar/zsh/5.0.0/share/zsh/functions --enable-scriptdir=/usr/local/Cellar/zsh/5.0 | |
==> make install | |
==> Caveats | |
To use this build of Zsh as your login shell, add it to /etc/shells. |
This file contains 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
$ brew upgrade mysql | |
Warning: Your Xcode (3.2.5) is outdated | |
Please install Xcode 3.2.6. | |
==> Upgrading mysql | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mysql-5.5.27.snowleopard.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring mysql-5.5.27.snowleopard.bottle.tar.gz | |
==> Caveats | |
Set up databases to run AS YOUR USER ACCOUNT with: | |
unset TMPDIR |
This file contains 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
## Download the latest perlbrew | |
## Installing perlbrew | |
perlbrew is installed: ~/perl5/perlbrew/bin/perlbrew | |
perlbrew root (~/perl5/perlbrew) is initialized. | |
Append the following piece of code to the end of your ~/.bash_profile and start a | |
new shell, perlbrew should be up and fully functional from there: |
This file contains 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
$ brew upgrade mysql | |
Warning: Your Xcode (3.2.5) is outdated | |
Please install Xcode 3.2.6. | |
==> Upgrading mysql | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mysql-5.5.28.snowleopard.bottle.tar.gz | |
######################################################################## 100.0% | |
==> Pouring mysql-5.5.28.snowleopard.bottle.tar.gz | |
==> Caveats | |
Set up databases to run AS YOUR USER ACCOUNT with: | |
unset TMPDIR |
This file contains 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
$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/vda1 192G 2.3G 180G 2% / | |
none 1001M 176K 1001M 1% /dev | |
none 1005M 0 1005M 0% /dev/shm | |
none 1005M 32K 1005M 1% /var/run | |
none 1005M 0 1005M 0% /var/lock | |
none 1005M 0 1005M 0% /lib/init/rw |
This file contains 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
configure: Apache Portable Runtime (APR) library configuration | |
checking for APR... no | |
configure: WARNING: APR not found | |
The Apache Portable Runtime (APR) library cannot be found. | |
Please install APR on this system and supply the appropriate | |
--with-apr option to 'configure' | |
or | |
get it with SVN and put it in a subdirectory of this source: |
This file contains 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
configure: checking sqlite library | |
checking sqlite amalgamation... no | |
checking sqlite3.h usability... no | |
checking sqlite3.h presence... no | |
checking for sqlite3.h... no | |
checking sqlite library version (via pkg-config)... no | |
An appropriate version of sqlite could not be found. We recommmend | |
3.7.6.3, but require at least 3.6.18. | |
Please either install a newer sqlite on this system |
This file contains 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
$ svn co http://path/to/repo . | |
svn: E170000: Unrecognized URL scheme for 'http://path/to/repo' |