On Thu, 4 Dec 2003, mathieu perrenoud wrote: > Le Jeudi, 4 D�cembre 2003 12.53, Oliver Lange a �crit : > > any better solutions for automatically updating all packages on my box > > without changing my world favorites ??? > > I think you might want to try this: > > emerge -Dup world > > from man emerge: > > --deep (-D) > When used in conjunction with --update, this flag forces > emerge to consider the entire dependency tree of packages, > instead of checking only the immediate dependencies of the > packages. As an example, this catches updates in libraries > that are not directly listed in the dependencies of a pack- > age. >
This does not give the same results as the mentioned 'magic'... emerge -u `qpkg -nc -I` -p give me [ebuild U ] app-crypt/gnupg-1.2.3-r5 [1.2.3-r4] [ebuild U ] app-doc/kdelibs-apidocs-3.1.4 [3.1.3] [ebuild U ] app-editors/nano-1.3.0 [1.2.2] [ebuild U ] app-emulation/vmware-workstation-4.0.5.6030 [3.2.1.2237-r1] [ebuild N ] app-text/docbook-sgml-dtd-4.2 [ebuild U ] app-text/sgmltools-lite-3.0.3-r7 [3.0.3-r6] [ebuild N ] dev-libs/libsigc++-1.2.5 [ebuild N ] dev-cpp/gtkmm-2.2.8 [ebuild N ] dev-games/clanlib-0.7.6 [ebuild U ] dev-perl/Inline-0.44-r1 [0.44] [ebuild U ] dev-perl/PDL-2.4.0-r1 [2.4.0] [ebuild U ] dev-perl/XML-Parser-2.34 [2.33] [ebuild N ] dev-php/mod_php-4.3.4-r1 [ebuild N ] dev-php/php-core-4.3.4 [ebuild U ] dev-util/cscope-15.4-r1 [15.3] [ebuild U ] dev-util/cvs-1.11.9 [1.11.6] [ebuild U ] gnome-base/gnome-applets-2.4.1-r2 [2.4.1-r1] [ebuild U ] media-libs/alsa-lib-1.0.0_rc1 [0.9.8] [ebuild UD] net-news/pan-0.14.2 [0.14.2.90] [ebuild U ] net-www/links-2.1_pre14 [2.1_pre13] [ebuild U ] net-www/squid-2.5.4 [2.5.3] [ebuild U ] sys-apps/iproute-20010824-r4 [20010824-r3] [ebuild U ] sys-apps/modutils-2.4.26 [2.4.25] [ebuild N ] sys-kernel/gentoo-dev-sources-2.6.0_beta11-r1 [ebuild N ] sys-kernel/gentoo-sources-2.4.22-r1 [ebuild U ] sys-libs/libtermcap-compat-1.2.3-r1 [1.2.3] [blocks B ] x11-themes/gnome-themes (from pkg x11-themes/gtk-engines-mist-0.10) [ebuild U ] x11-themes/gtk-engines-mist-0.10 [0.8-r2] And emerge -uDp world gives me: Calculating world dependencies ...done! [ebuild N ] sys-kernel/gentoo-dev-sources-2.6.0_beta11-r1 [ebuild U ] media-libs/alsa-lib-1.0.0_rc1 [0.9.8] [ebuild N ] sys-kernel/gentoo-sources-2.4.22-r1 [ebuild U ] app-crypt/gnupg-1.2.3-r5 [1.2.3-r4] [ebuild U ] net-www/links-2.1_pre14 [2.1_pre13] [ebuild U ] dev-perl/Inline-0.44-r1 [0.44] [ebuild U ] dev-perl/PDL-2.4.0-r1 [2.4.0] [ebuild U ] dev-perl/XML-Parser-2.34 [2.33] [ebuild U ] gnome-base/gnome-applets-2.4.1-r2 [2.4.1-r1] [ebuild UD] net-news/pan-0.14.2 [0.14.2.90] Surely this is a bug? Tom -- [EMAIL PROTECTED] mailing list
