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
Last login: Thu Aug 11 17:59:50 on ttys001 | |
~ which make | |
/Developer/usr/bin/make | |
~ brew install git | |
==> Downloading http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2 | |
File already downloaded in /Users/alland/Library/Caches/Homebrew | |
==> make prefix=/usr/local/Cellar/git/1.7.6 install | |
GIT_VERSION = 1.7.6 | |
* new build flags or prefix | |
./generate-cmdlist.sh > common-cmds.h+ && mv common-cmds.h+ common-cmds.h |
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
~/Downloads chmod +x brew && ./brew | |
Installing Homebrew. Press enter to continue. | |
WARNING: Improper use of the sudo command could lead to data loss | |
or the deletion of important system files. Please double-check your | |
typing when using sudo. Type "man sudo" for more information. | |
To proceed, enter your password, or type Ctrl-C to abort. |
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
~/Downloads chmod +x brew && ./brew | |
Installing Homebrew. Press enter to continue. | |
~/Downloads ls | |
Contractor 1.jpeg LNCHBX-004-WEBSITE_V9A.png | |
Contractor 2.jpeg brew | |
~/Downloads cd | |
~ ls | |
Applications | |
Desktop |
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
~/Workspace brew install wget | |
Warning: It appears you have Macports or Fink installed | |
Software installed with other package managers causes known problems for | |
Homebrew. If formula fail to build uninstall Macports/Fink and reinstall any | |
affected formula. | |
==> Downloading http://ftp.gnu.org/gnu/wget/wget-1.12.tar.bz2 | |
######################################################################## 100.0% | |
==> Downloading patches | |
######################################################################## 100.0% | |
==> Patching |
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
[adelacruz@pd-10-65-32-5 mlb11site (trades)]$ rake leaderboards:rank:all --trace | |
(in /Users/adelacruz/Workspace/mlb11site) | |
** Invoke leaderboards:rank:all (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
rake aborted! | |
syntax error on line 13, col 1: `:' | |
/Users/adelacruz/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:135:in `load' | |
/Users/adelacruz/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/syck.rb:135:in `load' | |
/Users/adelacruz/.rvm/gems/ruby-1.9.2-p136/gems/rails-2.3.5/lib/initializer.rb:902:in `database_configuration' |
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
~/Workspace git clone [email protected]:lunchmoney.git | |
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib | |
Referenced from: /opt/local/bin/git | |
Reason: Incompatible library version: git requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 | |
Trace/BPT trap: 5 | |
~/Workspace | |
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
Error: Failed executing: ./configure --disable-osx-universal-binary --without-perl --prefix=/usr/local/Cellar/imagemagick/6.7.1-1 --disable-dependency-tracking --enable-shared --disable-static --with-modules --without-gslib --with-gs-font-dir=/usr/local/share/ghostscript/fonts --without-magick-plus-plus | |
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/#issue/5112 | |
https://github.com/mxcl/homebrew/issues/#issue/5478 | |
https://github.com/mxcl/homebrew/issues/#issue/6001 | |
https://github.com/mxcl/homebrew/issues/#issue/6715 | |
https://github.com/mxcl/homebrew/issues/#issue/6723 | |
https://github.com/mxcl/homebrew/issues/#issue/6761 | |
It looks like an autotools configure failed. |
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
I think it might be this: | |
the <option> needs values 0 - x | |
<select> | |
<option value="0" selected="selected">something</option> | |
<option value="1" >something</option> | |
<option value="2" >something</option> | |
<option value="3" >something</option> | |
<option value="4" >something</option> |
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
~/Workspace/ruin/admin ruby admin_title.rb | |
[01/25] Isolating mysql2 (= 0.2.6). | |
Building native extensions. This could take a while... | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:551:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb | |
checking for rb_thread_blocking_region()... yes | |
checking for mysql.h... yes | |
checking for errmsg.h... yes | |
checking for mysqld_error.h... yes |
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
... | |
checking for fprintf... yes | |
checking for snprintf... yes | |
checking for vfprintf... yes | |
checking for vsprintf... yes | |
checking for vsnprintf... yes | |
checking for sscanf... yes | |
checking for perl... perl | |
checking for python... /usr/bin/python |