Bug 457033

Summary: yum install of jruby 1.1.3-1 has broken classpath
Product: [Fedora] Fedora Reporter: Ian Dickinson <i.j.dickinson>
Component: jrubyAssignee: Conrad Meyer <cse.cem+redhatbugz>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: 9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-30 10:49:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ian Dickinson 2008-07-29 10:37:53 UTC
1. yum install jruby
2. jruby -v

jruby 1.1.3 (ruby 1.8.6 patchlevel 114) (2008-07-21 rev 6586) [i386-java]
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jruby/ext/posix/POSIXHandler
	at org.jruby.Ruby.init(Ruby.java:854)
	at org.jruby.Ruby.newInstance(Ruby.java:158)
	at org.jruby.Main.run(Main.java:164)
	at org.jruby.Main.run(Main.java:91)
	at org.jruby.Main.main(Main.java:82)

Comment 1 Conrad Meyer 2008-07-30 03:25:02 UTC
OK, I think I found the problem and fixed it in 1.1.3-2. You can get it from Koji
at [0]. I appreciate any feedback. Thanks!

[0]: http://koji.fedoraproject.org/koji/taskinfo?taskID=747132

Comment 2 Ian Dickinson 2008-07-30 08:49:05 UTC
I've downloaded the updated RPM from Koji and verified that the
NoClassDefFoundError no longer appears. Thanks!

Ian


Comment 3 Conrad Meyer 2008-07-30 10:49:25 UTC
As it seems to work here and seems to work for you, I'm closing the bug. Thanks!