Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] reflexive dependencies?
Date: Thu, 04 Feb 2021 20:19:45
Message-Id: f8aa7869-3bfe-3d01-b176-050d03c9205d@web.de
In Reply to: Re: [gentoo-user] reflexive dependencies? by Stefano Crocco
1 On 2/4/21 9:05 PM, Stefano Crocco wrote:
2 > On giovedì 4 febbraio 2021 20:49:37 CET n952162 wrote:
3 >> Is this ok? It's stopped my update in its tracks:
4 >>
5 >> $ equery d dev-ruby/*bundler*
6 >> * These packages depend on dev-ruby/bundler:
7 >> ...
8 >> dev-ruby/*rdoc*-6.1.2 (test ? dev-ruby/bundler[ruby_targets_ruby25(-)])
9 >> (test ? dev-ruby/bundler[ruby_targets_ruby26(-)])
10 >>
11 >> $ equery d dev-ruby/rdoc
12 >> * These packages depend on dev-ruby/rdoc:
13 >> ...
14 >> dev-ruby/*bundler*-2.1.4 (doc ? dev-ruby/rdoc[ruby_targets_ruby25(-)])
15 >> (doc ? dev-ruby/rdoc[ruby_targets_ruby26(-)])
16 >> (doc ? dev-ruby/rdoc[ruby_targets_ruby27(-)])
17 >>
18 >>
19 >> bundler is dependent on rdoc and rdoc is dependent on bundler:
20 >>
21 >> /var/tmp/portage/dev-ruby/bundler-2.1.4/temp/environment: line 663:
22 >> rdoc: command not found
23 >>
24 >> Emerging rdoc fails because it tries to emerge bundler...
25 > Do you have the doc USE flag enabled for bundler? If I understand correctly,
26 > bundler only depends on rdoc if that flag is enabled. I think that if you
27 > remove the flag, it should work correctly.
28 >
29 > Stefano
30 >
31
32 No, I have no USE flags for ruby, rdoc, or bundler, unfortunately.
33
34 I tried this /etc/portage/package.use/, but it didn't help:
35
36 dev-ruby/bundler -rdoc
37
38 >

Replies

Subject Author
Re: [gentoo-user] reflexive dependencies? Dale <rdalek1967@×××××.com>