le_gars_ has quit [Read error: Connection reset by peer]
le_gars has joined #rubygems
yerhot has joined #rubygems
huoxito has joined #rubygems
jalessio has joined #rubygems
jalessio has quit [Ping timeout: 245 seconds]
marpaia has joined #rubygems
jalessio has joined #rubygems
jalessio has quit [Ping timeout: 245 seconds]
kentaro has quit [Ping timeout: 260 seconds]
kentaro has joined #rubygems
corundum has quit [Remote host closed the connection]
corundum has joined #rubygems
le_gars has quit [Remote host closed the connection]
huoxito has quit [Ping timeout: 240 seconds]
gswallow has joined #rubygems
<gswallow>
Is there a specific, stable version of rubygems that's compatible with ruby 2.0.0?
huoxito has joined #rubygems
havenwood has joined #rubygems
bubu has quit [Remote host closed the connection]
<gswallow>
When I try to install chef with ruby-2.0.0 (rubygems 2.0.x) it breaks. When I try to download and install rubygems 1.8.25 (using gem update —system 1.8.25) I get all sorts of funky load errors because all them .so files for each gem get installed in /usr/local/lib/ruby/gems/2.0.0/gems/<gem>/lib/usr/local/lib...
<gswallow>
why?
havenwood has quit [Remote host closed the connection]
nirix has joined #rubygems
nirix has quit [Client Quit]
nirix has joined #rubygems
hasrb has joined #rubygems
corundum has quit [Remote host closed the connection]
corundum has joined #rubygems
corundum has quit [Remote host closed the connection]
havenwood has joined #rubygems
corundum has joined #rubygems
jonahR has joined #rubygems
jonahR_ has joined #rubygems
jonahR_ has quit [Remote host closed the connection]
jonahR has quit [Ping timeout: 264 seconds]
jonahR has joined #rubygems
jfoy has joined #rubygems
yerhot has quit [Remote host closed the connection]
yerhot has joined #rubygems
jalessio has joined #rubygems
jcaudle has quit [Quit: jcaudle]
jalessio has quit [Client Quit]
jcaudle has joined #rubygems
jcaudle has quit [Client Quit]
jcaudle has joined #rubygems
DanKnox_away is now known as DanKnox
tbuehlmann has joined #rubygems
Elhu has quit [Quit: Computer has gone to sleep.]
<mpapis>
gswallow, what is the error you get when installing chef with ruby-2.0.0 and rubygems-2.0.x, how did you install ruby?
tbuehlmann has quit [Remote host closed the connection]
bjessbrown has joined #rubygems
havenwood has quit [Remote host closed the connection]
TheComrade has joined #rubygems
jonahR has quit [Quit: jonahR]
jonahR has joined #rubygems
<gswallow>
mpapis I installed ruby-2.0.0-p247 then ran gem update —system 1.8.25.
<gswallow>
apparently chef 10.26.0 isn't compatible. I'm working on the problem I have with my chef cookbooks that prevent me from using chef 11.6.0
<mpapis>
gswallow, it is better to use ruby-2 with rubygems-2 ... but how did you install the ruby?
<gswallow>
./configure —prefix … make ; make install
<gswallow>
otherwise I get "cannot load file yajl/yajl" errors
<gswallow>
I have since moved on and replaced the entirety of /usr/local/ several times since.
<gswallow>
seems that all the gems I install using "gem install <gem> —no-rdoc —no-ri" end up that way. With a .so file in /usr/local/lib/ruby/gems/2.0.0/gems/<gem>/lib/usr/local/lib...
tjbiddle has joined #rubygems
Elhu has joined #rubygems
<mpapis>
drbrain, there was a bug for this? ^
<mpapis>
gswallow, have you tried updating rubygems to latest version, I think I have seen this problem earlier ... not sure if a version was released with a fix
Elhu has quit [Read error: Connection reset by peer]
DanKnox is now known as DanKnox_away
le_gars has quit [Remote host closed the connection]
jfoy has quit [Quit: jfoy]
dvu has joined #rubygems
yerhot has quit [Remote host closed the connection]
havenwood has joined #rubygems
yerhot has joined #rubygems
jfoy has joined #rubygems
hasrb has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
havenn has joined #rubygems
havenwood has quit [Read error: Connection reset by peer]
DanKnox_away is now known as DanKnox
jonahR has quit [Quit: jonahR]
huoxito has quit [Quit: Leaving]
<drbrain>
gswallow: mpapis: on first read, it seems to be a problem with the gem, not rubygems
<mpapis>
drbrain, I have seen the path to GEM_HOME to be used in building extensions
tjbiddle_ has joined #rubygems
tjbiddle has quit [Read error: Connection reset by peer]
tjbiddle_ is now known as tjbiddle
<drbrain>
mpapis: I am checking
dml has joined #rubygems
dml is now known as Guest88139
<mpapis>
gswallow, drbrain - I think it is caused by rubygems 1.8 on ruby 2.0
<mpapis>
but can not find proper ticket for it
Guest88139 has quit [Client Quit]
dml_ has joined #rubygems
dml_ has quit [Client Quit]
dml_ has joined #rubygems
<drbrain>
that's possible
<mpapis>
gswallow, update to latest rubygems and try again