Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] reflexive dependencies? n952162 <n952162@×××.de>