Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673714 - dev-ruby/rdoc-6.1.0 - Running compile phase for ruby23 ... rake aborted! LoadError: cannot load such file -- rubocop/rake_task
Summary: dev-ruby/rdoc-6.1.0 - Running compile phase for ruby23 ... rake aborted! Load...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-25 08:11 UTC by Boris Vingradov
Modified: 2018-12-26 13:43 UTC (History)
15 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (rdoc-6.1.0_build.log,2.74 KB, text/plain)
2018-12-25 08:11 UTC, Boris Vingradov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Vingradov 2018-12-25 08:11:26 UTC
Created attachment 558468 [details]
build.log

I have failed buil of update rdoc with:
>>> Compiling source in /var/tmp/portage/dev-ruby/rdoc-6.1.0/work ...
 * Running compile phase for ruby23 ...
rake aborted!
LoadError: cannot load such file -- rubocop/rake_task
/var/tmp/portage/dev-ruby/rdoc-6.1.0/work/ruby23/rdoc-6.1.0/Rakefile:5:in `<top (required)>'
(See full trace by running task with --trace)
Comment 1 Mishael Sibiryakov 2018-12-25 08:29:09 UTC
Have the same thing.

Commit with the dev dependency: https://github.com/ruby/rdoc/commit/14205f371ee76c4f531c94ca30a05d7fea173342

And Rakefile which is actually require rubocop:
https://github.com/ruby/rdoc/commit/e448a542857c8ec5fe657cbc04a4eec787915b46

rubocop ebuils doesn't exists in main repository now, I think maintainer should make a path or add rubocop into dev-ruby/

I recommend to temporary mask rdoc with ">=dev-ruby/rdoc-6.1.0"
Comment 2 cryptopsy 2018-12-25 15:02:50 UTC
Also getting this. Not related to lto on rake.
Comment 3 jms 2018-12-25 17:45:26 UTC
same problem
Comment 4 Gary E. Miller 2018-12-25 20:59:03 UTC
Same here.  I took the advice to mask =dev-ruby/rdoc-6.1.0
Comment 5 Krzysztof Koroscik 2018-12-25 21:35:49 UTC
Same here.
Comment 6 Hans de Graaff gentoo-dev Security 2018-12-26 09:57:17 UTC
This has now been fixed, along with the ruby26 support.
Comment 7 Mishael Sibiryakov 2018-12-26 13:43:47 UTC
I confirm, it works.