Gentoo Archives: gentoo-user

From: Michael Volland <mk106c-gnu@×××××.de>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] emerge options?
Date: Tue, 26 Mar 2013 10:51:02
Message-Id: 20130326105041.GA28614@alpha
1 Hi,
2
3 today I realized on a gentoo-box after upgrading with
4
5 eix-sync && emerge --keep-going -avutND @world
6 revdep-rebuild
7 emerge -avc (--depclean)
8
9 eclean-dist said:
10
11 The following unavailable installed packages were found:
12 app-text/build-docbook-catalog-1.4
13 app-text/docbook-xsl-stylesheets-1.75.2
14 virtual/perl-ExtUtils-Command-1.170.0-r2 ...distfile name(s) not known/saved
15 virtual/perl-File-Temp-0.220.0-r1 ...distfile name(s) not known/saved
16 virtual/perl-Test-Simple-0.980.0-r1 ...distfile name(s) not known/saved
17
18 After upgrading 2 of them manually I got this fixed with:
19
20 "emerge --complete-graph=y --with-bdeps=y --keep-going -avutND @world"
21
22 Question:
23
24 Sins I do this with a script which I start manually, should I just always
25 go with
26
27 "--complete-graph=y --with-bdeps=y"
28
29 or are there disadvantages (like more blocks and unsolved dependencies,
30 apart from taking time)?
31
32 I just try it out, but would like to know about your experience with it.
33
34 In the beginning I just used first "emerge -avu @world"
35 and after that I ran it with "--deep" and "--newuse" when I changed
36 use-flags. From time to time the options I used got more...
37
38 Greetings
39 Michael