Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657800 - dev-ruby/activestorage-5.2.0: missing test deps
Summary: dev-ruby/activestorage-5.2.0: missing test deps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-11 08:37 UTC by Thomas Deutschmann (RETIRED)
Modified: 2018-06-13 15:18 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 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:37:45 UTC
While keywording =dev-ruby/activestorage-5.2.0 on x86 I run into

> >>> Test phase: dev-ruby/activestorage-5.2.0
>  * Running test phase for ruby23 ...
> Could not find gem 'rake (>= 11.1)' in any of the gem sources listed in your Gemfile.
> Run `bundle install` to install missing gems.
>  * ERROR: dev-ruby/activestorage-5.2.0::gentoo failed (test phase):
>  *   tests failed
>  *
>
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:41:29 UTC
After installing =dev-ruby/rake-11.3.0 ebuild complains about missing

> Could not find gem 'capybara (< 4.0, >= 2.15)' in any of the gem sources listed in your Gemfile.
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:44:20 UTC
After installing =dev-ruby/capybara-2.16.1 it complains about

> Could not find gem 'rack-cache (~> 1.2)' in any of the gem sources listed in your Gemfile.
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:46:33 UTC
After installing =dev-ruby/rack-cache-1.7.1 it complains about

> Could not find gem 'json (>= 2.0.0)' in any of the gem sources listed in your 
Gemfile.
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:48:42 UTC
After installing =dev-ruby/json-2.1.0 it complains about

> Could not find gem 'dalli (< 2.7.9, >= 2.2.1)' in any of the gem sources listed in your Gemfile.
Comment 5 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:50:46 UTC
After installing =dev-ruby/dalli-2.7.6 it complains about

> Could not find gem 'listen (< 3.2, >= 3.0.5)' in any of the gem sources listed 
in your Gemfile.
Comment 6 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:52:59 UTC
After installing =dev-ruby/listen-3.1.5-r1 it complains about

> Could not find gem 'connection_pool' in any of the gem sources listed in your 
Gemfile.
Comment 7 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:56:36 UTC
After installing =dev-ruby/connection_pool-2.2.1 it complains about

> Could not find gem 'puma' in any of the gem sources listed in your Gemfile.
Comment 8 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 08:59:13 UTC
After installing =www-servers/puma-3.11.0 it complains about

> Could not find gem 'sqlite3 (~> 1.3.6)' in any of the gem sources listed in your Gemfile.
Comment 9 Thomas Deutschmann (RETIRED) gentoo-dev 2018-06-11 09:00:59 UTC
After installing =dev-ruby/sqlite3-1.3.11 it complains about

> Could not find gem 'mysql2 (>= 0.4.4)' in any of the gem sources listed in your Gemfile.
Comment 10 Larry the Git Cow gentoo-dev 2018-06-13 15:18:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ae7c62bf10a3ff2f03d3ed9adfe0cc9e4feca1

commit a6ae7c62bf10a3ff2f03d3ed9adfe0cc9e4feca1
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2018-06-13 15:16:39 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2018-06-13 15:17:08 +0000

    dev-ruby/activestorage: sort out needed and unneeded deps
    
    Add missing test dependencies and remove unneeded dependencies from the
    Gemfile.
    
    Closes: https://bugs.gentoo.org/657800
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/activestorage/activestorage-5.2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)