Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603840 - dev-ruby/hoe-3.15.3 rake redepend <dev-ruby/rake-12.0 blocks ruby-2.4
Summary: dev-ruby/hoe-3.15.3 rake redepend <dev-ruby/rake-12.0 blocks ruby-2.4
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: https://github.com/seattlerb/hoe/pull/78
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-27 15:13 UTC by Harris Landgarten
Modified: 2017-01-02 06:56 UTC (History)
6 users (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 Harris Landgarten 2016-12-27 15:13:09 UTC
hoe-3.15.3 has redepend on <rake-12.0 which creates a blocker in paludis when rake-12.0 is needed for ruby-2.4
Comment 1 Harris Landgarten 2016-12-28 18:11:05 UTC
Also, hoe will not build with the new rake. If you want a new bug let me know
Comment 2 Hans de Graaff gentoo-dev Security 2016-12-29 07:11:32 UTC
There is not a lot we can do about this. This should be fixed upstream.
Comment 3 Juergen Rose 2016-12-29 12:06:01 UTC
The same here, 'emerge -uvDN world' is blocked by this issue.
Comment 4 Frank Hellmuth 2016-12-31 00:19:08 UTC
A workaround would be highly appreciated.
Comment 5 Martin von Gagern 2016-12-31 13:37:12 UTC
See also https://github.com/seattlerb/hoe/issues/77 and
https://github.com/seattlerb/hoe/pull/78 for upstream discussion.
(Unfortunately I can't set the See-Also field of a bug I haven't created.)

The author of the latter apparently did some testing of hoe with rake 12 and did not observe any issues, contrary to what Harris wrote in comment 1. It might make sense to figure out whether these issues are reproducible, and whether they are Gentoo-specific. If they can be reproduced and are not specific to Gentoo, they should be communicated upstream. I don't have time to test this just now.
Comment 6 Harris Landgarten 2016-12-31 18:00:51 UTC
I just retested after a reboot.

I changed the add_rdepend in the ebuild  from <hoe-12.0.0 to <hoe-13.0.0

to prevent the call to downgrade rake

I then was able to build hoe successfully. I have not tested it otherwise.
Comment 7 Hans de Graaff gentoo-dev Security 2017-01-02 06:56:50 UTC
I have added hoe-3.15.3-r1 which includes an upstream patch for this.