Bohuslav "Slavek" Kabrda created JRUBY-6482:
-----------------------------------------------

             Summary: 1.9 mode: `psych' could not be loaded
                 Key: JRUBY-6482
                 URL: https://jira.codehaus.org/browse/JRUBY-6482
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6.6
         Environment: Fedora 17 x86_64
            Reporter: Bohuslav "Slavek" Kabrda
            Assignee: Thomas E Enebo


Hi,
I have following problem importing psych under Ruby 1.9 mode:

How to reproduce:
JRUBY_OPTS="--1.9" jirb
irb(main):001:0> require 'psych'
LoadError: library `psych' could not be loaded: java.lang.NoClassDefFoundError: 
org/yaml/snakeyaml/error/Mark
        from org/jruby/RubyKernel.java:1036:in `require'
        from /usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
        from /usr/share/jruby/lib/ruby/1.9/psych.rb:1:in `(root)'
        from org/jruby/RubyKernel.java:1036:in `require'
        from /usr/share/jruby/lib/ruby/1.9/psych.rb:36:in `require'
        from (irb):1:in `evaluate'
        from org/jruby/RubyKernel.java:1082:in `eval'
        from org/jruby/RubyKernel.java:1408:in `loop'
        from org/jruby/RubyKernel.java:1195:in `catch'
        from org/jruby/RubyKernel.java:1195:in `catch'
        from /usr/bin/jirb:13:in `(root)'

Any clues?
Thank you,
Bohuslav "Slavek" Kabrda.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to