Re: [gentoo-user] Circular dependencies...

2014-01-06 Thread meino . cramer
Khumba b...@khumba.net [14-01-06 08:32]:
 On Mon, 6 Jan 2014 08:18:20 +0100
 meino.cra...@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






Re: [gentoo-user] Circular dependencies...

2014-01-06 Thread Neil Bothwick
On Mon, 6 Jan 2014 08:18:20 +0100, meino.cra...@gmx.de wrote:

 I added this to /etc/portage/package.use:
 
 =dev-ruby/racc-1.49 -doc
 
 and have set doc in the USE flags in make.conf.
 
 I am still getting the above output...

USE=doc is a classic way of getting circular dependencies, usually
unnecessarily. You only need USE=doc if you are doing development work
with a package, so it should never need to be set globally. The flag does
not affect the installation of general man/info pages, except with the
odd exception (like ffmpeg).

% euses doc
doc - Add extra documentation (API, Javadoc, etc). It is recommended to
enable per package instead of globally


-- 
Neil Bothwick

Diarrhoea is hereditary, it runs in your genes.


signature.asc
Description: PGP signature


Re: [gentoo-user] Circular dependencies...

2014-01-06 Thread meino . cramer
Neil Bothwick n...@digimed.co.uk [14-01-06 09:28]:
 On Mon, 6 Jan 2014 08:18:20 +0100, meino.cra...@gmx.de wrote:
 
  I added this to /etc/portage/package.use:
  
  =dev-ruby/racc-1.49 -doc
  
  and have set doc in the USE flags in make.conf.
  
  I am still getting the above output...
 
 USE=doc is a classic way of getting circular dependencies, usually
 unnecessarily. You only need USE=doc if you are doing development work
 with a package, so it should never need to be set globally. The flag does
 not affect the installation of general man/info pages, except with the
 odd exception (like ffmpeg).
 
 % euses doc
 doc - Add extra documentation (API, Javadoc, etc). It is recommended to
 enable per package instead of globally
 
 
 -- 
 Neil Bothwick
 
 Diarrhoea is hereditary, it runs in your genes.

Hi Neil,

thank you for the inofrmation! :))
I am currently on the way of installing texlive completly 
and I cannot get enough documentation about it...
So I thought, that doc was a good idea...but iw seems not
to be...
I will switch it off again.
On the other side: Not being able to install docs globally seems
to be a logical problem (beside being useless...), which needs
to be fixed...right?

Best regards,
mcc






Re: [gentoo-user] Circular dependencies...

2014-01-06 Thread Neil Bothwick
On Mon, 6 Jan 2014 09:36:40 +0100, meino.cra...@gmx.de wrote:

 thank you for the inofrmation! :))
 I am currently on the way of installing texlive completly 
 and I cannot get enough documentation about it...
 So I thought, that doc was a good idea...but iw seems not
 to be...

It may be a good idea, for that package, but not globally. Even so,
unless you need API documentation, I doubt you want that flag.

 I will switch it off again.
 On the other side: Not being able to install docs globally seems
 to be a logical problem (beside being useless...), which needs
 to be fixed...right?

The usual solution is to install with -doc first and then enable the
flag. This often brings in a long list of dependencies, which is where
the problems can arise. I don't have a problems with Gentoo devs not
spending time solving a problems that should not occur with sensible use.


-- 
Neil Bothwick

On the other hand, you have different fingers.


signature.asc
Description: PGP signature


Re: [gentoo-user] Circular dependencies...

2014-01-06 Thread Khumba
On Mon, 6 Jan 2014 08:57:22 +
Neil Bothwick n...@digimed.co.uk wrote:

 On Mon, 6 Jan 2014 09:36:40 +0100, meino.cra...@gmx.de wrote:
 
  thank you for the inofrmation! :))
  I am currently on the way of installing texlive completly 
  and I cannot get enough documentation about it...
  So I thought, that doc was a good idea...but iw seems not
  to be...
 
 It may be a good idea, for that package, but not globally. Even so,
 unless you need API documentation, I doubt you want that flag.

Also it makes the compile time for some packages longer; kdelibs is a
case where it takes significantly longer (30+ minutes iirc?  it's been
a while).

Sometimes I think it'd be nice to be able to enable all manuals / user
guides but not necessarily API documentation (examples: wireshark,
postgresql-server, ghc), but since that's the extent of my examples,
and two of them are development-related, I doubt it's worth the
effort.

- Khumba



Re: [gentoo-user] Circular dependencies...

