Skip to content

Instantly share code, notes, and snippets.

@jstultz
Created January 22, 2013 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jstultz/4591011 to your computer and use it in GitHub Desktop.
Save jstultz/4591011 to your computer and use it in GitHub Desktop.
--use-gcc failure
tests-MacBook-Pro:infrastructure test$ brew install --use-gcc ruby
==> Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.bz2
Already downloaded: /Library/Caches/Homebrew/ruby-1.9.2-p290.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/ruby/1.9.2-p290 --with-readline-dir=/usr/local/Cellar/readline/6.2.4 --enable-shared
==> make
==> make install
Warning: skip_clean :all is deprecated
Skip clean was commonly used to prevent brew from stripping binaries.
brew no longer strips binaries, if skip_clean is required to prevent
brew from removing empty directories, you should specify exact paths
in the formula.
==> Caveats
Consider using RVM or Cinderella to manage Ruby environments:
* RVM: http://rvm.beginrescueend.com/
* Cinderella: http://www.atmos.org/cinderella/
NOTE: By default, gem installed binaries will be placed into:
/usr/local/Cellar/ruby/1.9.2-p290/bin
You may want to add this to your PATH.
==> Summary
🍺 /usr/local/Cellar/ruby/1.9.2-p290: 10573 files, 58M, built in 106 seconds
tests-MacBook-Pro:infrastructure test$ irb
irb(main):001:0> [].to_enum.next
(irb):1: [BUG] Bus Error
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin12.2.1]
-- control frame ----------
c:0024 p:---- s:0085 b:0085 l:0006e0 d:0006e0 CFUNC :next
c:0023 p:0016 s:0082 b:0082 l:001818 d:000081 EVAL (irb):1
c:0022 p:---- s:0080 b:0080 l:000079 d:000079 FINISH
c:0021 p:---- s:0078 b:0078 l:000077 d:000077 CFUNC :eval
c:0020 p:0028 s:0071 b:0071 l:000070 d:000070 METHOD /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/workspace.rb:80
c:0019 p:0033 s:0064 b:0063 l:000062 d:000062 METHOD /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/context.rb:254
c:0018 p:0031 s:0058 b:0058 l:0010f8 d:000057 BLOCK /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:159
c:0017 p:0042 s:0050 b:0050 l:000049 d:000049 METHOD /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:273
c:0016 p:0011 s:0045 b:0045 l:0010f8 d:000044 BLOCK /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:156
c:0015 p:0144 s:0041 b:0041 l:000024 d:000040 BLOCK /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:243
c:0014 p:---- s:0038 b:0038 l:000037 d:000037 FINISH
c:0013 p:---- s:0036 b:0036 l:000035 d:000035 CFUNC :loop
c:0012 p:0009 s:0033 b:0033 l:000024 d:000032 BLOCK /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:229
c:0011 p:---- s:0031 b:0031 l:000030 d:000030 FINISH
c:0010 p:---- s:0029 b:0029 l:000028 d:000028 CFUNC :catch
c:0009 p:0023 s:0025 b:0025 l:000024 d:000024 METHOD /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:228
c:0008 p:0046 s:0022 b:0022 l:0010f8 d:0010f8 METHOD /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:155
c:0007 p:0011 s:0019 b:0019 l:0010d8 d:000018 BLOCK /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:70
c:0006 p:---- s:0017 b:0017 l:000016 d:000016 FINISH
c:0005 p:---- s:0015 b:0015 l:000014 d:000014 CFUNC :catch
c:0004 p:0183 s:0011 b:0011 l:0010d8 d:0010d8 METHOD /usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:69
c:0003 p:0039 s:0006 b:0006 l:001a98 d:0022f8 EVAL /usr/local/bin/irb:12
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:001a98 d:001a98 TOP
---------------------------
-- Ruby level backtrace information ----------------------------------------
/usr/local/bin/irb:12:in `<main>'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:69:in `start'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:69:in `catch'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:70:in `block in start'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:155:in `eval_input'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:228:in `each_top_level_statement'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:228:in `catch'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:229:in `block in each_top_level_statement'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:229:in `loop'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/ruby-lex.rb:243:in `block (2 levels) in each_top_level_statement'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:156:in `block in eval_input'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:273:in `signal_status'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb.rb:159:in `block (2 levels) in eval_input'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/context.rb:254:in `evaluate'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/workspace.rb:80:in `evaluate'
/usr/local/Cellar/ruby/1.9.2-p290/lib/ruby/1.9.1/irb/workspace.rb:80:in `eval'
(irb):1:in `irb_binding'
(irb):1:in `next'
-- C level backtrace information -------------------------------------------
0 libruby.1.9.1.dylib 0x00000001083aae43 rb_vm_bugreport + 110
1 libruby.1.9.1.dylib 0x00000001082cffbb report_bug + 193
2 libruby.1.9.1.dylib 0x00000001082d010b rb_bug + 161
3 libruby.1.9.1.dylib 0x0000000108355c5d interrupt_init + 0
4 libsystem_c.dylib 0x00007fff886518ea _sigtramp + 26
5 ??? 0x0000000000000018 0x0 + 24
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment