Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614486 - dev-ruby/test-unit[ruby23] should depend on >=dev-ruby/yard-0.8.7.6
Summary: dev-ruby/test-unit[ruby23] should depend on >=dev-ruby/yard-0.8.7.6
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-04-02 04:17 UTC by Alessandro Barbieri
Modified: 2017-04-16 07:19 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-04-02 04:17:17 UTC
because dev-ruby/yard-0.8.7.6 have only USE_RUBY="ruby20 ruby21 ruby22" in the ebuild
Comment 1 Hans de Graaff gentoo-dev Security 2017-04-03 05:23:54 UTC
Could you please indicate what problem you have and include log files if possible?
Comment 2 Alessandro Barbieri 2017-04-03 09:23:24 UTC
(In reply to Alessandro Barbieri from comment #0)
> because dev-ruby/yard-0.8.7.6 have only USE_RUBY="ruby20 ruby21 ruby22" in
> the ebuild

sorry, wrong copy paste

dev-ruby/yard-0.8.7.3 have only USE_RUBY="ruby20 ruby21 ruby22"


>>> Compiling source in /var/tmp/portage/dev-ruby/test-unit-3.2.3/work ...
 * Running compile phase for all ...
/usr/bin/yard:9:in `load': cannot load such file -- /usr/lib64/ruby/gems/2.3.0/gems/yard-0.8.7.3/bin/yard (LoadError)
        from /usr/bin/yard:9:in `<main>'
 * ERROR: dev-ruby/test-unit-3.2.3::gentoo failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 5179:  Called ruby-ng_src_compile
 *   environment, line 4873:  Called _ruby_invoke_environment 'all' 'all_ruby_compile'
 *   environment, line 1327:  Called all_ruby_compile
 *   environment, line 1412:  Called die
 * The specific snippet of code:
 *           yard doc --title ${PN} || die;
 *
Comment 3 Hans de Graaff gentoo-dev Security 2017-04-16 07:19:48 UTC
Thanks for the report. I have now fixed this in test-unit-3.2.3-r1 by building the documentation with rdoc instead of yard.