Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693720 - dev-ruby/rouge-3.9.0: tests failed: rake aborted: LoadError: cannot load such file -- rubocop/rake_task
Summary: dev-ruby/rouge-3.9.0: tests failed: rake aborted: LoadError: cannot load such...
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: 2019-09-07 22:52 UTC by Thomas Deutschmann (RETIRED)
Modified: 2019-09-20 05:52 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 2019-09-07 22:52:07 UTC
* Running unpack phase for all ...
>>> Unpacking rouge-3.9.0.tar.gz to /var/tmp/portage/dev-ruby/rouge-3.9.0/work/all
>>> Source unpacked in /var/tmp/portage/dev-ruby/rouge-3.9.0/work
>>> Preparing source in /var/tmp/portage/dev-ruby/rouge-3.9.0/work ...
 * Running prepare phase for all ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby24 ...
 * Running source copy phase for ruby25 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ruby/rouge-3.9.0/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-ruby/rouge-3.9.0/work ...
 * Running compile phase for all ...
>>> Source compiled.
>>> Test phase: dev-ruby/rouge-3.9.0
 * Running test phase for ruby24 ...
rake aborted!
LoadError: cannot load such file -- rubocop/rake_task
/var/tmp/portage/dev-ruby/rouge-3.9.0/work/ruby24/rouge-3.9.0/Rakefile:8:in `<top (required)>'
(See full trace by running task with --trace)
 * ERROR: dev-ruby/rouge-3.9.0::gentoo failed (test phase):
 *   tests failed
Comment 1 Larry the Git Cow gentoo-dev 2019-09-20 05:52:58 UTC
The bug has been closed via the following commit(s):

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

commit dbbe036ff995b46bbe70f2583fa87aa6749086fc
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2019-09-20 05:52:47 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2019-09-20 05:52:47 +0000

    dev-ruby/rouge: fix dependencies
    
    Add missing yard dependency.
    Avoid need for rubocop.
    
    Fixes: https://bugs.gentoo.org/693720
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/rouge/rouge-3.11.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)