Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Circular dependencies...
Date: Mon, 06 Jan 2014 07:18:30
Message-Id: 20140106071820.GA3889@solfire
1 Hi,
2
3 I got this:
4
5 #> emerge --update --newuse --deep --with-bdeps=y @world -vp
6
7 These are the packages that would be merged, in order:
8
9 Calculating dependencies... done!
10
11
12 [nomerge ] virtual/rubygems-6:ruby20 [1:ruby18, 4:ruby19] RUBY_TARGETS="(ruby20)"
13 [nomerge ] dev-lang/ruby-2.0.0_p353:2.0 [1.8.7_p374:1.8, 1.9.3_p484:1.9] USE="berkdb doc gdbm ipv6 ncurses rdoc readline ssl -debug -examples -rubytests -socks5 -tk (-xemacs)"
14 [nomerge ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
15 [nomerge ] dev-ruby/rake-0.9.6 [0.9.2.2] USE="doc {-test} (-bash-completion%)" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
16 [nomerge ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)"
17 [ebuild U ] dev-ruby/racc-1.4.9 [1.4.8] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 107 kB
18 [ebuild U ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 146 kB
19 [ebuild U ] dev-ruby/rake-0.9.6 [0.9.2.2] USE="doc {-test} (-bash-completion%)" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 121 kB
20 [ebuild U ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)" 457 kB
21
22 Total: 4 packages (4 upgrades), Size of downloads: 830 kB
23
24 * Error: circular dependencies:
25
26 (dev-ruby/rdoc-4.0.1-r1::gentoo, ebuild scheduled for merge) depends on
27 (dev-ruby/racc-1.4.9::gentoo, ebuild scheduled for merge) (buildtime)
28 (dev-ruby/rdoc-4.0.1-r1::gentoo, ebuild scheduled for merge) (buildtime)
29
30 It might be possible to break this cycle
31 by applying the following change:
32 - dev-ruby/racc-1.4.9 (Change USE: -doc)
33
34
35
36 I added this to /etc/portage/package.use:
37
38 =dev-ruby/racc-1.49 -doc
39
40 and have set "doc" in the USE flags in make.conf.
41
42 I am still getting the above output...
43
44 How can I get out of this cycle out of this cycle out of this cycles
45 out of... ;)
46
47 Best regards,
48 mcc

Replies

Subject Author
Re: [gentoo-user] Circular dependencies... Khumba <bog@××××××.net>
Re: [gentoo-user] Circular dependencies... Neil Bothwick <neil@××××××××××.uk>