Gentoo Archives: gentoo-server

From: "Andreas Prieß" <ap@××××××××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] small tip how to really "emerge world"
Date: Mon, 15 Sep 2008 11:57:58
Message-Id: 48CE4DBD.9070808@metaphysis.net
In Reply to: [gentoo-server] small tip how to really "emerge world" by Tomasz Lutelmowski
1 Hi,
2
3 Tomasz Lutelmowski wrote:
4 > If you want to get list of all possible updates after "emerge --sync",
5 > # emerge -puDvNt world
6 > ...might be not enough.
7
8 you might not get all possible updates, depending on your settings for
9 EMERGE_DEFAULT_OPTS in make.conf :-)
10
11 I think, if you have a look at the emerge option
12 --with-bdeps < y | n >
13 you should be able to get really, really all possible updates with
14 emerge and without further gimmicks.
15
16 > If it returns "0 packages" to update, try also this
17 > (it takes very long time to finish, requires app-portage/portage-utils)
18 >
19 > # for f in `qlist -IC`; do emerge -puDvNt $f | grep ebuild; done
20
21 There should not be any difference if you use the mentioned option to
22 emerge.
23
24
25 Just my 2 cents.
26
27 Andreas

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-server] small tip how to really "emerge world" Tomasz Lutelmowski <tomek@×××××.pl>
Re: [gentoo-server] small tip how to really "emerge world" Kent Fredric <kentfredric@×××××.com>