Skip to content

Instantly share code, notes, and snippets.

View imajes's full-sized avatar

James Cox imajes

View GitHub Profile
PID/THRD RELATIVE ELAPSD CPU SYSCALL(args) = return
50698/0x76321: 19464665 296 3 stat64("/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/rubygems.bundle\0", 0x7FFF5FBFC010, 0x0) = -1 Err#2
50698/0x76321: 19464670 6 2 stat64("/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/rubygems.rb\0", 0x7FFF5FBFC010, 0x0) = -1 Err#2
50698/0x76321: 19464674 5 2 stat64("/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/rubygems.bundle\0", 0x7FFF5FBFC010, 0x0) = -1 Err#2
50698/0x76321: 19464678 5 2 stat64("/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/ext/rubygems.rb\0", 0x7FFF5FBFC010, 0x0) = -1 Err#2
50698/0x76321: 19464682 5 2 stat64("/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/ext/rubygems.bundle\0", 0x7FFF5FBFC010, 0x0) = -1 Err#2
50698/0x76321: 19464688 7 3 stat64("/opt/local/lib/ruby/site_ruby/1.8/rubygems.rb\0", 0x7FFF5FBFC010, 0x0) = 0 0
50698/0x76321: 19464694 8 4 open("/opt/local/lib/ruby/site_rub
% which rvm
rvm () {
__rvm_cleanup_variables
__rvm_load-rvmrc
__rvm_initialize
__rvm_load_defaults
__rvm_parse-args $@
if [ -z "$rvm_trace_flag" ]
then
set +x
% rvm use ruby
jruby-1.3.1: jruby 1.3.1 (ruby 1.8.6p287) (2009-06-15 2fd6c3d) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_15) [x86_64-java]
:1: :2: , unexpected end-of-file (SyntaxError)
ruby-1.8.6-p383: ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0]
-:1: unknown regexp options - ja
-:1: syntax error, unexpected '.'
/Users/james/.rvm/ruby-1.9.1-p243/bin/ruby
Loading file...
__rvm_gemset_load:19: no matches found: /Users/james/.rvm/gems/*/*/cache/aasm-2.0.2.gem*
ERROR: could not find gem aasm -v 2.0.2 locally or in a repository
ERROR: could not find gem locally or in a repository
__rvm_gemset_load:19: no matches found: /Users/james/.rvm/gems/*/*/cache/abstract-1.0.0.gem*
ERROR: could not find gem abstract -v 1.0.0 locally or in a repository
ERROR: could not find gem locally or in a repository
__rvm_gemset_load:19: no matches found: /Users/james/.rvm/gems/*/*/cache/actionmailer-2.3.4.gem*
ERROR: could not find gem actionmailer -v 2.3.4 locally or in a repository
ERROR: could not find gem locally or in a repository
% cat default.gemset
# default.gemset generated gem dump file. Note that any env variable settings will be missing. Append these after using a ';' field separator
aasm -v2.0.2
abstract -v1.0.0
actionmailer -v2.3.4
actionpack -v2.3.4
activerecord -v2.3.4
activeresource -v2.3.4
activesupport -v2.3.4
addressable -v2.1.0
% cat .gitconfig
[alias]
pb = git push origin && git push github
% git pb
git: 'pb' is not a git-command. See 'git --help'.
module Tellica
AREA_CODES = {
201 => "201 - New Jersey, United States",
203 => "203 - Connecticut, United States",
205 => "205 - Alabama, United States",
206 => "206 - Washington, United States",
207 => "207 - Maine, United States",
208 => "208 - Idaho, United States",
209 => "209 - California, United States",
210 => "210 - Texas, United States",
---> Configuring p5-io-compress
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5-io-compress/work/IO-Compress-2.021" && /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor " returned error 139
Command output: Up/Downgrade not needed.
sh: line 1: 57467 Segmentation fault /opt/local/bin/perl Makefile.PL INSTALLDIRS=vendor
Error: The following dependencies failed to build: p5-libwww-perl p5-io-compress p5-uri p5-svn-simple subversion-perlbindings subversion p5-term-readkey
Error: Status 1 encountered during processing.
DB<1> n
main::(Makefile.PL:6): $::VERSION = '2.021' ;
% yum remove postgresql postgresql-server postgresql-devel postgresql-libs postgresql-contrib
Loaded plugins: fastestmirror, priorities
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package postgresql.x86_64 0:8.1.18-2.el5_4.1 set to be erased
---> Package postgresql-contrib.x86_64 0:8.1.18-2.el5_4.1 set to be erased
---> Package postgresql-devel.i386 0:8.1.18-2.el5_4.1 set to be erased
---> Package postgresql-devel.x86_64 0:8.1.18-2.el5_4.1 set to be erased
---> Package postgresql-libs.i386 0:8.1.18-2.el5_4.1 set to be erased
% ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2009.10
% cd /home/app/tellica/current
% ruby -v
ruby 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2009.10
% cat .rvmrc
rvm 1.9.1
#