Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 490144

Summary: www-apache/passenger doesn't show up in gem list
Product: Gentoo Linux Reporter: Theo Chatzimichos (RETIRED) <tampakrap>
Component: Current packagesAssignee: Hans de Graaff <graaff>
Status: CONFIRMED ---    
Severity: normal CC: ruby
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2013-11-02 15:18:25 UTC
$summary
Comment 1 Hans de Graaff gentoo-dev Security 2013-11-04 07:06:55 UTC
Why is this a problem?
Comment 2 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2013-11-04 10:21:55 UTC
It is usual problem to me when trying to run tests. Packages have passenger in Gemfile but `bundle install` doesn't see passenger installed already, and tries to install it again from the gem directly.
Comment 3 Hans de Graaff gentoo-dev Security 2013-11-04 19:40:39 UTC
I had a look at this today while bumping to passenger 4.0.23. We explicitly don't install the gem version, and the passenger build system does not install the gemspec in this case. I'm not sure if it would work if we would install that anyway, so for now I'v not added this yet.

I'm also surprised to learn that gems depend on passenger. Do you have an example so that I could do some testing?
Comment 4 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2013-11-04 19:55:51 UTC
I'm writing a puppet module for passenger at work that I can't share, sorry
Comment 5 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2013-11-04 19:57:20 UTC
By the way, this issue is not that important for me. Feel free to delay the fix for unknown time or even close it as wontfix if you think it is too much effort for close to zero gain :)