havenn has joined #rubinius
havenn has quit [Remote host closed the connection]
havenwood has quit []
amclain has joined #rubinius
dimday has joined #rubinius
jnh has joined #rubinius
havenwood has joined #rubinius
dimday has quit [Quit: Leaving.]
dimday has joined #rubinius
nirvdrum has quit [Ping timeout: 245 seconds]
jnh has quit [Remote host closed the connection]
jnh has joined #rubinius
digitalextremist has joined #rubinius
jnh has quit [Ping timeout: 265 seconds]
craigp has joined #rubinius
jnh has joined #rubinius
jnh has quit [Remote host closed the connection]
jnh has joined #rubinius
dimday has quit [Ping timeout: 250 seconds]
dimday has joined #rubinius
dimday has quit [Ping timeout: 245 seconds]
dimday has joined #rubinius
jnh has quit [Quit: Leaving...]
dimday has quit [Ping timeout: 264 seconds]
dimday has joined #rubinius
craigp has quit [Remote host closed the connection]
amclain has quit [Quit: Leaving]
meh` has quit [Ping timeout: 245 seconds]
kagaro has quit [Ping timeout: 244 seconds]
sandelius has joined #rubinius
kagaro has joined #rubinius
dimday has quit [Ping timeout: 244 seconds]
dimday has joined #rubinius
craigp has joined #rubinius
|jemc| has quit [Ping timeout: 252 seconds]
dimday has quit [Ping timeout: 264 seconds]
craigp has quit [Remote host closed the connection]
craigp has joined #rubinius
havenwood has quit [Remote host closed the connection]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
craigp has quit [Remote host closed the connection]
craigp has joined #rubinius
craigp has quit [Ping timeout: 252 seconds]
craigp has joined #rubinius
sandelius has joined #rubinius
sandelius has left #rubinius [#rubinius]
djellemah has joined #rubinius
<yorickpeterse> darix: shit, completely forgot
digitalextremist has quit [Ping timeout: 252 seconds]
digitalextremist has joined #rubinius
benlovell has joined #rubinius
nirvdrum has joined #rubinius
benlovell has quit [Ping timeout: 250 seconds]
benlovell has joined #rubinius
cremes has joined #rubinius
<darix> yorickpeterse: and?:p
<yorickpeterse> darix: see message earlier
<yorickpeterse> "09:25:23 yorickpeterse | darix: shit, completely forgot "
<darix> yes
<darix> that's why i gave you the link again :p
<darix> but i removed i586 in the mean time
<yorickpeterse> "Could not find rake-10.4.2 in any of the sources (Bundler::GemNotFound)" wtf
<yorickpeterse> is this 2.5.2 release or git master?
<darix> 2.5.2 release
<darix> [ 89s] + /usr/bin/bundle --local --path=.bundle
<darix> [ 91s] Using rake 10.4.2
<yorickpeterse> hmm
<darix> moment
<darix> yorickpeterse: starting local build
<darix> makes it easier to poke at it
<yorickpeterse> darix: could you dump all this in the ticket? I'm at the office atm so I can't dig into it
<darix> yorickpeterse: we can also look at it in the evening
<yorickpeterse> Not sure if I have time tonight
<darix> yorickpeterse: JFYI: i forced all of the rubinius build to use ruby 2.2 which comes with 10.4.2
<darix> so it is definitely not the system rake that is missing
<darix> but it somehow cant find the cached gem file
<yorickpeterse> Probably some goofball updated the Rake version in the bundler config without actually updating gems_list.txt
<yorickpeterse> current master does already include rake 10.4.2 in there
<darix> find -iname \*rake\*gem
<darix> ./vendor/cache/rake-10.4.2.gem
<yorickpeterse> wtf
<yorickpeterse> can you gist the contents of Gemfile.lock and gems_list.txt?
<darix> gems list has 10.4.2
<darix> yorickpeterse: this is the plain 2.5.2 tarball
<yorickpeterse> Hm, Gemfile.lock there too has 10.4.2
<yorickpeterse> Do you run the build process with just the "ruby" command, or something like "ruby2"?
<yorickpeterse> If the latter, does "ruby" point to a different Ruby version?
<kagaro> yorickpeterse you aware of any issues using rbenv with rbx 2.2.10 and the oj gem? i keep getting undefined symbol rb_struct_s_members
<yorickpeterse> kagaro: Yes
<yorickpeterse> we don't have that function
<yorickpeterse> We still don't in 2.5.2
<kagaro> ok so i need to backlevel my oj gem then
<yorickpeterse> No, Oj shouldn't use shit so specific to MRI
<yorickpeterse> we can't support that
havenwood has joined #rubinius
craigp_ has joined #rubinius
craigp has quit [Ping timeout: 240 seconds]
craigp_ has quit [Ping timeout: 252 seconds]
lbianc_ has joined #rubinius
lbianc has quit [Ping timeout: 240 seconds]
|jemc| has joined #rubinius
lbianc_ is now known as lbianc
|jemc| has quit [Read error: Connection reset by peer]
|jemc| has joined #rubinius
meh` has joined #rubinius
lbianc_ has joined #rubinius
lbianc has quit [Ping timeout: 244 seconds]
lbianc_ is now known as lbianc
max96at|off is now known as max96at
benlovell has quit [Ping timeout: 245 seconds]
|jemc| has quit [Read error: Connection reset by peer]
benlovell has joined #rubinius
|jemc| has joined #rubinius
|jemc| has quit [Read error: Connection reset by peer]
|jemc| has joined #rubinius
GitHub7 has joined #rubinius
<GitHub7> [rubinius] maltoe opened pull request #3362: Add specs for #3360 (case-when with splatted arrays from variables). (master...specs-for-issue-3360) http://git.io/h3Cp
GitHub7 has left #rubinius [#rubinius]
benlovell has quit [Ping timeout: 244 seconds]
craigp has joined #rubinius
craigp has quit []
<darix> yorickpeterse: i run it with ruby2.2 now
<darix> yorickpeterse: and that system copy also has rake 10.4.2
<darix> just to make sure it isnt a problem with the system rake
<yorickpeterse> darix: could be the case that it gets confused and ends up using different Ruby versions during the build process
<darix> yorickpeterse: naw. the build log showed ruby 2.2 paths in the back trace
<darix> but the system rake is the copy included with 2.2
<darix> where it doesnt have the gem file anymore
<darix> in any case
<darix> shouldnt it pick the gem file from vendor/cache/ anyway?
<yorickpeterse> Yes
nirvdrum has quit [Ping timeout: 246 seconds]
|jemc| has quit [Ping timeout: 246 seconds]
|jemc| has joined #rubinius
max96at is now known as max96at|off
nirvdrum has joined #rubinius