Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614260 - can't emerge dev-ruby/syntax-1.2.0-r1 if dev-ruby/rake-12.0.0 is installed
Summary: can't emerge dev-ruby/syntax-1.2.0-r1 if dev-ruby/rake-12.0.0 is installed
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: 2017-03-30 04:12 UTC by Alessandro Barbieri
Modified: 2017-04-02 05:40 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 Alessandro Barbieri 2017-03-30 04:12:55 UTC
dev-ruby/syntax-1.2.0-r1 (unsure about other versions) try to use rake/contrib/sshpublisher at build time but dev-ruby/rake-12.0.0 isn't providing it (searched in PFL)


>>> Compiling source in /var/tmp/portage/dev-ruby/syntax-1.2.0-r1/work ...
 * Running compile phase for all ...
rake aborted!
LoadError: cannot load such file -- rake/contrib/sshpublisher
/var/tmp/portage/dev-ruby/syntax-1.2.0-r1/work/all/syntax-1.2.0/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)
 * ERROR: dev-ruby/syntax-1.2.0-r1::gentoo failed (compile phase):
 *   failed to (re)build documentation
 *
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 5167:  Called ruby-ng_src_compile
 *   environment, line 4861:  Called _ruby_invoke_environment 'all' 'all_ruby_compile'
 *   environment, line 1319:  Called all_ruby_compile
 *   environment, line 1402:  Called all_fakegem_compile
 *   environment, line 1363:  Called die
 * The specific snippet of code:
 *                   rake ${RUBY_FAKEGEM_TASK_DOC} || die "failed to (re)build documentation"
 *
Comment 1 Hans de Graaff gentoo-dev Security 2017-04-02 05:40:14 UTC
This is now fixed for syntax 1.2.0-r1, thanks for reporting.