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

Bug 352956

Summary: rubygems-1.3.7-r4 fails to install with ruby-1.9.2
Product: Gentoo Linux Reporter: Balint Dobai-Pataky <dpblnt>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Balint Dobai-Pataky 2011-01-27 13:18:30 UTC
#grep RUBY_TARGET /etc/make.conf
RUBY_TARGETS="ruby19"

#emerge -va rubygems
[ebuild  N    ] dev-ruby/rubygems-1.3.7-r4  USE="-server -test" RUBY_TARGETS="-jruby -ree18 -ruby18 (-ruby19)" 0 kB


* ERROR: dev-ruby/rubygems-1.3.7-r4 failed:
 *   You need to select at least one Ruby implementation by setting RUBY_TARGETS in /etc/make.conf.


Reproducible: Always
Comment 1 Balint Dobai-Pataky 2011-01-27 13:19:53 UTC
Created attachment 260859 [details]
build.log
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2011-01-27 15:12:27 UTC
The ruby19 target is masked, as the ( ) indicate. You'll need to unmask the ruby_targets_ruby19 USE flag as well.
Comment 3 Alex Legler (RETIRED) archtester gentoo-dev Security 2011-01-27 15:14:48 UTC
Oh, and RUBY_TARGETS="ruby19" is not a supported configuration. No more bugs in that state please.
Comment 4 Balint Dobai-Pataky 2011-01-27 17:46:26 UTC
ok, thanks for the tip, 
and sorry for the developed traffic, didn't know that ruby19 is not yet supported