Skip to content

Instantly share code, notes, and snippets.

@martinstreicher
Created November 2, 2011 16:34
Show Gist options
  • Save martinstreicher/1334121 to your computer and use it in GitHub Desktop.
Save martinstreicher/1334121 to your computer and use it in GitHub Desktop.
Colossus-2:miner strike$ rvm get head && rvm reload && rvm install 1.9.3
Original installed RVM version:
rvm 1.6.18 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]
Cloning into rvm...
remote: Counting objects: 5863, done.
remote: Compressing objects: 100% (2800/2800), done.
remote: Total 5863 (delta 3855), reused 4151 (delta 2309)
Receiving objects: 100% (5863/5863), 1.95 MiB | 2.44 MiB/s, done.
Resolving deltas: 100% (3855/3855), done.
RVM: Shell scripts enabling management of multiple ruby environments.
RTFM: https://rvm.beginrescueend.com/
HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
Upgrading the RVM installation in /Users/strike/.rvm/cp: patchsets/ree is a directory (not copied).
cp: patchsets/ree/1.8.6 is a directory (not copied).
cp: patchsets/ruby is a directory (not copied).
cp: patchsets/ruby/1.8.6 is a directory (not copied).
Correct permissions for base binaries in /Users/strike/.rvm/bin...
Copying manpages into place.
Recording config files for rubies.
strike,
If you have any questions, issues and/or ideas for improvement please
fork the project and issue a pull request.
If you wish to disable the project .rvmrc file functionality, set
rvm_project_rvmrc=0 in either /etc/rvmrc or ~/.rvmrc.
NOTE: To Multi-User installers, please do NOT forget to add your users to the 'rvm'.
The installer no longer auto-adds root or users to the rvm group. Admins must do this.
Also, please note that group memberships are ONLY evaluated at login time.
This means that users must log out then back in before group membership takes effect!
Thank you for using RVM!
I sincerely hope that RVM helps to make your life easier and more enjoyable!!!
~Wayne
Upgrade Notes
* rvm_trust_rvmrcs has been changed to rvm_trust_rvmrcs_flag for consistency
* Project rvmrc files are now checked for trust whenever they change, as
promised by the note displayed during the review process
* Ruby package dependency list for your OS is given by:
rvm notes
* If you encounter any issues with a ruby 'X' your best bet is to:
rvm remove X ; rvm install X
* If you see the following error message: Unknown alias name: 'default'
re-set your default ruby, this is due to a change in how default works.
* after_use and after_cd hook now supports multiple files with after_*_*
the custom hooks can be easily turned on/off by:
chmod +x /Users/strike/.rvm/hooks/after_cd_[hook_name]
chmod -x /Users/strike/.rvm/hooks/after_use_[hook_name]
Upgrade of RVM in /Users/strike/.rvm/ is complete.
Installed RVM HEAD version:
rvm 1.9.2 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]
RVM reloaded!
Installing Ruby from source to: /Users/strike/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)...
ruby-1.9.3-p0 - #fetching
ruby-1.9.3-p0 - #downloading ruby-1.9.3-p0, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9330k 100 9330k 0 0 185k 0 0:00:50 0:00:50 --:--:-- 230k
ruby-1.9.3-p0 - #extracting ruby-1.9.3-p0 to /Users/strike/.rvm/src/ruby-1.9.3-p0
ruby-1.9.3-p0 - #extracted to /Users/strike/.rvm/src/ruby-1.9.3-p0
Fetching yaml-0.1.4.tar.gz to /Users/strike/.rvm/archives
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 460k 100 460k 0 0 248k 0 0:00:01 0:00:01 --:--:-- 271k
Extracting yaml-0.1.4.tar.gz to /Users/strike/.rvm/src
Prepare yaml in /Users/strike/.rvm/src/yaml-0.1.4.
Configuring yaml in /Users/strike/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/strike/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/strike/.rvm/usr
ruby-1.9.3-p0 - #configuring
ruby-1.9.3-p0 - #compiling
ERROR: Error running 'make ', please read /Users/strike/.rvm/log/ruby-1.9.3-p0/make.log
ERROR: There has been an error while running make. Halting the installation.
Colossus-2:miner strike$
cat make.log
Colossus-2:miner strike$ cat !$
cat /Users/strike/.rvm/log/ruby-1.9.3-p0/make.log
[2011-11-02 12:30:09] make
CC = gcc-4.2
LD = ld
LDSHARED = gcc-4.2 -dynamiclib
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend
SOLIBS =
compiling main.c
compiling dmydln.c
compiling dmyencoding.c
compiling version.c
compiling dmyversion.c
compiling miniprelude.c
compiling array.c
compiling bignum.c
compiling class.c
compiling compar.c
compiling complex.c
compiling dir.c
compiling dln_find.c
compiling enum.c
compiling enumerator.c
compiling error.c
compiling eval.c
compiling load.c
compiling proc.c
compiling file.c
compiling gc.c
gc.c: In function ‘initial_expand_heap’:
gc.c:1112: warning: implicit conversion shortens 64-bit value into a 32-bit value
compiling hash.c
compiling inits.c
compiling io.c
compiling marshal.c
compiling math.c
compiling node.c
compiling numeric.c
compiling object.c
compiling pack.c
compiling parse.c
compiling process.c
compiling random.c
compiling range.c
compiling rational.c
compiling re.c
compiling regcomp.c
regcomp.c: In function ‘add_compile_string_length’:
regcomp.c:436: warning: implicit conversion shortens 64-bit value into a 32-bit value
regcomp.c: In function ‘onig_is_code_in_cc_len’:
regcomp.c:5702: warning: implicit conversion shortens 64-bit value into a 32-bit value
regcomp.c:5702: warning: implicit conversion shortens 64-bit value into a 32-bit value
compiling regenc.c
compiling regerror.c
compiling regexec.c
compiling regparse.c
regparse.c: In function ‘node_new_cclass_by_codepoint_range’:
regparse.c:1178: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:1178: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c: In function ‘add_ctype_to_cc_by_range’:
regparse.c:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3854: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3875: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3875: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3875: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3875: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:3880: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c: In function ‘i_apply_case_fold’:
regparse.c:5081: warning: implicit conversion shortens 64-bit value into a 32-bit value
regparse.c:5081: warning: implicit conversion shortens 64-bit value into a 32-bit value
compiling regsyntax.c
compiling ruby.c
compiling safe.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
compiling struct.c
compiling time.c
compiling transcode.c
compiling util.c
compiling variable.c
compiling compile.c
compiling debug.c
compiling iseq.c
compiling vm.c
compiling vm_dump.c
compiling thread.c
compiling cont.c
compiling ./enc/ascii.c
compiling ./enc/us_ascii.c
compiling ./enc/unicode.c
compiling ./enc/utf_8.c
compiling newline.c
compiling ./missing/setproctitle.c
compiling dmyext.c
linking miniruby
rbconfig.rb updated
generating enc.mk
compiling dln.c
compiling encoding.c
generating prelude.c
compiling prelude.c
linking static-library libruby.1.9.1-static.a
linking shared-library libruby.1.9.1.dylib
generating encdb.h
encdb.h unchanged
making enc
compiling ./enc/encdb.c
linking encoding encdb.bundle
compiling ./enc/big5.c
linking encoding big5.bundle
compiling ./enc/cp949.c
linking encoding cp949.bundle
compiling ./enc/emacs_mule.c
linking encoding emacs_mule.bundle
compiling ./enc/euc_jp.c
linking encoding euc_jp.bundle
compiling ./enc/euc_kr.c
linking encoding euc_kr.bundle
compiling ./enc/euc_tw.c
linking encoding euc_tw.bundle
compiling ./enc/gb2312.c
linking encoding gb2312.bundle
compiling ./enc/gb18030.c
linking encoding gb18030.bundle
compiling ./enc/gbk.c
linking encoding gbk.bundle
compiling ./enc/iso_8859_1.c
linking encoding iso_8859_1.bundle
compiling ./enc/iso_8859_2.c
linking encoding iso_8859_2.bundle
compiling ./enc/iso_8859_3.c
linking encoding iso_8859_3.bundle
compiling ./enc/iso_8859_4.c
linking encoding iso_8859_4.bundle
compiling ./enc/iso_8859_5.c
linking encoding iso_8859_5.bundle
compiling ./enc/iso_8859_6.c
linking encoding iso_8859_6.bundle
compiling ./enc/iso_8859_7.c
linking encoding iso_8859_7.bundle
compiling ./enc/iso_8859_8.c
linking encoding iso_8859_8.bundle
compiling ./enc/iso_8859_9.c
linking encoding iso_8859_9.bundle
compiling ./enc/iso_8859_10.c
linking encoding iso_8859_10.bundle
compiling ./enc/iso_8859_11.c
linking encoding iso_8859_11.bundle
compiling ./enc/iso_8859_13.c
linking encoding iso_8859_13.bundle
compiling ./enc/iso_8859_14.c
linking encoding iso_8859_14.bundle
compiling ./enc/iso_8859_15.c
linking encoding iso_8859_15.bundle
compiling ./enc/iso_8859_16.c
linking encoding iso_8859_16.bundle
compiling ./enc/koi8_r.c
linking encoding koi8_r.bundle
compiling ./enc/koi8_u.c
linking encoding koi8_u.bundle
compiling ./enc/shift_jis.c
linking encoding shift_jis.bundle
compiling ./enc/utf_16be.c
linking encoding utf_16be.bundle
compiling ./enc/utf_16le.c
linking encoding utf_16le.bundle
compiling ./enc/utf_32be.c
linking encoding utf_32be.bundle
compiling ./enc/utf_32le.c
linking encoding utf_32le.bundle
compiling ./enc/windows_1251.c
linking encoding windows_1251.bundle
making srcs under enc
make[1]: Nothing to be done for `srcs'.
generating transdb.h
transdb.h unchanged
making trans
compiling ./enc/trans/transdb.c
linking transcoder transdb.bundle
compiling ./enc/trans/big5.c
linking transcoder big5.bundle
compiling ./enc/trans/chinese.c
linking transcoder chinese.bundle
compiling ./enc/trans/emoji.c
linking transcoder emoji.bundle
compiling ./enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.bundle
compiling ./enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.bundle
compiling ./enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.bundle
compiling ./enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.bundle
compiling ./enc/trans/escape.c
linking transcoder escape.bundle
compiling ./enc/trans/gb18030.c
linking transcoder gb18030.bundle
compiling ./enc/trans/gbk.c
linking transcoder gbk.bundle
compiling ./enc/trans/iso2022.c
linking transcoder iso2022.bundle
compiling ./enc/trans/japanese.c
linking transcoder japanese.bundle
compiling ./enc/trans/japanese_euc.c
linking transcoder japanese_euc.bundle
compiling ./enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.bundle
compiling ./enc/trans/korean.c
linking transcoder korean.bundle
compiling ./enc/trans/single_byte.c
linking transcoder single_byte.bundle
compiling ./enc/trans/utf8_mac.c
linking transcoder utf8_mac.bundle
compiling ./enc/trans/utf_16_32.c
linking transcoder utf_16_32.bundle
making encs
configuring -test-/add_suffix
configuring -test-/array/resize
configuring -test-/bug-3571
configuring -test-/bug-3662
configuring -test-/funcall
configuring -test-/load/dot.dot
configuring -test-/old_thread_select
configuring -test-/string
configuring -test-/wait_for_single_fd
configuring bigdecimal
configuring continuation
configuring coverage
configuring curses
configuring date
configuring dbm
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring dl
configuring dl/callback
configuring dl/win32
Failed to configure dl/win32. It will not be installed.
configuring etc
configuring fcntl
configuring fiber
configuring fiddle
configuring gdbm
Failed to configure gdbm. It will not be installed.
configuring iconv
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring mathn/complex
configuring mathn/rational
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring racc/cparse
configuring readline
configuring ripper
configuring sdbm
configuring socket
configuring stringio
configuring strscan
configuring syck
configuring syslog
configuring tk
check functions.........
check struct members..
check libraries....
Use ActiveTcl libraries (if available).
Search tclConfig.sh and tkConfig.sh.....................................
Valid [tclConfig.sh, tkConfig.sh] are found in [["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/usr/lib", "/usr/lib"], ["/opt/local/lib", "/opt/local/lib"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]]
Use [tclConfig.sh, tkConfig.sh] == ["/System/Library/Frameworks/Tcl.framework/tclConfig.sh", "/System/Library/Frameworks/Tk.framework/tkConfig.sh"]
Use MacOS X Frameworks.
Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
configuring tk/tkutil
configuring win32ole
Failed to configure win32ole. It will not be installed.
configuring zlib
/bin/sh: line 0: cd: ext/-test-/add_suffix: No such file or directory
make[1]: *** [ext/-test-/add_suffix/all] Error 1
make: *** [build-ext] Error 2
Colossus-2:miner strike$
@martinstreicher
Copy link
Author

[2011-11-02 13:11:47] patch -F25 -p1 -f <"/Users/strike/projects/fm/miner/remove-add_suffix.patch"
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|Index: include/ruby/util.h
|===================================================================
|--- include/ruby/util.h (revision 32825)

|+++ include/ruby/util.h (revision 32826)

No file to patch. Skipping patch.
1 out of 1 hunk ignored
missing header for unified diff at line 20 of patch
can't find file to patch at input line 20
Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|Index: LEGAL
|===================================================================
|--- LEGAL (revision 32825)

|+++ LEGAL (revision 32826)

No file to patch. Skipping patch.
1 out of 1 hunk ignored
missing header for unified diff at line 32 of patch
can't find file to patch at input line 32
Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|Index: ChangeLog
|===================================================================
|--- ChangeLog (revision 32825)

|+++ ChangeLog (revision 32826)

No file to patch. Skipping patch.
1 out of 1 hunk ignored
missing header for unified diff at line 60 of patch
can't find file to patch at input line 60
Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|Index: io.c
|===================================================================
|--- io.c (revision 32825)

|+++ io.c (revision 32826)

No file to patch. Skipping patch.
2 out of 2 hunks ignored
missing header for unified diff at line 96 of patch
can't find file to patch at input line 96
Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|Index: util.c
|===================================================================
|--- util.c (revision 32825)

|+++ util.c (revision 32826)

No file to patch. Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 286
Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|Index: test/ruby/test_argf.rb
|===================================================================
|--- test/ruby/test_argf.rb (revision 32825)

|+++ test/ruby/test_argf.rb (revision 32826)

No file to patch. Skipping patch.
1 out of 1 hunk ignored
The next patch would delete the file -ext-/test_add_suffix.rb,
which does not exist! Applying it anyway.
can't find file to patch at input line 316
Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|Index: test/-ext-/test_add_suffix.rb
|===================================================================
|--- test/-ext-/test_add_suffix.rb (revision 32825)

|+++ test/-ext-/test_add_suffix.rb (revision 32826)

No file to patch. Skipping patch.
1 out of 1 hunk ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment