<rakaur>
and i did it with and without rvm, fyi (i totally removed ~/.rvm)
<|jemc|>
well, if you have no gcc, you could add the following to your ~/.bash_profile (or similar, if you use a different shell) :
<|jemc|>
export CC=clang
<|jemc|>
export CXX=clang++
<|jemc|>
(I have that in my bash profile because I prefer to use clang over gcc now)
<rakaur>
actually, i tried doing "CC=clang CXX=clang++ rvm ..." but it still didn't work unless i passed the --cc to configure
<rakaur>
i don't even have gcc installed at all
<rakaur>
freebsd10 comes with just clang
<rakaur>
i had to install /usr/ports/devel/llvm35 to get llvm-config
<|jemc|>
weird - that's all I need on my system to have it use clang
<rakaur>
i can try again, maybe i messed it up
<|jemc|>
yeah, the llvm-config thing is probably normal right now - we stopped building LLVM for you in rubinius
<|jemc|>
you can also try ruby-install in the future, it's the recommended way to install rubinius
<|jemc|>
it may or may not be easier for you on freebsd
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meh` has joined #rubinius
<rakaur>
yeah ok, the CC= bit serems to work
<rakaur>
dunno how i messed it up before
<rakaur>
still had to specify --llvm-config
<rakaur>
hm something failed again
<rakaur>
hmm
<rakaur>
Pre-installing gems for 2.1.0...
<rakaur>
An exception occurred running /usr/home/rakaur/rbx-2.5.0/rakelib/preinstall_gems.rb:
<rakaur>
invalid gem: package is corrupt, exception while verifying: invalid byte sequence in US-ASCII (ArgumentError) in /usr/home/rakaur/rbx-2.5.0/vendor/cache/bundler-1.7.12.gem (Gem::InstallError)
<rakaur>
that's new
<rakaur>
i think it might have something to do with building it via rvm, and using a gemset
<rakaur>
i'm trying it with system ruby now
<rakaur>
nope, same error, weird...
<rakaur>
yeah i can't seem to figure that one out
<rakaur>
if i go into vendor/cache
<rakaur>
and run gem install on that bundler gem by hand
<brixen>
I should play with an IRC bot that lures people to the Gitter rooms by posting a google+-esque "Posts you missed from <someone> on Rubinius Gitter..." :)
jeregrine has left #rubinius [#rubinius]
diegoviola has quit [Quit: WeeChat 1.1.1]
brixen has quit [Ping timeout: 256 seconds]
brixen has joined #rubinius
djinni has joined #rubinius
havenwood has joined #rubinius
GitHub151 has joined #rubinius
<GitHub151>
[rubinius] brixen pushed 3 new commits to master: http://git.io/FFG1
<GitHub151>
rubinius/master 1adc003 Brian Shirai: Fixed forking from multiple threads. Fixes #3302....
<GitHub151>
rubinius/master d759bfd Brian Shirai: Removed compiled file version check....
<GitHub151>
rubinius/master 1fa52d3 Brian Shirai: Removed Rubinius version, release date from configure....