Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354433 - dev-ruby/rake-0.8.7-r6 fails to build with USE=doc when dev-ruby/rdoc is not merged
Summary: dev-ruby/rake-0.8.7-r6 fails to build with USE=doc when dev-ruby/rdoc is not ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 04:07 UTC by Oleg Popov
Modified: 2011-02-11 04:53 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 Oleg Popov 2011-02-11 04:07:35 UTC
* Package:    dev-ruby/rake-0.8.7-r6
 * Repository: gentoo
 * Maintainer: ruby@gentoo.org
 * USE:  amd64 doc elibc_glibc kernel_linux multilib ruby_targets_ruby19 userland_GNU
>>> Unpacking source...
 * Running unpack phase for all ...
>>> Unpacking rake-0.8.7.tgz to /var/tmp/portage/dev-ruby/rake-0.8.7-r6/work/all
>>> Source unpacked in /var/tmp/portage/dev-ruby/rake-0.8.7-r6/work
>>> Preparing source in /var/tmp/portage/dev-ruby/rake-0.8.7-r6/work ...
 * Running prepare phase for all ...
 * Running source copy phase for ruby19 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ruby/rake-0.8.7-r6/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-ruby/rake-0.8.7-r6/work ...
 * Running compile phase for all ...
(in /var/tmp/portage/dev-ruby/rake-0.8.7-r6/work/all/rake-0.8.7)
RCov is not available
rm -r html
rake aborted!
no such file to load -- rdoc/rdoc

(See full trace by running task with --trace)
 * ERROR: dev-ruby/rake-0.8.7-r6 failed:
 *   doc generation failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_compile
 *   environment, line 2929:  Called ruby-ng_src_compile
 *   environment, line 2620:  Called _ruby_invoke_environment 'all' 'all_ruby_compile'
 *   environment, line  362:  Called all_ruby_compile
 *   environment, line  425:  Called die
 * The specific snippet of code:
 *           ruby -Ilib bin/rake rdoc || die "doc generation failed";
 * 
 * If you need support, post the output of 'emerge --info =dev-ruby/rake-0.8.7-r6',
 * the complete build log and the output of 'emerge -pqv =dev-ruby/rake-0.8.7-r6'.
 * The complete build log is located at '/var/tmp/portage/dev-ruby/rake-0.8.7-r6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-ruby/rake-0.8.7-r6/temp/environment'.
 * S: '/var/tmp/portage/dev-ruby/rake-0.8.7-r6/work/all/rake-0.8.7'


Reproducible: Always

Steps to Reproduce:
1. emerge -C dev-ruby/rdoc
(if installed)
2. USE=doc emerge dev-ruby/rake
Comment 1 Oleg Popov 2011-02-11 04:53:00 UTC
Sorry, bug seems to be invalid.
I unmasked ruby-1.9, and it may be a reason.