2014-01-06 Thread Neil Bothwick
On Mon, 6 Jan 2014 08:03:42 -0800, Khumba wrote:

 Sometimes I think it'd be nice to be able to enable all manuals / user
 guides but not necessarily API documentation

That's how USE=-doc is supposed to work. Man pages etc, should be
installed by default unless FEATURES=nodoc noman noinfo is set.


-- 
Neil Bothwick

Unsolicited advice is the junk mail of life


signature.asc
Description: PGP signature


[gentoo-user] Circular dependencies...

2014-01-05 Thread meino . cramer
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

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




Re: [gentoo-user] Circular dependencies...

2014-01-05 Thread Khumba
On Mon, 6 Jan 2014 08:18:20 +0100
meino.cra...@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
 
 




[gentoo-user] Circular dependencies

2010-07-26 Thread András Csányi
Hi All,

Earlier time I did resolve this problem because it was my desktop
machine. But now this is an virtual machine hosted by Amazon. So, how
can fix this circular dependencies issue? The portage is synced.

Thanks for any help!

[nomerge  ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE=fortran mudflap
nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
-graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
(-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla
[ebuild U ]  sys-libs/glibc-2.11.2 [2.6.1] USE=nls -debug -gd
-glibc-omitfp (-hardened) (-multilib) -profile (-selinux) -vanilla
15,994 kB
[ebuild  NS   ]   sys-devel/gcc-4.4.3-r2 [4.1.2] USE=fortran mudflap
nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
-graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
(-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla 61,486 kB

Total: 2 packages (1 upgrade, 1 in new slot), Size of downloads: 77,479 kB

 * Error: circular dependencies:

('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') depends on
  ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') (buildtime)
('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') depends on
  ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') (buildtime)

 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.

-- 
- -
--  Csanyi Andras  -- http://sayusi.hu -- Sayusi Ando
--  Bízzál Istenben és tartsd szárazon a puskaport!.-- Cromwell



Re: [gentoo-user] Circular dependencies

2010-07-26 Thread Alan McKinnon
On Monday 26 July 2010 13:32:17 András Csányi wrote:
 Hi All,
 
 Earlier time I did resolve this problem because it was my desktop
 machine. But now this is an virtual machine hosted by Amazon. So, how
 can fix this circular dependencies issue? The portage is synced.
 
 Thanks for any help!
 
 [nomerge  ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE=fortran mudflap
 nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
 -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
 (-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla
 [ebuild U ]  sys-libs/glibc-2.11.2 [2.6.1] USE=nls -debug -gd
 -glibc-omitfp (-hardened) (-multilib) -profile (-selinux) -vanilla
 15,994 kB
 [ebuild  NS   ]   sys-devel/gcc-4.4.3-r2 [4.1.2] USE=fortran mudflap
 nls nptl (-altivec) -bootstrap -build -doc (-fixed-point) -gcj
 -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
 (-n64) -nocxx -objc -objc++ -objc-gc -openmp -test -vanilla 61,486 kB
 
 Total: 2 packages (1 upgrade, 1 in new slot), Size of downloads: 77,479 kB
 
  * Error: circular dependencies:
 
 ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') depends on
   ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') (buildtime)
 ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') depends on
   ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') (buildtime)
 
  * Note that circular dependencies can often be avoided by temporarily
  * disabling USE flags that trigger optional dependencies.


emerge -av1 =glibc-2.10.1-r1

then emerge the rest of world. That version of glibc is OK with gcc-4.1.* and 
breaks the circular loop.

I had to do this very thing this weekend on an old box. Solving it involved 
reading all the ebuilds and writing down their deps to find a path through it 
:-)


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Circular dependencies

2010-07-26 Thread András Csányi
On 26 July 2010 14:08, Alan McKinnon alan.mckin...@gmail.com wrote:


 emerge -av1 =glibc-2.10.1-r1

 then emerge the rest of world. That version of glibc is OK with gcc-4.1.* and
 breaks the circular loop.

 I had to do this very thing this weekend on an old box. Solving it involved
 reading all the ebuilds and writing down their deps to find a path through it
 :-)

Hi Alan,

Thank you! :)

-- 
- -
--  Csanyi Andras  -- http://sayusi.hu -- Sayusi Ando
--  Bízzál Istenben és tartsd szárazon a puskaport!.-- Cromwell



Re: [gentoo-user] Circular dependencies when USE=gnome and emerging world

2008-04-26 Thread Enrico Weigelt
* Michael Schmarck [EMAIL PROTECTED] wrote:

Hi,

 When I do emerge -DuvatN world, I get an error to the effect,
 that there are circular dependencies. Please see below. 

you might try to build the leafs of the tree step by step and 
report back which of the packages are actually broken.


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Circular dependencies when USE=gnome and emerging world

2008-04-16 Thread Michael Schmarck
Hello.

I'm installing a new machine and use 2008.0_beta1 i686 stage3. I
use the 2008.0/desktop profile.

When I do emerge -DuvatN world, I get an error to the effect,
that there are circular dependencies. Please see below. 

I'd like to know, if anyone else ran into this problem and how it
got solved. At the end of the message, you'll also find emerge --info.

Thanks a lot!

winnb000488 etc # USE=gnome emerge -DuvptN world

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[nomerge  ] gnome-base/nautilus-2.22.2  USE=X -beagle -debug gnome 
-tracker 
[nomerge  ]  gnome-base/libgnome-2.22.0  USE=-debug -doc -esd 
[nomerge  ]   gnome-base/gnome-vfs-2.22.0  USE=acl avahi -debug doc fam 
gnutls hal -ipv6 -kerberos samba ssl 
[nomerge  ]gnome-base/gnome-mount-0.6  USE=-debug gnome 
[nomerge  ] gnome-base/libgnomeui-2.22.1  USE=-debug -doc jpeg 
[ebuild  N]  gnome-base/libbonoboui-2.22.0  USE=X -debug -doc 
[ebuild  N]   gnome-base/libgnome-2.22.0  USE=-debug -doc -esd 
[ebuild  N]gnome-base/gnome-vfs-2.22.0  USE=acl avahi -debug doc 
fam gnutls hal -ipv6 -kerberos samba ssl 
[ebuild  N] net-dns/avahi-0.6.22-r1  USE=autoipd bookmarks dbus 
doc gdbm gtk -howl-compat -ipv6 mdnsresponder-compat -mono python qt3 qt4 
-test 
[ebuild  N]  app-doc/doxygen-1.5.5  USE=-debug -doc -nodot qt3 
-tetex 
[ebuild  N]   media-gfx/graphviz-2.18  USE=doc -examples gnome gtk 
-java jpeg nls perl png python -ruby -tcl -tk 
[ebuild  N]gnome-base/libgnomeui-2.22.1  USE=-debug -doc jpeg 
[ebuild  N]  dev-python/twisted-web-0.7.0  
[ebuild  N]   dev-python/twisted-2.5.0  USE=crypt gtk -serial 
[ebuild  N]dev-python/pyopenssl-0.7  USE=doc 
[ebuild  N] dev-tex/latex2html-2002.2.1_pre20041025-r1  
USE=gif png 
[ebuild  N]  x11-libs/qt-4.3.4-r1  USE=-accessibility cups dbus 
-debug -doc -examples -firebird gif -glib jpeg -mng -mysql -nas -nis -odbc 
opengl pch png -postgres qt3support -sqlite -sqlite3 ssl tiff xinerama zlib 
INPUT_DEVICES=-wacom 
[ebuild  N] net-fs/samba-3.0.28a  USE=acl -ads -async -automount 
-caps cups doc -examples fam -ipv6 ldap pam python -quotas readline (-selinux) 
-swat -syslog -winbind LINGUAS=-ja -pl 
[nomerge  ] gnome-base/gnome-mount-0.6  USE=-debug gnome 
[nomerge  ]  gnome-base/nautilus-2.22.2  USE=X -beagle -debug gnome 
-tracker 
[nomerge  ]   gnome-base/gvfs-0.2.3  USE=avahi bluetooth -cdda -debug doc 
fuse gnome -gphoto2 hal keyring -samba 
[nomerge  ]net-dns/avahi-0.6.22-r1  USE=autoipd bookmarks dbus doc 
gdbm gtk -howl-compat -ipv6 mdnsresponder-compat -mono python qt3 qt4 -test 
[nomerge  ] sys-apps/dbus-1.2.1  USE=X -debug doc (-selinux) 
[nomerge  ]  app-doc/doxygen-1.5.5  USE=-debug -doc -nodot qt3 -tetex 
[ebuild  N]   x11-libs/qt-3.3.8-r4  USE=cups -debug -doc -examples 
-firebird gif -immqt -immqt-bc -ipv6 -mysql -nas -nis -odbc opengl -postgres 
-sqlite xinerama 
[ebuild  N]   virtual/ghostscript-0  
[ebuild  N]app-text/ghostscript-gpl-8.62  USE=X -bindist -cjk cups 
-djvu gtk -jpeg2k 
[ebuild  N] net-print/cups-1.3.7-r1  USE=X acl avahi dbus -java 
jpeg -kerberos ldap nls pam perl -php png ppds python samba -slp ssl -static 
tiff zeroconf LINGUAS=de -en -es -et -fr -he -it -ja -pl -sv -zh_TW 
[ebuild  N] dev-python/dbus-python-0.82.4  USE=-test 
[ebuild  N]gnome-base/gnome-keyring-2.22.1  USE=-debug doc hal pam 
-test 
[ebuild  N] sys-apps/dbus-1.2.1  USE=X -debug doc (-selinux) 
[nomerge  ] gnome-base/nautilus-2.22.2  USE=X -beagle -debug gnome 
-tracker 
[nomerge  ]  gnome-base/libgnomeui-2.22.1  USE=-debug -doc jpeg 
[nomerge  ]   x11-libs/gtk+-2.12.9-r2  USE=X cups -debug -doc jpeg tiff 
-vim-syntax xinerama 
[nomerge  ]x11-base/xorg-server-1.4.0.90-r3  USE=-3dfx -debug -dmx dri 
hal -ipv6 -kdrive -minimal (-nptl) sdl xorg -xprint INPUT_DEVICES=-acecad 
-aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics 
-evdev -fpit -hyperpen -jamstudio -joystick keyboard -magellan -microtouch 
mouse -mutouch -palmax -penmount -spaceorb -summa synaptics -tek4957 -ur98 
-vmmouse -void -wacom VIDEO_CARDS=-amd -apm -ark -chips -cirrus -cyrix -dummy 
-epson -fbdev -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga 
-neomagic (-newport) -nsc nv nvidia -r128 -radeon -rendition -s3 -s3virge 
-savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) 
(-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -vesa 
vga -via -vmware -voodoo -xgi 
[ebuild  N] x11-apps/xinit-1.0.8-r2  USE=-debug hal -minimal pam 
[ebuild  N]  sys-auth/consolekit-0.2.3  USE=-debug pam 
[ebuild  N] sys-apps/hal-0.5.10  USE=acpi -apm crypt -debug dell 
-disk-partition -doc laptop (-selinux) 

Re: [gentoo-user] Circular dependencies when USE=gnome and emerging world

2008-04-16 Thread Justin Findlay
On AD 2008 April 16 Wednesday 09:28:48 PM +0200, Michael Schmarck wrote:
 Hello.
 
 I'm installing a new machine and use 2008.0_beta1 i686 stage3. I
 use the 2008.0/desktop profile.
 
 When I do emerge -DuvatN world, I get an error to the effect,
 that there are circular dependencies. Please see below. 
 
 I'd like to know, if anyone else ran into this problem and how it
 got solved. At the end of the message, you'll also find emerge --info.
 
 Thanks a lot!
 
 winnb000488 etc # USE=gnome emerge -DuvptN world

I'd try the merge world without setting USE=gnome first, and then
later enable it by putting gnome in your /etc/make.conf USE setting.  If
you want to be more clever about it/save some time, you can try to
figure out the problematic packages and just temporarily disable gnome
on them via /etc/portage/package.mask/, but that may not be much more
efficient than the first option.


Justin
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Circular dependencies when USE=gnome and emerging world

2008-04-16 Thread Roy Wright
Justin Findlay wrote:
 On AD 2008 April 16 Wednesday 09:28:48 PM +0200, Michael Schmarck wrote:
 When I do emerge -DuvatN world, I get an error to the effect,
 that there are circular dependencies. Please see below. 

 I'd like to know, if anyone else ran into this problem and how it
 got solved. At the end of the message, you'll also find emerge --info.

 I'd try the merge world without setting USE=gnome first, and then
 later enable it by putting gnome in your /etc/make.conf USE setting.  If
 you want to be more clever about it/save some time, you can try to
 figure out the problematic packages and just temporarily disable gnome
 on them via /etc/portage/package.mask/, but that may not be much more
 efficient than the first option.

Also try globally disabling the doc use flag in your make.conf,
USE=-doc.  I hit this problem the other day and googled this solution.

HTH,
Roy

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] circular dependencies

2005-04-27 Thread Jose Moreira
i have this error message after env-update:
vida portage # env-update
 Regenerating /etc/ld.so.cache...
 * Caching service dependencies...
 *  Services 'cupsd' and 'samba' have circular
 *  dependency of type 'iuse';  continuing...
how can i solve this?
thanks
begin:vcard
fn;quoted-printable:Jos=C3=A9 Moreira
n;quoted-printable:Moreira;Jos=C3=A9
adr:;;;Vila Nova de Gaia;;;Portugal
email;internet:[EMAIL PROTECTED]
x-mozilla-html:FALSE
version:2.1
end:vcard



smime.p7s
Description: S/MIME Cryptographic Signature