Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-02 Thread Joseph Athman
Build works again! Thanks as always for being so responsive. I'll start looking at some spec failures now. Joe On Sun, Aug 2, 2009 at 9:04 PM, Charles Oliver Nutter wrote: > On Sun, Aug 2, 2009 at 8:56 PM, Charles Oliver > Nutter wrote: > > It does! It looks like pop is not being bound right. M

Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-02 Thread Charles Oliver Nutter
On Sun, Aug 2, 2009 at 8:56 PM, Charles Oliver Nutter wrote: > It does! It looks like pop is not being bound right. Michael reported this > bug: > > http://jira.codehaus.org/browse/JRUBY-3845 > > Which fixes it temporarily by restoring the 1_8/1_9 version split. I'm > going to look at doing it rig

Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-02 Thread Charles Oliver Nutter
On Sun, Aug 2, 2009 at 7:42 PM, Joseph Athman wrote: > I don't see this.  Here's what I have: > arthman:jruby jjathman$ pwd > /Users/jjathman/ruby_projects/jruby-187/build/classes/jruby/org/jruby > arthman:jruby jjathman$ ls | grep pop > RubyArray$i_method_multi$RUBYINVOKER$pop19.class > RubyIO$s_m

Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-02 Thread Joseph Athman
I don't see this. Here's what I have: arthman:jruby jjathman$ pwd /Users/jjathman/ruby_projects/jruby-187/build/classes/jruby/org/jruby arthman:jruby jjathman$ ls | grep pop RubyArray$i_method_multi$RUBYINVOKER$pop19.class RubyIO$s_method_0_0$RUBYFRAMEDINVOKER$popen3.class RubyIO$s_method_0_1$RUBY

Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-01 Thread Charles Oliver Nutter
Does this file exist: build/classes/jruby/org/jruby/RubyArray$i_method_multi$RUBYINVOKER$pop.class Do you have a jruby.jar in your system classpath? I assume your github pull works fine... - Charlie On Sat, Aug 1, 2009 at 3:34 PM, Joseph Athman wrote: > It's still not working for me.  Is it a

Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-01 Thread Joseph Athman
It's still not working for me. Is it a problem that I have JRuby on my path in another place and then I'm trying to do a build here? I typically just follow trunk on github so I just pulled this version from kenai in another folder and I'm trying to work on this separately from the version of JRu

Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-01 Thread Charles Oliver Nutter
Hmm...try doing another "ant clean jar". It looks like a build failed or there's some leftover crud in src_gen from a previous build. - Charlie On Sat, Aug 1, 2009 at 10:42 AM, Joseph Athman wrote: > This is great to have instructions like this, it will help me a lot.  I'm > having one problem th

Re: [jruby-dev] Helping out on 1.8.7 support

2009-08-01 Thread Joseph Athman
This is great to have instructions like this, it will help me a lot. I'm having one problem though, anyone know what this error is? I'm just following Charlie's instructions here but am stuck with this error during the build. _gmc_internal_: [echo] Generating invokers... [echo] Compilin

[jruby-dev] Helping out on 1.8.7 support

2009-08-01 Thread Charles Oliver Nutter
Some of you have asked about 1.8.7 support, and we've decided to just make it happen for JRuby 1.4. But we could certainly use some help getting everything in place and testing it. If you'd like to help, here's a quick howto: 1. Check out repository from kenai.com instead of github (we're not pus