Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: gcc upgrade Mark Knecht <markknecht@×××××.com>
Re: [gentoo-user] Re: gcc upgrade Valmor de Almeida <val.gentoo@×××××.com>