Skip to content

Instantly share code, notes, and snippets.

View randyinla's full-sized avatar
🏠
Working from home

Randy Walker randyinla

🏠
Working from home
  • Los Angeles, CA
View GitHub Profile
@randyinla
randyinla / gist:4130977
Created November 22, 2012 12:37
Ruby 2.0 & rubygems-1.8.24 install as 64bit, need 32bit, but still getting openssl error: removed some options from .rvmrc file
RVM COMMAND AND OUTPUT: Log & .rvmrc files at bottom...
note: since I removed some flags/arch options from .rvmrc, Ruby installed as 64bit instead of 32. grrrrrrr
----------------------------------------------
$ rvm cleanup sources && rvm uninstall ruby-2.0.0-preview1 && rvm --debug install ruby-2.0.0-preview1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch --movable
Cleaning up rvm sources
Cleanup done.
Removing /Users/randy/.rvm/src/ruby-2.0.0-preview1...
Removing /Users/randy/.rvm/rubies/ruby-2.0.0-preview1...
ruby-2.0.0-preview1 - install
Fetching yaml-0.1.4.tar.gz to /Users/randy/.rvm/archives
@randyinla
randyinla / gist:4130795
Created November 22, 2012 12:02
ruby-2.0.0-preview1 installs, rubygems-1.8.24 fails: removed "export rvm_make_flags( -j 7)" from .rvmrc file
RVM INSTALL COMMAND AND OUTPUT: log output below...
--------------------
$ rvm cleanup sources && rvm uninstall ruby-2.0.0-preview1 && rvm --debug install ruby-2.0.0-preview1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch --movable
Cleaning up rvm sources
Cleanup done.
Removing /Users/randy/.rvm/src/ruby-2.0.0-preview1...
Removing /Users/randy/.rvm/rubies/ruby-2.0.0-preview1...
ruby-2.0.0-preview1 - install
Fetching yaml-0.1.4.tar.gz to /Users/randy/.rvm/archives
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz
RUNNING THE RVM COMMAND:
- I used to get "error running 'make -j 3' until I saw a post saying to parenthesize it "rvm_make_flags=( -j 7 )". I did that and wasn't getting make errors anymore. Now, they are back as "error running 'make 7'"
- log outputs below
---------------------------------
$ rvm cleanup sources && rvm uninstall ruby-2.0.0-preview1 && rvm --debug --movable install ruby-2.0.0-preview1 --patch $rvm_path/patches/ruby/1.9.3/p125/osx-arch-fix.patch
Cleaning up rvm sources
Cleanup done.
/Users/randy/.rvm/src/ruby-2.0.0-preview1 has already been removed.
Removing /Users/randy/.rvm/rubies/ruby-2.0.0-preview1...
ruby-2.0.0-preview1 - install
require 'capistrano/recipes/deploy/scm/base'
# overriding Capistrano Perforce authentication
module Capistrano
module Deploy
module SCM
class Perforce < Base
private