Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.7.5 gemspec ignoring already installed gem and downloads another version #1144

Closed
cdenneen opened this issue Oct 21, 2013 · 3 comments
Closed

Comments

@cdenneen
Copy link

logstash.gemspec requires cabin 0.5.0
logstash.gemspec requires ftw 0.0.36
ftw.gemspec requires cabin >0

When building with 1.7.4 all works fine and 0.5.0 is installed
When building with 1.7.5 0.5.0 is installed and then for ftw 0.6.1 (latest cabin) is installed. Then conflict arises using grok filter which depends on cabin:

     Gem::LoadError:
       Unable to activate jls-grok-0.10.11, because cabin-0.6.1 conflicts with cabin (~> 0.5.0)

Looks like something changed in 1.7.5 which is causing the 0.6.1 to accidentally get downloaded rather than realizing 0.5.0 was already downloaded and meets requirement of >0

@headius
Copy link
Member

headius commented Oct 22, 2013

Hmm...I don't know what we would have changed to cause this. Is it possible this is a RubyGems 2.x problem?

Try downgrading JRuby 1.7.5 to RG <2.0 and see if the problem goes away. If it does, refile this at https://github.com/rubygems/rubygems/issues.

@rtyler
Copy link

rtyler commented Aug 7, 2015

@cdenneen is this still an issue or can we go ahead and close this out?

@cdenneen
Copy link
Author

cdenneen commented Aug 8, 2015

I haven't looked at this in a while so can close.

@cdenneen cdenneen closed this as completed Aug 8, 2015
@enebo enebo added this to the Invalid or Duplicate milestone Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants