Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273609 - dev-ruby/rake-0.8.7 emerge crashes
Summary: dev-ruby/rake-0.8.7 emerge crashes
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-10 18:45 UTC by Mateusz Kozak
Modified: 2009-06-10 19:38 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 Mateusz Kozak 2009-06-10 18:45:44 UTC
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.
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-06-10 19:14:41 UTC
Are you using a manually installed version of Rubygems (aka: not from portage)?
Comment 2 Mateusz Kozak 2009-06-10 19:24:32 UTC
(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.
Comment 3 Alex Legler (RETIRED) archtester gentoo-dev Security 2009-06-10 19:31:02 UTC
(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.
Comment 4 Mateusz Kozak 2009-06-10 19:36:08 UTC
(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?