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
canaveral:git jathayde$ brew install nginx | |
==> Downloading http://nginx.org/download/nginx-1.0.6.tar.gz | |
File already downloaded in /Users/jathayde/Library/Caches/Homebrew | |
==> Patching | |
patching file auto/lib/pcre/conf | |
patching file conf/nginx.conf | |
==> ./configure --prefix=/usr/local/Cellar/nginx/1.0.6 --with-http_ssl_module --with-pcre --conf-path=/usr/local/etc/nginx | |
==> make install | |
make -f objs/Makefile install | |
/usr/bin/llvm-gcc -c -O3 -march=core2 -msse4.1 -w -pipe -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ |
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
Mar 3 11:20:49 Canaveral Software Update[27043]: JS: 10.6.6 | |
Mar 3 12:45:53 Canaveral Software Update[27043]: Calculated need 445 MB; 1245450 MB free. | |
Mar 3 12:45:55 Canaveral installd[28457]: PackageKit: ----- Begin install ----- | |
Mar 3 12:45:55 Canaveral installd[28457]: PackageKit: request=PKInstallRequest <4 packages, destination=/> | |
Mar 3 12:45:55 Canaveral installd[28457]: PackageKit: packages=(\n "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-0306/AppleMobileDeviceSupportDelta.pkg>",\n "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-0306/CoreFPDelta.pkg>",\n "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-0306/iTunesXPatch.pkg>",\n "PKLeopardPackage <file://localhost/Library/Updates/zzzz041-0306/iTunesAccessDelta.pkg>"\n) | |
Mar 3 12:45:58 Canaveral installd[28457]: PackageKit: Extracting file://localhost/Library/Updates/zzzz041-0306/AppleMobileDeviceSupportDelta.pkg (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSan |
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
Mar 1 17:45:35 Canaveral Installer[1039]: @(#)PROGRAM:Install PROJECT:Install-594.1 | |
Mar 1 17:45:35 Canaveral Installer[1039]: @(#)PROGRAM:Installer PROJECT:Installer-430.1 | |
Mar 1 17:45:35 Canaveral Installer[1039]: Hardware: MacPro3,1 @ 2.80 GHz (x 8), 18432 MB RAM | |
Mar 1 17:45:35 Canaveral Installer[1039]: Running OS Build: Mac OS X 10.6.6 (10J567) | |
Mar 1 17:45:35 Canaveral Installer[1039]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin | |
Mar 1 17:45:35 Canaveral Installer[1039]: Env: TMPDIR=/var/folders/v0/v0b5uFw+EfuJvO5f9qxwj++++TI/-Tmp-/ | |
Mar 1 17:45:35 Canaveral Installer[1039]: Env: SHELL=/bin/bash | |
Mar 1 17:45:35 Canaveral Installer[1039]: Env: HOME=/Users/jathayde | |
Mar 1 17:45:35 Canaveral Installer[1039]: Env: USER=jathayde | |
Mar 1 17:45:35 Canaveral Installer[1039]: Env: LOGNAME=jathayde |
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
oho:dam jathayde$ sudo chown -R jathayde /Users/jathayde/.gem/ | |
Password: | |
Soho:dam jathayde$ bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.8.7) | |
Using abstract (1.0.0) | |
/Users/jathayde/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:124:in `initialize': Permission denied - /Users/jathayde/.rvm/gems/ruby-1.9.2-p0/cache/activesupport-3.0.0.gem (Errno::EACCES) | |
from /Users/jathayde/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:124:in `open' | |
from /Users/jathayde/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/remote_fetcher.rb:124:in `download' | |
from /Users/jathayde/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.3/lib/bundler/source.rb:252:in `download_gem_from_uri' |
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
Soho:dam jathayde$ sudo gem install bundler | |
Password: | |
Successfully installed bundler-1.0.3 | |
1 gem installed | |
Installing ri documentation for bundler-1.0.3... | |
Installing RDoc documentation for bundler-1.0.3... | |
Soho:dam jathayde$ bundle install | |
Fetching source index for http://rubygems.org/ | |
/usr/local/lib/ruby/1.8/fileutils.rb:243:in `mkdir': Permission denied - /Users/jathayde/.gem/specs (Errno::EACCES) | |
from /usr/local/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir' |
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
<div class="page-title full"> | |
<h1 class="dashboard">Intake</h1> | |
</div><%# end .page-title %> | |
<h2>Current Load</h2> | |
<% @ready_loads.each do |@load| %> | |
<%= render "loads/intake_load_processing", :load => @load %> | |
<% end %> |
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
Soho:~ jathayde$ sudo port install tetex | |
Password: | |
---> Computing dependencies for teTeX | |
---> Dependencies to be installed: Xft2 xrender xorg-renderproto gawk gsed gzip texinfo lzmautils texi2html xorg-libXaw groff xorg-libXmu xpm xorg-libXp xorg-printproto | |
---> Fetching xorg-renderproto | |
---> Attempting to fetch renderproto-0.11.1.tar.bz2 from http://xorg.freedesktop.org/archive/individual/proto/ | |
---> Verifying checksum(s) for xorg-renderproto | |
---> Extracting xorg-renderproto | |
---> Configuring xorg-renderproto | |
---> Building xorg-renderproto |
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
Soho:Book jathayde$ rake book.pdf | |
(in /Users/jathayde/Sites/warv/Book) | |
<"book.pml" ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/preprocess/includer.rb" | ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/preprocess/embedcode.rb" --embed-skip-leading 'code/' >"book.xml" | |
Including: Bibliography.pml | |
Including: Introduction.pml | |
Including: Changes.pml | |
/usr/local/bin/ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/xmllint_fe.rb" xmllint --noout --valid "book.xml" | |
xsltproc "/Users/jathayde/Sites/warv/Book/local/xml/ppb2latex.xsl" book.xml >book.tex | |
TEXINPUTS=.:local/tex:../PPStuff/util/tex/BOOK:../PPStuff/util/tex::../PPStuff/bibliography:../PPStuff/sales_blurb </dev/null latex book | ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/tidyop.rb" --quiet | |
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) |
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
Soho:Book jathayde$ rake book.pdf | |
(in /Users/jathayde/Sites/warv/Book) | |
<"book.pml" ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/preprocess/includer.rb" | ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/preprocess/embedcode.rb" --embed-skip-leading 'code/' >"book.xml" | |
Including: Bibliography.pml | |
Including: Introduction.pml | |
Including: Changes.pml | |
/usr/local/bin/ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/xmllint_fe.rb" xmllint --noout --valid "book.xml" | |
xsltproc "/Users/jathayde/Sites/warv/Book/local/xml/ppb2latex.xsl" book.xml >book.tex | |
TEXINPUTS=.:local/tex:../PPStuff/util/tex/BOOK:../PPStuff/util/tex::../PPStuff/bibliography:../PPStuff/sales_blurb </dev/null latex book | ruby "/Users/jathayde/Sites/warv/PPStuff/util/bin/tidyop.rb" --quiet |