* [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
@ 2019-07-22 10:12 Dale
2019-07-22 11:03 ` Mick
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Dale @ 2019-07-22 10:12 UTC (permalink / raw
To: gentoo-user
Howdy,
I did my usual sync and ran into a slight problem. Given the minimal
output, I can't quite figure out if there is a way around this.
Sometimes I can emerge a few packages individually and get around this
sort of thing. On this one tho, I just can't quite figure out how to
get around the problem. Things I've tried so far. Made sure nothing in
package.use is ruby related and made sure no packages in the list are in
there either. I updated @system successfully and tried again, same
error. I've tried unmasking next up packages with no change. I
reversed that and tried to mask some packages, same thing or it
complains about the masked packages one. I've tried to emerge the
packages listed individually, in different order even, with no change.
This is what I get.
root@fireball / # emerge -uvaDN world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy
">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
(dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
(dependency required by
"dev-ruby/rake-12.3.2::gentoo[ruby_targets_ruby25]" [ebuild])
(dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
root@fireball / #
Since I have some default options in make.conf, this is the command from
emerge.log.
emerge --jobs=5 --update --backtrack=100 --keep-going --verbose --newuse
--oneshot --quiet-build=n --with-bdeps=y --unordered-display --ask
--deep world
The oddest part, it doesn't seem to even suggest a fix itself, adding
something to package.use, mask, keyword or something. It just spits out
that tiny bit and ends. I might add, I also thought I may have caught
the tree in a unstable state, caught some updates being applied part way
through, so I synced again several hours later with the same result. I
also searched on the forum and BGO.
Anyone have a clue on this?
Thanks much.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 10:12 [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error Dale
@ 2019-07-22 11:03 ` Mick
2019-07-22 11:37 ` Dale
2019-07-22 11:49 ` Alec Ten Harmsel
2019-07-23 6:00 ` [gentoo-user] " Hans de Graaff
2 siblings, 1 reply; 10+ messages in thread
From: Mick @ 2019-07-22 11:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2935 bytes --]
On Monday, 22 July 2019 11:12:55 BST Dale wrote:
> Howdy,
>
> I did my usual sync and ran into a slight problem. Given the minimal
> output, I can't quite figure out if there is a way around this.
> Sometimes I can emerge a few packages individually and get around this
> sort of thing. On this one tho, I just can't quite figure out how to
> get around the problem. Things I've tried so far. Made sure nothing in
> package.use is ruby related and made sure no packages in the list are in
> there either. I updated @system successfully and tried again, same
> error. I've tried unmasking next up packages with no change. I
> reversed that and tried to mask some packages, same thing or it
> complains about the masked packages one. I've tried to emerge the
> packages listed individually, in different order even, with no change.
> This is what I get.
>
>
>
> root@fireball / # emerge -uvaDN world
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds to satisfy
> ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
> (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
> (dependency required by
> "dev-ruby/rake-12.3.2::gentoo[ruby_targets_ruby25]" [ebuild])
> (dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
> (dependency required by "@selected" [set])
> (dependency required by "@world" [argument])
> root@fireball / #
Have you specified ruby target 2.5 anywhere in your /etc/portage and, or
uninstalled/masked ruby 2.4? The above packages are installed with the
default ruby 2.4 here:
~ $ equery u dev-ruby/xmlrpc
[ Legend : U - final flag setting for installation]
[ : I - package is installed with flag ]
[ Colors : set, unset ]
* Found these USE flags for dev-ruby/xmlrpc-0.3.0:
U I
- - doc : Add extra documentation (API, Javadoc, etc). It is
recommended to
enable per package instead of globally
+ + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
- - test : Enable dependencies and/or preparations necessary
to run tests (usually
controlled by FEATURES=test but can be toggled
independently)
~ $ equery u dev-ruby/rake
[ Legend : U - final flag setting for installation]
[ : I - package is installed with flag ]
[ Colors : set, unset ]
* Found these USE flags for dev-ruby/rake-12.3.1:
U I
- - doc : Add extra documentation (API, Javadoc, etc). It is
recommended to
enable per package instead of globally
+ + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
- - test : Enable dependencies and/or preparations necessary
to run tests (usually
controlled by FEATURES=test but can be toggled
independently)
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 11:03 ` Mick
@ 2019-07-22 11:37 ` Dale
2019-07-22 19:37 ` Dale
0 siblings, 1 reply; 10+ messages in thread
From: Dale @ 2019-07-22 11:37 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> On Monday, 22 July 2019 11:12:55 BST Dale wrote:
>> Howdy,
>>
>> I did my usual sync and ran into a slight problem. Given the minimal
>> output, I can't quite figure out if there is a way around this.
>> Sometimes I can emerge a few packages individually and get around this
>> sort of thing. On this one tho, I just can't quite figure out how to
>> get around the problem. Things I've tried so far. Made sure nothing in
>> package.use is ruby related and made sure no packages in the list are in
>> there either. I updated @system successfully and tried again, same
>> error. I've tried unmasking next up packages with no change. I
>> reversed that and tried to mask some packages, same thing or it
>> complains about the masked packages one. I've tried to emerge the
>> packages listed individually, in different order even, with no change.
>> This is what I get.
>>
>>
>>
>> root@fireball / # emerge -uvaDN world
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>>
>> emerge: there are no ebuilds to satisfy
>> ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
>> (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
>> (dependency required by
>> "dev-ruby/rake-12.3.2::gentoo[ruby_targets_ruby25]" [ebuild])
>> (dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
>> (dependency required by "@selected" [set])
>> (dependency required by "@world" [argument])
>> root@fireball / #
>
> Have you specified ruby target 2.5 anywhere in your /etc/portage and, or
> uninstalled/masked ruby 2.4? The above packages are installed with the
> default ruby 2.4 here:
>
> ~ $ equery u dev-ruby/xmlrpc
> [ Legend : U - final flag setting for installation]
> [ : I - package is installed with flag ]
> [ Colors : set, unset ]
> * Found these USE flags for dev-ruby/xmlrpc-0.3.0:
> U I
> - - doc : Add extra documentation (API, Javadoc, etc). It is
> recommended to
> enable per package instead of globally
> + + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
> - - test : Enable dependencies and/or preparations necessary
> to run tests (usually
> controlled by FEATURES=test but can be toggled
> independently)
>
> ~ $ equery u dev-ruby/rake
> [ Legend : U - final flag setting for installation]
> [ : I - package is installed with flag ]
> [ Colors : set, unset ]
> * Found these USE flags for dev-ruby/rake-12.3.1:
> U I
> - - doc : Add extra documentation (API, Javadoc, etc). It is
> recommended to
> enable per package instead of globally
> + + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
> - - test : Enable dependencies and/or preparations necessary
> to run tests (usually
> controlled by FEATURES=test but can be toggled
> independently)
>
I have ruby 2.4 here as well.
root@fireball / # equery list -p ruby
* Searching for ruby ...
[-P-] [ ] dev-lang/ruby-2.4.5:2.4
[IP-] [ ] dev-lang/ruby-2.4.6:2.4
[-P-] [ ] dev-lang/ruby-2.5.5:2.5
[-P-] [ ~] dev-lang/ruby-2.6.2:2.6
[-P-] [ ~] dev-lang/ruby-2.6.3:2.6
root@fireball / #
It appears something is pulling in 2.5 but for some reason, even tho it
isn't masked, it won't emerge it because of some other problem, that I
can't figure out yet.
I looked in /etc/portage for anything ruby and didn't find much but
commented out the little I did find. It made no difference since they
were specific to older versions anyway. It gives the same error.
I did manage to get it to update the other KDE packages tho. I did a
--exclude for the packages listed in the error. It still complains but
it does emerge everything else. Maybe when that is done, it will share
some more details and give us a clue.
Usually we have the opposite problem, emerge spitting out to much info,
most of it useless or confusing at that. This is the first time that
I've got so little and not be able to figure out a workaround.
When the KDE packages get done, I'll try again and post what it spits
out. Maybe it will give us more info or emerge will find a way to solve
it.
Thanks for the info.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 10:12 [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error Dale
2019-07-22 11:03 ` Mick
@ 2019-07-22 11:49 ` Alec Ten Harmsel
2019-07-22 12:44 ` Dale
2019-07-23 6:00 ` [gentoo-user] " Hans de Graaff
2 siblings, 1 reply; 10+ messages in thread
From: Alec Ten Harmsel @ 2019-07-22 11:49 UTC (permalink / raw
To: gentoo-user
On Mon, Jul 22, 2019, at 06:13, Dale wrote:
> Howdy,
>
> [snip]
>
> root@fireball / # emerge -uvaDN world
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
>
> emerge: there are no ebuilds to satisfy
> ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
> (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
> (dependency required by
> "dev-ruby/rake-12.3.2::gentoo[ruby_targets_ruby25]" [ebuild])
> (dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
> (dependency required by "@selected" [set])
> (dependency required by "@world" [argument])
> root@fireball / #
>
> [snip]
>
> Anyone have a clue on this?
>
As far as I can tell, dev-ruby/rake-12.3.2 is ~amd64 - can you try adding dev-ruby/rake to your accept_keywords if you haven't already?
hth,
Alec
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 11:49 ` Alec Ten Harmsel
@ 2019-07-22 12:44 ` Dale
0 siblings, 0 replies; 10+ messages in thread
From: Dale @ 2019-07-22 12:44 UTC (permalink / raw
To: gentoo-user
Alec Ten Harmsel wrote:
>
> On Mon, Jul 22, 2019, at 06:13, Dale wrote:
>> Howdy,
>>
>> [snip]
>>
>> root@fireball / # emerge -uvaDN world
>>
>> These are the packages that would be merged, in order:
>>
>> Calculating dependencies... done!
>>
>> emerge: there are no ebuilds to satisfy
>> ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
>> (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
>> (dependency required by
>> "dev-ruby/rake-12.3.2::gentoo[ruby_targets_ruby25]" [ebuild])
>> (dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
>> (dependency required by "@selected" [set])
>> (dependency required by "@world" [argument])
>> root@fireball / #
>>
>> [snip]
>>
>> Anyone have a clue on this?
>>
> As far as I can tell, dev-ruby/rake-12.3.2 is ~amd64 - can you try adding dev-ruby/rake to your accept_keywords if you haven't already?
>
> hth,
>
> Alec
>
>
It's already at the highest version and installed.
root@fireball / # equery list -p dev-ruby/rake
* Searching for rake in dev-ruby ...
[-P-] [ ] dev-ruby/rake-12.3.1:0
[IP-] [ ] dev-ruby/rake-12.3.2:0
root@fireball / #
It's weird for sure. I'm hoping that after the other packages upgrade,
this will make more sense. I might add, I added the -t option to see
what was pulling in what and it gave the same error. The -t option
didn't help any.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 11:37 ` Dale
@ 2019-07-22 19:37 ` Dale
2019-07-22 20:37 ` Neil Bothwick
0 siblings, 1 reply; 10+ messages in thread
From: Dale @ 2019-07-22 19:37 UTC (permalink / raw
To: gentoo-user
Dale wrote:
> Mick wrote:
>> On Monday, 22 July 2019 11:12:55 BST Dale wrote:
>>> Howdy,
>>>
>>> I did my usual sync and ran into a slight problem. Given the minimal
>>> output, I can't quite figure out if there is a way around this.
>>> Sometimes I can emerge a few packages individually and get around this
>>> sort of thing. On this one tho, I just can't quite figure out how to
>>> get around the problem. Things I've tried so far. Made sure nothing in
>>> package.use is ruby related and made sure no packages in the list are in
>>> there either. I updated @system successfully and tried again, same
>>> error. I've tried unmasking next up packages with no change. I
>>> reversed that and tried to mask some packages, same thing or it
>>> complains about the masked packages one. I've tried to emerge the
>>> packages listed individually, in different order even, with no change.
>>> This is what I get.
>>>
>>>
>>>
>>> root@fireball / # emerge -uvaDN world
>>>
>>> These are the packages that would be merged, in order:
>>>
>>> Calculating dependencies... done!
>>>
>>> emerge: there are no ebuilds to satisfy
>>> ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
>>> (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
>>> (dependency required by
>>> "dev-ruby/rake-12.3.2::gentoo[ruby_targets_ruby25]" [ebuild])
>>> (dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
>>> (dependency required by "@selected" [set])
>>> (dependency required by "@world" [argument])
>>> root@fireball / #
>> Have you specified ruby target 2.5 anywhere in your /etc/portage and, or
>> uninstalled/masked ruby 2.4? The above packages are installed with the
>> default ruby 2.4 here:
>>
>> ~ $ equery u dev-ruby/xmlrpc
>> [ Legend : U - final flag setting for installation]
>> [ : I - package is installed with flag ]
>> [ Colors : set, unset ]
>> * Found these USE flags for dev-ruby/xmlrpc-0.3.0:
>> U I
>> - - doc : Add extra documentation (API, Javadoc, etc). It is
>> recommended to
>> enable per package instead of globally
>> + + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
>> - - test : Enable dependencies and/or preparations necessary
>> to run tests (usually
>> controlled by FEATURES=test but can be toggled
>> independently)
>>
>> ~ $ equery u dev-ruby/rake
>> [ Legend : U - final flag setting for installation]
>> [ : I - package is installed with flag ]
>> [ Colors : set, unset ]
>> * Found these USE flags for dev-ruby/rake-12.3.1:
>> U I
>> - - doc : Add extra documentation (API, Javadoc, etc). It is
>> recommended to
>> enable per package instead of globally
>> + + ruby_targets_ruby24 : Build with MRI Ruby 2.4.x
>> - - test : Enable dependencies and/or preparations necessary
>> to run tests (usually
>> controlled by FEATURES=test but can be toggled
>> independently)
>>
>
> I have ruby 2.4 here as well.
>
>
> root@fireball / # equery list -p ruby
> * Searching for ruby ...
> [-P-] [ ] dev-lang/ruby-2.4.5:2.4
> [IP-] [ ] dev-lang/ruby-2.4.6:2.4
> [-P-] [ ] dev-lang/ruby-2.5.5:2.5
> [-P-] [ ~] dev-lang/ruby-2.6.2:2.6
> [-P-] [ ~] dev-lang/ruby-2.6.3:2.6
> root@fireball / #
>
>
> It appears something is pulling in 2.5 but for some reason, even tho it
> isn't masked, it won't emerge it because of some other problem, that I
> can't figure out yet.
>
> I looked in /etc/portage for anything ruby and didn't find much but
> commented out the little I did find. It made no difference since they
> were specific to older versions anyway. It gives the same error.
>
> I did manage to get it to update the other KDE packages tho. I did a
> --exclude for the packages listed in the error. It still complains but
> it does emerge everything else. Maybe when that is done, it will share
> some more details and give us a clue.
>
> Usually we have the opposite problem, emerge spitting out to much info,
> most of it useless or confusing at that. This is the first time that
> I've got so little and not be able to figure out a workaround.
>
> When the KDE packages get done, I'll try again and post what it spits
> out. Maybe it will give us more info or emerge will find a way to solve
> it.
>
> Thanks for the info.
>
> Dale
>
> :-) :-)
>
Since the update was going to take a while, I took a nap. The update
for everything else finished but when I try to include ruby and such, I
still get the same error I think. Going to post again just in case
something is different.
root@fireball / # emerge -uvaDN world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy
">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
(dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
(dependency required by
"dev-ruby/test-unit-3.3.3::gentoo[ruby_targets_ruby25]" [ebuild])
(dependency required by "dev-lang/ruby-2.4.6::gentoo" [installed])
(dependency required by
"dev-ruby/rake-12.3.1::gentoo[ruby_targets_ruby24]" [ebuild])
(dependency required by "media-video/mkvtoolnix-35.0.0::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
root@fireball / #
I was hoping updating the other packages might change something or help
emerge figure out a new path but it doesn't appear to have helped. Once
again, I removed everything I thought ruby related from /etc/portage.
Emerge wanted some added back but I still end up back with that error.
Any idea? If not, I may sync again in a few hours.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 19:37 ` Dale
@ 2019-07-22 20:37 ` Neil Bothwick
2019-07-22 20:47 ` Dale
0 siblings, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2019-07-22 20:37 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 488 bytes --]
On Mon, 22 Jul 2019 14:37:23 -0500, Dale wrote:
> I was hoping updating the other packages might change something or help
> emerge figure out a new path but it doesn't appear to have helped. Once
> again, I removed everything I thought ruby related from /etc/portage.
> Emerge wanted some added back but I still end up back with that error.
What is RUBY_TARGETS set to?
emerge --info | grep RUBY_TARGETS
--
Neil Bothwick
Is it possible to be totally partial?
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 20:37 ` Neil Bothwick
@ 2019-07-22 20:47 ` Dale
0 siblings, 0 replies; 10+ messages in thread
From: Dale @ 2019-07-22 20:47 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
> On Mon, 22 Jul 2019 14:37:23 -0500, Dale wrote:
>
>> I was hoping updating the other packages might change something or help
>> emerge figure out a new path but it doesn't appear to have helped. Once
>> again, I removed everything I thought ruby related from /etc/portage.
>> Emerge wanted some added back but I still end up back with that error.
> What is RUBY_TARGETS set to?
>
> emerge --info | grep RUBY_TARGETS
>
>
This is the ruby related parts.
RUBY_TARGETS="ruby24 ruby25"
USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ALSA_CARDS
APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS
CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS
GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES
LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS
NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL
NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS
OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS
PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS
QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND
UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS"
I tried adding a line in make.conf to force ruby25 but it still shows up
as disabled in the emerge output so I commented out my entries. It
seems to be hard disabled somewhere. Maybe the ebuild itself. I
dunno. This is confusing.
Ideas?
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-22 10:12 [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error Dale
2019-07-22 11:03 ` Mick
2019-07-22 11:49 ` Alec Ten Harmsel
@ 2019-07-23 6:00 ` Hans de Graaff
2019-07-23 6:41 ` Dale
2 siblings, 1 reply; 10+ messages in thread
From: Hans de Graaff @ 2019-07-23 6:00 UTC (permalink / raw
To: gentoo-user
On Mon, 22 Jul 2019 05:12:55 -0500, Dale wrote:
> emerge: there are no ebuilds to satisfy
> ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
> (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
> Anyone have a clue on this?
An error on my part in preparing for a stable ruby:2.5. It was fixed
yesterday: https://bugs.gentoo.org/690300
What happens is that RUBY_TARGETS would like to install ruby25 as well,
but the corresponding ruby_targets_ruby25 USE flag is still masked in
stable.
Hans
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error
2019-07-23 6:00 ` [gentoo-user] " Hans de Graaff
@ 2019-07-23 6:41 ` Dale
0 siblings, 0 replies; 10+ messages in thread
From: Dale @ 2019-07-23 6:41 UTC (permalink / raw
To: gentoo-user
Hans de Graaff wrote:
> On Mon, 22 Jul 2019 05:12:55 -0500, Dale wrote:
>
>> emerge: there are no ebuilds to satisfy
>> ">=dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25]".
>> (dependency required by "dev-lang/ruby-2.5.5::gentoo" [ebuild])
>> Anyone have a clue on this?
> An error on my part in preparing for a stable ruby:2.5. It was fixed
> yesterday: https://bugs.gentoo.org/690300
>
> What happens is that RUBY_TARGETS would like to install ruby25 as well,
> but the corresponding ruby_targets_ruby25 USE flag is still masked in
> stable.
>
> Hans
>
So it was just what it looked like. Wow. First time I ever was able to
figure out the output of emerge. Most of the time, it may as well be
Greek or some other language I can't read. ROFL
I'll sync in a little bit and try again. If it still gives problems,
I'll let you know.
Thanks much for checking into it and fixing it.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2019-07-23 6:41 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-22 10:12 [gentoo-user] dev-lang/ruby and dev-ruby/xmlrpc-0.3.0[ruby_targets_ruby25] error Dale
2019-07-22 11:03 ` Mick
2019-07-22 11:37 ` Dale
2019-07-22 19:37 ` Dale
2019-07-22 20:37 ` Neil Bothwick
2019-07-22 20:47 ` Dale
2019-07-22 11:49 ` Alec Ten Harmsel
2019-07-22 12:44 ` Dale
2019-07-23 6:00 ` [gentoo-user] " Hans de Graaff
2019-07-23 6:41 ` Dale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox