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

Antoine Toulme commented on BUILDR-614:
---------------------------------------

I tried it on another mac, and it works very well with RJB 1.3.7.

I think the simplest fix would be to try upgrading to 1.3.7 then.
                
> Buildr development - Using rvm, bundler and OSX installs the wrong rjb
> ----------------------------------------------------------------------
>
>                 Key: BUILDR-614
>                 URL: https://issues.apache.org/jira/browse/BUILDR-614
>             Project: Buildr
>          Issue Type: Bug
>         Environment: rvm 1.6.32
> bundler version 1.0.21
> ruby 1.8.7-p352
> OSX 10.6.8
>            Reporter: Russell Teabeault
>            Assignee: Antoine Toulme
>             Fix For: 1.4.7
>
>         Attachments: BUILDR-614.diff, BUILDR-614.diff, buildr-1.4.7.pre.gem
>
>
> The Gemfile for buildr specifies rjb as a dependency.  However, when running 
> on OSX and using rvm, the rjb that gets installed is the version compiled 
> against the OSX system ruby instead of the rvm ruby.  This can be fixed by 
> adding the following to the Gemfile:
>   if `uname`.strip == 'Darwin' and ENV["rvm_ruby_string"] != 'system'
>     Gem.platforms = [Gem::Platform::RUBY]
>   end
> I think in the end this is probably an rjb problem but adding this to the 
> Gemfile would be helpful for buildr developers woring with rvm and OSX.

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

        

Reply via email to