Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 850139 - dev-ruby/bundler needs dev-ruby/rdoc as dependency to build
Summary: dev-ruby/bundler needs dev-ruby/rdoc as dependency to build
Status: RESOLVED DUPLICATE of bug 849695
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-06 19:23 UTC by Konstantinos Tsardounis
Modified: 2022-06-06 19:26 UTC (History)
1 user (show)

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 Konstantinos Tsardounis 2022-06-06 19:23:09 UTC
Emerging dev-ruby/bundler (2.1.4) fails with

 * Running compile phase for all ...
/var/tmp/portage/dev-ruby/bundler-2.1.4/temp/environment: line 684: rdoc: command not found
 * ERROR: dev-ruby/bundler-2.1.4::gentoo failed (compile phase):
 *   failed to (re)build documentation
 * 
 * Call stack:
 *     ebuild.sh, line  127:  Called src_compile
 *   environment, line 2174:  Called ruby-ng_src_compile
 *   environment, line 1774:  Called _ruby_invoke_environment 'all' 'all_ruby_compile'
 *   environment, line  614:  Called all_ruby_compile
 *   environment, line  723:  Called all_fakegem_compile
 *   environment, line  684:  Called die
 * The specific snippet of code:
 *                   rdoc ${RUBY_FAKEGEM_DOC_SOURCES} || die "failed to (re)build documentation";



After dev-ruby/rdoc, bundler compiles fine.

eselect ruby list: ruby27, but the problem existed before setting ruby27.
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-06-06 19:26:59 UTC

*** This bug has been marked as a duplicate of bug 849695 ***