From: Eric Hodel Date: 2011-07-28T16:40:57+09:00 Subject: [ruby-core:38577] Re: [Ruby 1.9 - Feature #5097] Supported platforms of Ruby 1.9.3 On Jul 27, 2011, at 17:50, Jeremy Evans wrote: >>> Even with the attached patch, there are 5 failures. 3 failures are weird linking errors in the rake tests I don't understand ("ruby lib version (1.9.3) doesn't match executable version (1.9.4)"). >> >> Hmm, I don't know about it. > > This appeared to be caused by my use of a non-pristine checkout. I did a pristine checkout and they went away. This may occur for certain tests if ./ruby is not the same version as the ruby in $PATH when a test invokes ruby in a forked process. It's a test bug I can reproduce but haven't filed a ticket for. You can ignore it.