Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417581 - dev-ruby/hoe-2.12.5 needs rdoc for tests
Summary: dev-ruby/hoe-2.12.5 needs rdoc for tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-26 08:31 UTC by Nikoli
Modified: 2012-05-26 09:43 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 Nikoli 2012-05-26 08:31:13 UTC
>>> Source unpacked in /var/tmp/portage/dev-ruby/hoe-2.12.5/work
>>> Preparing source in /var/tmp/portage/dev-ruby/hoe-2.12.5/work ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby18 ...
 * Running source copy phase for ruby19 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ruby/hoe-2.12.5/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-ruby/hoe-2.12.5/work ...
 * Running compile phase for all ...
>>> Source compiled.
 * Running test phase for ruby18 ...
(in /var/tmp/portage/dev-ruby/hoe-2.12.5/work/ruby18/hoe-2.12.5)
#<Gem::LoadError: Could not find rdoc (>= 0) amongst [json-1.5.4, minitest-2.8.1, racc-1.4.6, rake-0.8.7, rubyforge-2.0.4]>
rake aborted!
uninitialized constant Hoe::Publish::RDoc
/var/tmp/portage/dev-ruby/hoe-2.12.5/work/ruby18/hoe-2.12.5/Rakefile:8
(See full trace by running task with --trace)
 * ERROR: dev-ruby/hoe-2.12.5 failed (test phase):
 *   tests failed
Comment 1 Hans de Graaff gentoo-dev Security 2012-05-26 09:43:26 UTC
Fixed by adding the dev-ruby/rdoc dependency also for testing. Thanks for the report.