Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493356 - dev-ruby/{action{pack,model,record,mailer},rails,railties} broken deps / missing ebuild
Summary: dev-ruby/{action{pack,model,record,mailer},rails,railties} broken deps / miss...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: QAbaddep
Depends on:
Blocks:
 
Reported: 2013-12-05 03:08 UTC by Patrick Lauer
Modified: 2013-12-05 07:45 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 Patrick Lauer gentoo-dev 2013-12-05 03:08:14 UTC
dependency.bad                24
   dev-ruby/actionmailer/actionmailer-4.0.2.ebuild: DEPEND: ~amd64(default/linux/amd64/13.0) ['~dev-ruby/actionpack-4.0.2[ruby_targets_ruby19]']

etc. etc.

Package.mask to the rescue:

# Patrick Lauer <patrick@gentoo.org> (05 Dec 2013)
# Incomplete commit to ruby packages
=dev-ruby/actionpack-4.0.2
=dev-ruby/activemodel-4.0.2
=dev-ruby/activerecord-4.0.2
=dev-ruby/rails-4.0.2
=dev-ruby/railties-4.0.2
=dev-ruby/actionmailer-4.0.2

looks like =dev-ruby/actionsupport-4.0.2 ebuild was not committed with the rest
Comment 1 Hans de Graaff gentoo-dev Security 2013-12-05 07:45:47 UTC
Correct, I forgot activesupport :-(  All fixed now and mask removed.

Thanks for fixing/reporting.