Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre1
Assignee: Thomas E Enebo
Components: Ruby 1.9.3
Created: 31/May/12 7:35 PM
Description:

When trying to install the nokogiri gem in 1.9 mode jruby complains about an invalid byte sequence. Not sure if the problem is with jruby or the gemspec but the gem installs in 1.9 using 1.6.7.

jruby -v --1.9 -S gem install nokogiri

produces output:


jruby 1.7.0.preview1 (ruby-1.9.3-p203) (2012-05-19 00c8c98) (Java HotSpot(TM) Client VM 1.7.0_04) [Windows 7-x86-java]
Fetching: nokogiri-1.5.2-java.gem (100%)
Invalid gemspec in [C:/Dev/sdk/jruby-1.7.0-preview1/lib/ruby/gems/shared/specifications/nokogiri-1.5.2-java.gemspec]: invalid byte sequence in UTF-8
Successfully installed nokogiri-1.5.2-java

The main problem being invalid byte sequence in UTF-8.

If I try installing the gem in 1.8 mode then there are no problems.

Environment: Windows 7 x64
Project: JRuby
Priority: Major Major
Reporter: Andrew Davey
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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