Skip to content

Instantly share code, notes, and snippets.

** Invoke default (first_time)
** Invoke build (first_time)
** Invoke osx:build (first_time)
** Invoke build_skel (first_time)
** Execute build_skel
** Invoke dist/shoes (first_time)
** Invoke dist/libshoes.dylib (first_time)
** Invoke shoes/version.h (first_time)
** Execute shoes/version.h
** Invoke dist (first_time, not_needed)
@wasnotrice
wasnotrice / gist:1242304
Created September 26, 2011 14:01
rake clean && rake --trace > log 2>&1
** Invoke default (first_time)
** Invoke build (first_time)
** Invoke osx:build (first_time)
** Invoke build_skel (first_time)
** Execute build_skel
** Invoke dist/shoes (first_time)
** Invoke dist/libshoes.dylib (first_time)
** Invoke shoes/version.h (first_time)
** Execute shoes/version.h
** Invoke dist (first_time)
@wasnotrice
wasnotrice / gist:1243315
Created September 26, 2011 20:31
gettext is dependency of pango
<snip>
brew install pango --cocoa --universal
==> Installing pango dependency: gettext
==> Downloading http://ftpmirror.gnu.org/gettext/gettext-0.18.1.1.tar.gz
<snip
@wasnotrice
wasnotrice / gist:1274505
Created October 10, 2011 02:24
HH 1.0.1 RC Crash
Process: hacketyhack-bin [36990]
Path: /Applications/Hackety Hack.app/Contents/MacOS/./hacketyhack-bin
Identifier: org.hackety.hacketyhack
Version: 0.r1739 (???)
Build Info: Shoes-1200000~1
Code Type: X86-64 (Native)
Parent Process: bash [36986]
Date/Time: 2011-10-09 21:21:12.641 -0500
OS Version: Mac OS X 10.7.1 (11B26)
maps:code eric$ rvm install shoes
Installing Ruby from source to: /Users/eric/.rvm/rubies/ruby-1.9.2-p290, this may take a while depending on your cpu(s)...
ruby-1.9.2-p290 - #fetching
ruby-1.9.2-p290 - #extracted to /Users/eric/.rvm/src/ruby-1.9.2-p290 (already extracted)
Fetching yaml-0.1.4.tar.gz to /Users/eric/.rvm/archives
Extracting yaml-0.1.4.tar.gz to /Users/eric/.rvm/src
Configuring yaml in /Users/eric/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/eric/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/eric/.rvm/usr
maps:rbx-head eric$ rbx -X19 irb
rbx-head :001 > require_relative '../shoes/lib/shoes'
TypeError: Coercion error: nil.to_str => String failed
from Rubinius::Type.coerce_to at kernel/common/type.rb:23
from Kernel(Module)#StringValue at kernel/common/kernel.rb:79
from Rubinius::Type.coerce_to_path at kernel/common/type19.rb:11
from File.dirname at kernel/common/file.rb:346
from Rubinius::CodeLoader.require_relative at kernel/common/codeloader19.rb:24
from Kernel(Object)#require_relative at kernel/common/kernel19.rb:95
from { } in Object#irb_binding at (irb):1
2011-10-16T23:18:26+00:00 heroku[router]: GET afternoon-snow-4694.herokuapp.com/v1/lookupUrls/ dyno=web.1 queue=0 wait=0ms service=2ms status=404 bytes=469
2011-10-16T23:26:29+00:00 heroku[router]: GET afternoon-snow-4694.herokuapp.com/v1/lookupUrls/ dyno=web.1 queue=0 wait=0ms service=12ms status=404 bytes=469
2011-10-16T23:34:47+00:00 heroku[router]: GET afternoon-snow-4694.herokuapp.com/v1/lookupUrls/ dyno=web.1 queue=0 wait=0ms service=5ms status=404 bytes=469
2011-10-16T23:39:03+00:00 heroku[router]: POST afternoon-snow-4694.herokuapp.com/v1/registerUrls dyno=web.1 queue=0 wait=0ms service=48ms status=200 bytes=30
2011-10-16T23:39:03+00:00 heroku[router]: POST afternoon-snow-4694.herokuapp.com/v1/registerUrls dyno=web.1 queue=0 wait=0ms service=43ms status=200 bytes=30
2011-10-16T23:43:08+00:00 heroku[router]: GET afternoon-snow-4694.herokuapp.com/v1/lookupUrls/ dyno=web.1 queue=0 wait=0ms service=6ms status=404 bytes=469
2011-10-16T23:43:46+00:00 heroku[router]: GET afternoon-snow-4694.herokuapp.com/v1/
huckle:.pow eric$ ln -s /Users/eric/code/hackety-hack.com/
ln: ./: File exists
huckle:.pow eric$ ln -s /Users/eric/code/hackety-hack\.com
@wasnotrice
wasnotrice / gist:1358321
Created November 11, 2011 15:48
gcc -v
huckle:shoes eric$ gcc -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
@wasnotrice
wasnotrice / gist:1366189
Created November 15, 2011 04:52
create a new user
huckle:se560 eric$ curl -d "<user> <email>bob@whitequail.org</email> <node>http://bobs-whizbang.elasticbeanstalk.com</node> </user>" http://pure-summer-1824.herokuapp.com/v2/users -v
* About to connect() to pure-summer-1824.herokuapp.com port 80 (#0)
* Trying 107.22.178.183... connected
* Connected to pure-summer-1824.herokuapp.com (107.22.178.183) port 80 (#0)
> POST /v2/users HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
> Host: pure-summer-1824.herokuapp.com
> Accept: */*
> Content-Length: 103
> Content-Type: application/x-www-form-urlencoded