Gentoo Archives: gentoo-user

From: yac <yac@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Use Flags and Updating
Date: Tue, 20 May 2014 20:59:07
Message-Id: 20140520225616.06d79aba@gentoo.org
In Reply to: Re: [gentoo-user] Use Flags and Updating by Alexander Kapshuk
1 On Tue, 20 May 2014 14:49:17 +0300
2 Alexander Kapshuk <alexander.kapshuk@×××××.com> wrote:
3
4 > Here's what I usually run when updating the world.
5 > Long version: emerge --ask --update --deep --with-bdeps=y --newuse
6 > @world With '--with-bdeps=y' set in the file shown below:
7 > grep bdeps /etc/portage/make.conf
8 > EMERGE_DEFAULT_OPTS="--with-bdeps=y"
9 >
10 > Short version: emerge -avuND @world
11 > -a [--ask]
12 > -v [--verbose]
13 > -u [--update]
14 > -N [--newuse]
15 > -D [--deep]
16 >
17 >
18
19 It's also good to use -t --unordered-display to see what pulls what and
20 resolve potential issues.
21
22 Then --keep-going so the whole thing doesn't fail just because one
23 package fails.
24
25 Then -k to use already built binary packages where applicable
26 (Actually, I'm not sure why this sometimes gets activated but I see it
27 from time to time)
28
29 Why do you run the the --width-bdeps=y ?
30
31 ---
32 Jan Matějka | Developer
33 https://gentoo.org | Gentoo Linux
34 GPG: A33E F5BC A9F6 DAFD 2021 6FB6 3EBF D45B EEB6 CA8B

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Use Flags and Updating Alexander Kapshuk <alexander.kapshuk@×××××.com>