Skip to content

Instantly share code, notes, and snippets.

View axopadyani's full-sized avatar

Aqsha Padyani axopadyani

View GitHub Profile
@axopadyani
axopadyani / make.log
Created April 13, 2020 19:41
RVM Install 2.3.0 with Export Log
+__rvm_make:0> make -j8
CC = gcc
LD = ld
LDSHARED = gcc -dynamiclib
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-common -pipe
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin19 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/l
@axopadyani
axopadyani / install.log
Created April 13, 2020 19:23
RVM Install 2.3.0 Debug Log
Exception `LoadError' at /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems.rb:1241 - cannot load such file -- rubygems/defaults/operating_system
Exception `LoadError' at /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems.rb:1250 - cannot load such file -- rubygems/defaults/ruby
Exception `LoadError' at /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55 - cannot load such file -- did_you_mean
/Users/aqsha/.rvm/src/rubygems-3.0.8/setup.rb:22: warning: Insecure world writable dir /Users/aqsha in PATH, mode 040777
mkdir -p -m 755 /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0
mkdir -p -m 755 /Users/aqsha/.rvm/rubies/ruby-2.3.0/bin
install -c -m 0644 rubygems.rb /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0/rubygems.rb
mkdir -p -m 755 /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0/rubygems
install -c -m 0644 rubygems/source_local.rb /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/site_ruby/2.3.0/rubygems/source_local.
@axopadyani
axopadyani / command
Created April 13, 2020 19:20
RVM Install 2.3.0 Debug
$ rvm install 2.3.0 --debug
ruby-2.3.0 - install
ruby-2.3.0 - #already removed src/ruby-2.3.0
ruby-2.3.0 - #already removed rubies/ruby-2.3.0
Searching for binary rubies, this might take some time.
Running(16): curl --fail --location --max-redirs 10 --max-time 1800 --silent --insecure --location --list-only --max-time 5 --head https://rvm_io.global.ssl.fastly.net/binaries/osx/10.15/x86_64/ruby-2.3.0.tar.bz2 --insecure
Remote file does not exist https://rvm_io.global.ssl.fastly.net/binaries/osx/10.15/x86_64/ruby-2.3.0.tar.bz2
Running(16): curl --fail --location --max-redirs 10 --max-time 1800 --silent --insecure --location --list-only --max-time 5 --head https://repo1.maven.org/maven2/org/jruby/jruby-dist/ruby-2.3.0.tar.bz2 --insecure
Remote file does not exist https://repo1.maven.org/maven2/org/jruby/jruby-dist/ruby-2.3.0.tar.bz2
Travis binaries for OSX are not movable and can't be used outside of Travis environment. Skip that source.
@axopadyani
axopadyani / install.log
Created April 13, 2020 19:14
RVM Install 2.3.0 Log
Exception `LoadError' at /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems.rb:1241 - cannot load such file -- rubygems/defaults/operating_system
Exception `LoadError' at /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems.rb:1250 - cannot load such file -- rubygems/defaults/ruby
Exception `LoadError' at /Users/aqsha/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55 - cannot load such file -- did_you_mean
/Users/aqsha/.rvm/src/rubygems-3.0.8/setup.rb:22: warning: Insecure world writable dir /Users/aqsha in PATH, mode 040777
/Users/aqsha/.rvm/src/rubygems-3.0.8/lib/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- openssl (LoadError)
from /Users/aqsha/.rvm/src/rubygems-3.0.8/lib/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/aqsha/.rvm/src/rubygems-3.0.8/lib/rubygems/specification.rb:2481:in `to_ruby'
from /Users/aqsha/.rvm/src/rubygems-3.0.8/lib/rubygems/commands/setup_command.rb:405:in `install_default_bundler_gem'
f
@axopadyani
axopadyani / command
Last active July 18, 2021 08:14
RVM Install 2.3.0
$ curl -sSL https://get.rvm.io | bash -s stable
Downloading https://github.com/rvm/rvm/archive/1.29.10.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.29.10/1.29.10.tar.gz.asc
Warning: Failed to set locale category LC_NUMERIC to en_ID.
Warning: Failed to set locale category LC_TIME to en_ID.
Warning: Failed to set locale category LC_COLLATE to en_ID.
Warning: Failed to set locale category LC_MONETARY to en_ID.
Warning: Failed to set locale category LC_MESSAGES to en_ID.
gpg: Signature made Thu Mar 26 04:58:42 2020 WIB
gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB