Hi,
   This one is just for my education. Thanks in advance.

   Why is it that some updates are not found by --deep, not found by
--update, but then found by --deep --update together? I think the
comes from my limited understanding of what the --update option is
really doing. Anyway, the following example is not unique. It happens
all the time.

dragonfly ~ # emerge -pv world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!

Total size of downloads: 0 kB
dragonfly ~ # emerge -pv --update world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!

Total size of downloads: 0 kB
dragonfly ~ # emerge -pv --deep  world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!

Total size of downloads: 0 kB
dragonfly ~ # emerge -pv --deep --update  world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     U ] sys-libs/gdbm-1.8.3-r2 [1.8.3-r1] +berkdb 0 kB

Total size of downloads: 0 kB
dragonfly ~ # emerge -pv --deep --update --tree  world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[nomerge      ] app-admin/perl-cleaner-1.01
[nomerge      ]        dev-lang/perl-5.8.6-r6  +berkdb -build -debug
-doc +gdbm -ithreads -minimal -perlsuid
[nomerge      ]         sys-libs/db-4.2.52_p2  -bootstrap -doc +java
-nocxx +tcltk
[nomerge      ]          dev-java/blackdown-jre-1.4.2.02 
-browserplugin +mozilla
[nomerge      ]           dev-java/java-config-1.2.11
[nomerge      ]            dev-lang/python-2.3.5-r2  +X +berkdb
-bootstrap -build -doc +gdbm +ipv6 +ncurses -nocxx +readline +ssl
+tcltk -ucs2
[ebuild     U ]             sys-libs/gdbm-1.8.3-r2 [1.8.3-r1] +berkdb 0 kB

Total size of downloads: 0 kB
dragonfly ~ #

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list

Reply via email to