[ 
https://issues.apache.org/jira/browse/DTACLOUD-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13502019#comment-13502019
 ] 

Michal Fojtik commented on DTACLOUD-374:
----------------------------------------

Just for the record:

This 'bug' was introduced by adding "if RUBY_VERSION < '1.9'" to gemspec. It 
seems like the 'gem' ignore this statement and just skip this dependency. As a 
result this dep is not installed on Ruby 1.8.

The possible solutions:

1) Remove that statement (but this will make DC dependent on 'require_relative' 
even on 1.9 ruby
2) Keep the info about this issue on web site with workaround (gem install 
require_relative).
                
> "no such file to load -- require_relative" when running Deltacloud 1.0.5 with 
> ruby 1.8.7
> ----------------------------------------------------------------------------------------
>
>                 Key: DTACLOUD-374
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-374
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Native/Frontend
>         Environment: Deltacloud 1.0.5
> Ruby 1.8.7
>            Reporter: Ronelle Landy
>
> Installing Deltacloud 1.0.5 on a Ruby 1.8.7 platform works but executing
> >> deltacloudd -i <driver> -r <host> -p <port number>
>  errors out with ...
> `gem_original_require': no such file to load -- require_relative (LoadError)

--
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

Reply via email to