Gentoo Archives: gentoo-user

From: Valmor de Almeida <val.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: gcc upgrade
Date: Wed, 14 Jul 2010 03:39:34
Message-Id: 4C3D3F97.80309@gmail.com
In Reply to: Re: [gentoo-user] Re: gcc upgrade by Mark Knecht
1 Mark Knecht wrote:
2 > On Sat, Jul 10, 2010 at 6:28 AM, Mark Knecht <markknecht@×××××.com> wrote:
3 >> On Sat, Jul 10, 2010 at 4:52 AM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
4 >> <SNIP>
5 >>> Unless he's the kind of guy who likes to rip his Ferrari apart for kicks and
6 >>> put it all back together again so that not even the factory can notice...
7 >> Precisely... :-)
8 >>
9 >
10 > Oh, and besides liking the smell of fresh baked 1 and 0's in the
11 > morning emerge -e @world was an easy way to solve my libpng problem.
12 > Woke up this morning to a freshly baked Gentoo machine.
13 >
14 > - Mark
15 >
16
17 One interesting thing on the new Ferrari. If I do
18
19 -> emerge --pretend --verbose --newuse --update --deep world
20
21 These are the packages that would be merged, in order:
22
23 Calculating dependencies... done!
24
25 Total: 0 packages, Size of downloads: 0 kB
26
27 However
28
29 -> emerge -evp world
30
31 [ebuild U ] x11-proto/scrnsaverproto-1.2.0 [1.1.0] 49 kB [0]
32 [ebuild U ] sys-devel/automake-1.10.3 [1.10.2] 936 kB [0]
33
34 Total: 536 packages (2 upgrades, 534 reinstalls), Size of downloads:
35 1,015 kB
36 Portage tree and overlays:
37 [0] /usr/portage
38 [1] /var/lib/layman/science
39
40 Where
41
42 -> revdep-rebuild --ignore --pretend --verbose
43
44 * Checking dynamic linking consistency
45 [ 100% ]
46
47 * Dynamic linking on your system is consistent... All done.
48
49 and
50
51 -> emerge --depclean --pretend --verbose
52
53 >>> No packages selected for removal by depclean
54 Packages installed: 538
55 Packages in world: 69
56 Packages in system: 50
57 Required packages: 538
58 Number to remove: 0
59
60 So emerge -evp is useful to get those last inconsistencies out of the
61 system.
62
63 --
64 Valmor

Replies

Subject Author
Re: [gentoo-user] Re: gcc upgrade Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Re: gcc upgrade Alan McKinnon <alan.mckinnon@×××××.com>