Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: JRuby 1.1
-
Fix Version/s: None
-
Component/s: IBM/Other VM
-
Labels:None
-
Environment:AIX 5.3, IBM JAVA 1.5
-
Number of attachments :
Description
bash-3.00$ /usr/java5/bin/java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pap32dev-20051104)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 AIX ppc-32 j9vmap3223-20051103 (JIT enabled)
J9VM - 20051027_03723_bHdSMR
JIT - 20051027_1437_r8
GC - 20051020_AA)
JCL - 20051102
bash-3.00$ jruby --version
ruby 1.8.6 (2008-03-28 rev 6360) [ppc-jruby1.1]
bash-3.00$ jruby gem list
/home/ob34mu/scripts/jruby-1.1/lib/ruby/site_ruby/1.8/rubygems/requirement.rb:29: undefined method `quote' for Regexp:Class (NoMethodError)
from /home/ob34mu/scripts/jruby-1.1/lib/ruby/site_ruby/1.8/rubygems/version.rb:152
from /home/ob34mu/scripts/jruby-1.1/lib/ruby/site_ruby/1.8/rubygems/version.rb:152
from /home/ob34mu/scripts/jruby-1.1/lib/ruby/site_ruby/1.8/rubygems.rb:550
from /home/ob34mu/scripts/jruby-1.1/lib/ruby/site_ruby/1.8/rubygems.rb:550
bash-3.00$ jruby -e 'puts Regexp.methods.find{|m| m=~/quote/}'
nil
Oh I asked you about 1.1.5 in the other AIX bug. I see now that you are really running 1.1. 1.1 is almost a year old and we have put out five minor releases again. Can you try again against 1.1.5?