Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Cc: agl@×××××××.au
Subject: Re: [gentoo-user] Portage telling me what it's doing
Date: Sun, 03 Jun 2012 00:07:49
Message-Id: 20120602200512.11a1d9ee@osage
In Reply to: [gentoo-user] Portage telling me what it's doing by Andrew Lowe
1 On Sat, 02 Jun 2012 14:08:39 +0800
2 Andrew Lowe wrote:
3
4 > Hi all,
5 > I've just kicked off an "emerge -NuD world" and will now head
6 > out for a while. My emerge has to do, amongst others, gcc,
7 > libreoffice, Firefox & Thunderbird. Now when I get back I'll want to
8 > know where the emerge is up to so, in my ignorance of portage/emerge
9 > in great depth and with only compiler output spewing up the screen,
10 > I'll fire up another terminal, and now don't laugh, I'll do "emerge
11 > --pretend -NuD world". That will tell me what's currently being
12 > compiled as it will be the top thingy on the list. There has to be a
13 > better way....
14 >
15 > Is there a way so that the terminal that the emerge is
16 > happening in can display additional info? At the moment, I get:
17 >
18 > /home/agl: emerge
19 >
20 > can I get, say:
21 >
22 > /home/agl: emerge www-client/firefox
23 >
24 > by setting some config variable? Failing that is there a log file
25 > that lists just what's been emerged, not a whole lot of "checking
26 > this, checking that, compiling this file, linking that library,
27 > whoops, error here..." sort of thing.
28 >
29 > Any thoughts, greatly appreciated,
30 >
31 > Andrew
32
33 I use "emerge -auDtqv world" to update.
34
35 The "uD" identifies all the updates (from world) and the packages used
36 in lower levels. The "t" uses indented names to show levels of
37 dependency. Lastly "qv" suppresses (from my console) all the
38 configuration and build details while that information is written
39 to /var/lib/portage.
40
41 In short, I can see what's being emerged without being overwhelmed by
42 details.
43
44 HTH,
45
46 David