From: meino.cramer@gmx.de
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Circular dependencies...
Date: Mon, 6 Jan 2014 09:21:24 +0100 [thread overview]
Message-ID: <20140106082124.GA3854@solfire> (raw)
In-Reply-To: <20140105232952.7b9f70e9@khumba.net>
Khumba <bog@khumba.net> [14-01-06 08:32]:
> On Mon, 6 Jan 2014 08:18:20 +0100
> meino.cramer@gmx.de wrote:
>
> > Hi,
> >
> > I got this:
> >
> > #> emerge --update --newuse --deep --with-bdeps=y @world -vp
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> >
> >
> > [nomerge ] virtual/rubygems-6:ruby20 [1:ruby18, 4:ruby19] RUBY_TARGETS="(ruby20)"
> > [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)"
> > [nomerge ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
> > [nomerge ] dev-ruby/rake-0.9.6 [0.9.2.2] USE="doc {-test} (-bash-completion%)" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
> > [nomerge ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)"
> > [ebuild U ] dev-ruby/racc-1.4.9 [1.4.8] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 107 kB
> > [ebuild U ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 146 kB
> > [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
> > [ebuild U ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)" 457 kB
> >
> > Total: 4 packages (4 upgrades), Size of downloads: 830 kB
> >
> > * Error: circular dependencies:
> >
> > (dev-ruby/rdoc-4.0.1-r1::gentoo, ebuild scheduled for merge) depends on
> > (dev-ruby/racc-1.4.9::gentoo, ebuild scheduled for merge) (buildtime)
> > (dev-ruby/rdoc-4.0.1-r1::gentoo, ebuild scheduled for merge) (buildtime)
> >
> > It might be possible to break this cycle
> > by applying the following change:
> > - dev-ruby/racc-1.4.9 (Change USE: -doc)
> >
> >
> >
> > I added this to /etc/portage/package.use:
> >
> > =dev-ruby/racc-1.49 -doc
>
> 1.49 != 1.4.9, is that not just a typo in your email?
>
> Cheers,
> Khumba
>
> >
> > and have set "doc" in the USE flags in make.conf.
> >
> > I am still getting the above output...
> >
> > How can I get out of this cycle out of this cycle out of this cycles
> > out of... ;)
> >
> > Best regards,
> > mcc
> >
> >
>
>
Hi Khumba,
oh damn...I didn't saw that! Thank you very much !!!
Now the circle is moved a little further...I got:
[nomerge ] virtual/rubygems-6:ruby20 [1:ruby18, 4:ruby19] RUBY_TARGETS="(ruby20)"
[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)"
[nomerge ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
[nomerge ] dev-ruby/rake-0.9.6 [0.9.2.2] USE="doc {-test} (-bash-completion%)" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)"
[nomerge ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)"
[ebuild U ] dev-ruby/racc-1.4.9 [1.4.8] USE="-doc* {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 107 kB
[ebuild U ] dev-ruby/json-1.8.0 [1.7.7] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby) (-ree18%)" 146 kB
[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
[ebuild U ] dev-ruby/rdoc-4.0.1-r1 [3.12.2] USE="doc {-test}" RUBY_TARGETS="ruby18 ruby19 ruby20%* (-jruby)" 457 kB
Total: 4 packages (4 upgrades), Size of downloads: 830 kB
* Error: circular dependencies:
(dev-ruby/rake-0.9.6::gentoo, ebuild scheduled for merge) depends on
(dev-ruby/rdoc-4.0.1-r1::gentoo, ebuild scheduled for merge) (buildtime)
(dev-ruby/racc-1.4.9::gentoo, ebuild scheduled for merge) (buildtime)
(dev-ruby/rake-0.9.6::gentoo, ebuild scheduled for merge) (buildtime)
It might be possible to break this cycle
by applying the following change:
- dev-ruby/rake-0.9.6 (Change USE: -doc)
I will now add that to package.use and will see how far it will
take...
Thanks a lot again! :)
Cheers,
mcc
next prev parent reply other threads:[~2014-01-06 8:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-06 7:18 [gentoo-user] Circular dependencies meino.cramer
2014-01-06 7:29 ` Khumba
2014-01-06 8:21 ` meino.cramer [this message]
2014-01-06 8:26 ` Neil Bothwick
2014-01-06 8:36 ` meino.cramer
2014-01-06 8:57 ` Neil Bothwick
2014-01-06 16:03 ` Khumba
2014-01-06 20:40 ` Neil Bothwick
-- strict thread matches above, loose matches on Subject: below --
2010-07-26 11:32 András Csányi
2010-07-26 12:08 ` Alan McKinnon
2010-07-26 12:21 ` András Csányi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140106082124.GA3854@solfire \
--to=meino.cramer@gmx.de \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox