Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352956 - rubygems-1.3.7-r4 fails to install with ruby-1.9.2
Summary: rubygems-1.3.7-r4 fails to install with ruby-1.9.2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 13:18 UTC by Balint Dobai-Pataky
Modified: 2011-01-27 17:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,1.20 KB, text/plain)
2011-01-27 13:19 UTC, Balint Dobai-Pataky
Details

Note You need to log in before you can comment on or make changes to this bug.
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