Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580034 - dev-ruby/rexical-1.0.5-r3 USE=ruby_targets_ruby23 - emerge: there are no ebuilds to satisfy "dev-ruby/rexical[ruby_targets_ruby23]". (dependency required by "dev-ruby/nokogiri-1.6.7.2::gentoo[ruby_targets_ruby23]"
Summary: dev-ruby/rexical-1.0.5-r3 USE=ruby_targets_ruby23 - emerge: there are no ebui...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-15 06:19 UTC by Massimo Fantin
Modified: 2016-04-15 11:58 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 Massimo Fantin 2016-04-15 06:19:33 UTC
Hi ,

i can't emerge rexical with ruby23 targets :

emerge: there are no ebuilds to satisfy "dev-ruby/rexical[ruby_targets_ruby23]".
(dependency required by "dev-ruby/nokogiri-1.6.7.2::gentoo[ruby_targets_ruby23]"                                                                                              [ebuild])
Comment 1 Hans de Graaff gentoo-dev Security 2016-04-15 06:27:19 UTC
dev-ruby/rexical has had the ruby23 target for some months. What value have you set your RUBY_TARGETS to?
Comment 2 Massimo Fantin 2016-04-15 07:23:26 UTC
Naturaly on my make.conf i have  :

RUBY_TARGETS="ruby20 ruby21 ruby22 ruby23"


but you can try to force and get same problem (ruby22 too) :


#RUBY_TARGETS="ruby20 ruby21 ruby22 ruby23" emerge -pv rexical

 * IMPORTANT: 8 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] dev-ruby/rexical-1.0.5-r3::gentoo  USE="-doc {-test}" RUBY_TARGETS="ruby20 ruby21 (-ruby22) (-ruby23)" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

 * IMPORTANT: 13 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Comment 3 Hans de Graaff gentoo-dev Security 2016-04-15 07:59:34 UTC
What is the value of ACCEPT_KEYWORDS? If you only accept stable packages by default then you need to explicitly unmask the keywords for the unstable ruby versions. See https://wiki.gentoo.org/wiki/Project:Ruby
Comment 4 Massimo Fantin 2016-04-15 08:31:26 UTC
Ohh, something new , solved thanks