Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279098 - dev-ruby/actionpack-2.3.3 ebuild missing dependency dev-ruby/rack
Summary: dev-ruby/actionpack-2.3.3 ebuild missing dependency dev-ruby/rack
Status: RESOLVED DUPLICATE of bug 278680
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 20:31 UTC by Shaun Attfield
Modified: 2009-07-26 10:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Attfield 2009-07-25 20:31:36 UTC
emerge dev-ruby/actionpack-2.3.3 fails with message:
ERROR:  Error installing /var/tmp/portage/dev-ruby/actionpack-2.3.3/distdir/actionpack-2.3.3:
        actionpack requires rack (~> 1.0.0, runtime)

actionpack-2.3.2 did not need rack but actionpack-2.3.3 appears to, the ebuild should pull in rack during emerge.

Reproducible: Always

Steps to Reproduce:
1. do not have dev-ruby/rack installed
2. emerge actionpack (probably emerge rails which will pull in actionpack)
3. see error message.

Actual Results:  
Install fails with error message saying "actionpack requires rack".


Expected Results:  
ebuild should pull in dependency for rack and install rack then install actionpack.


emerging rack beforehand resolves the issue.
Comment 1 Hans de Graaff gentoo-dev Security 2009-07-26 10:08:56 UTC

*** This bug has been marked as a duplicate of bug 278680 ***