Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914563 - unable to install any ruby depend package
Summary: unable to install any ruby depend package
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-23 09:01 UTC by Leonid Kopylov
Modified: 2023-09-24 06:34 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 Leonid Kopylov 2023-09-23 09:01:52 UTC
# emerge ruby:3.1 -pvq

!!! All ebuilds that could satisfy "virtual/ruby-ssl[ruby_targets_ruby31(-)]" have been masked.
!!! One of the following masked packages is required to complete your request:
- virtual/ruby-ssl-13::gentoo (masked by: invalid: RDEPEND: USE flag 'ruby_targets_ruby30' referenced in conditional 'ruby_targets_ruby30?' is not in IUSE)
- virtual/ruby-ssl-12::gentoo (masked by: invalid: RDEPEND: USE flag 'ruby_targets_ruby30' referenced in conditional 'ruby_targets_ruby30?' is not in IUSE)

(dependency required by "dev-ruby/rubygems-3.4.19::gentoo[ruby_targets_ruby31]" [ebuild])
(dependency required by "virtual/rubygems-19::gentoo[ruby_targets_ruby32]" [ebuild])
(dependency required by "dev-ruby/minitest-5.20.0::gentoo[ruby_targets_ruby31,-test]" [ebuild])
(dependency required by "dev-lang/ruby-3.2.2-r4::gentoo" [ebuild])
(dependency required by "dev-ruby/power_assert-2.0.3::gentoo[ruby_targets_ruby32]" [ebuild])
(dependency required by "dev-ruby/test-unit-3.6.1::gentoo[ruby_targets_ruby32]" [ebuild])
(dependency required by "dev-lang/ruby-3.1.4-r4::gentoo" [ebuild])
(dependency required by "dev-ruby/rake-13.0.6-r2::gentoo[ruby_targets_ruby31]" [ebuild])
(dependency required by "dev-ruby/json-2.6.3::gentoo[ruby_targets_ruby31,-test]" [ebuild])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-24 06:27:33 UTC
graaff cleaned up all of this earlier when it happened, I think you just synced at an unfortunate time

(are you using directly from git, rather than the git+metadata repo or rsync?)
Comment 2 Leonid Kopylov 2023-09-24 06:34:33 UTC
(In reply to Sam James from comment #1)
> graaff cleaned up all of this earlier when it happened, I think you just
> synced at an unfortunate time
> 
> (are you using directly from git, rather than the git+metadata repo or
> rsync?)

rsync. but after additional emerge --sync it now workes, so yes, synced at unfortunate time :-) thanks!