Gentoo Archives: gentoo-user

From: Khumba <bog@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Circular dependencies...
Date: Mon, 06 Jan 2014 07:30:37
Message-Id: 20140105232952.7b9f70e9@khumba.net
In Reply to: [gentoo-user] Circular dependencies... by meino.cramer@gmx.de
1 On Mon, 6 Jan 2014 08:18:20 +0100
2 meino.cramer@×××.de wrote:
3
4 > Hi,
5 >
6 > I got this:
7 >
8 > #> emerge --update --newuse --deep --with-bdeps=y @world -vp
9 >
10 > These are the packages that would be merged, in order:
11 >
12 > Calculating dependencies... done!
13 >
14 >
15 > [nomerge ] virtual/rubygems-6:ruby20 [1:ruby18, 4:ruby19] RUBY_TARGETS="(ruby20)"
16 > [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)"
17 > [nomerge ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
18 > [nomerge ] dev-ruby/rake-0.9.6 [0.9.2.2] USE="doc {-test} (-bash-completion%)" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
19 > [nomerge ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)"
20 > [ebuild U ] dev-ruby/racc-1.4.9 [1.4.8] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 107 kB
21 > [ebuild U ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 146 kB
22 > [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
23 > [ebuild U ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)" 457 kB
24 >
25 > Total: 4 packages (4 upgrades), Size of downloads: 830 kB
26 >
27 > * Error: circular dependencies:
28 >
29 > (dev-ruby/rdoc-4.0.1-r1::gentoo, ebuild scheduled for merge) depends on
30 > (dev-ruby/racc-1.4.9::gentoo, ebuild scheduled for merge) (buildtime)
31 > (dev-ruby/rdoc-4.0.1-r1::gentoo, ebuild scheduled for merge) (buildtime)
32 >
33 > It might be possible to break this cycle
34 > by applying the following change:
35 > - dev-ruby/racc-1.4.9 (Change USE: -doc)
36 >
37 >
38 >
39 > I added this to /etc/portage/package.use:
40 >
41 > =dev-ruby/racc-1.49 -doc
42
43 1.49 != 1.4.9, is that not just a typo in your email?
44
45 Cheers,
46 Khumba
47
48 >
49 > and have set "doc" in the USE flags in make.conf.
50 >
51 > I am still getting the above output...
52 >
53 > How can I get out of this cycle out of this cycle out of this cycles
54 > out of... ;)
55 >
56 > Best regards,
57 > mcc
58 >
59 >

Replies

Subject Author
Re: [gentoo-user] Circular dependencies... meino.cramer@×××.de