aws/s3 gem has broken dependency
--------------------------------
Key: JRUBY-1187
URL: http://jira.codehaus.org/browse/JRUBY-1187
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.0.0
Environment: 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00
PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386;
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
Reporter: Charles Lowell
Assignee: Thomas E Enebo
Priority: Minor
The aws-s3 gem has a dependency on open-ssl, which is correctly resolved and
installed when installing this gem under standard ruby. However, on jruby, the
jruby-openssl gem must be manually installed. Not sure whether this is a JRuby
issue or not.
After istalling jruby-openssl gem by hand. the library functions as normal.
e.g.
gandalf:~/devlibs/jruby-1.0 cowboyd$ bin/gem install aws-s3
Install required dependency xml-simple? [Yn]
Install required dependency builder? [Yn]
Install required dependency mime-types? [Yn]
Successfully installed aws-s3-0.3.0
Successfully installed xml-simple-1.0.11
Successfully installed builder-2.1.2
Successfully installed mime-types-1.15
Installing ri documentation for aws-s3-0.3.0...
Installing ri documentation for builder-2.1.2...
While generating documentation for builder-2.1.2
... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
... RDOC args: --ri --op
/Users/cowboyd/devlibs/jruby-1.0/lib/ruby/gems/1.8/doc/builder-2.1.2/ri --title
Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES
Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc
doc/releases/builder-2.1.1.rdoc
(continuing with the rest of the installation)
Installing ri documentation for mime-types-1.15...
Installing RDoc documentation for aws-s3-0.3.0...
Installing RDoc documentation for builder-2.1.2...
Installing RDoc documentation for mime-types-1.15...
gandalf:~/devlibs/jruby-1.0 cowboyd$ jirb
irb(main):001:0> require 'rubygems'
=> false
irb(main):002:0> require 'aws/s3'
Gem::LoadError: Could not find RubyGem jruby-openssl (>= 0.0.0)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.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