Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 335328

Summary: ruby_fakegem_binwrapper() issue with RUBY_TARGETS="ree18"
Product: Gentoo Linux Reporter: Mike Williams <mike>
Component: EclassesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Williams 2010-08-30 21:14:07 UTC
Hi,

If you set RUBY_TARGETS to only "ree18" ruby_fakegem_binwrapper() will make rubycmd="/usr/bin/ree18", but the ruby-enterprise interpreter is /usr/bin/rubyee18.
I just made a symlink to the real binary, as that seemed the least objectionable way out.

Mike
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-30 22:01:14 UTC
Thanks for reporting, I'll be fixing this shortly, but please do note that it's vastly unsupported to run purely Ruby EE at the moment.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-30 22:08:31 UTC
Fixed in the eclasses.
Comment 3 Mike Williams 2010-08-30 23:24:24 UTC
That's a much more elegant fix!
Thanks Diego.