| Summary: | dev-ruby/rake-0.8.7 emerge crashes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mateusz Kozak <mateusz> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | critical | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Are you using a manually installed version of Rubygems (aka: not from portage)? (In reply to comment #1) > Are you using a manually installed version of Rubygems (aka: not from portage)? > Yes I am. But shouldn't it works properly? rubygems in every ways should be configured the same, I think. (In reply to comment #2) > Yes I am. But shouldn't it works properly? rubygems in every ways should be > configured the same, I think. > Nope. Newer rubygems versions need a patch to find dependencies out of the sandbox correctly. Use an official one or fix your manual installation using the patch. (In reply to comment #3) > (In reply to comment #2) > > Yes I am. But shouldn't it works properly? rubygems in every ways should be > > configured the same, I think. > > > > Nope. Newer rubygems versions need a patch to find dependencies out of the > sandbox correctly. > Use an official one or fix your manual installation using the patch. > Where will I find this patch? |
Emerging dev-ruby/rake fails while it runs configure. Bad options --sandbox-fix Reproducible: Always Steps to Reproduce: 1. emerge dev-ruby/rake 2. 3. Actual Results: returns ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --sandbox-fix Expected Results: Should merge properly.