Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] "emerge -pvuND world" versus "emerge -pveuND world"
Date: Wed, 11 Oct 2006 22:07:58
Message-Id: 200610120002.58864.bo.andresen@zlin.dk
In Reply to: [gentoo-user] "emerge -pvuND world" versus "emerge -pveuND world" by Daniel Pielmeier
1 On Wednesday 11 October 2006 21:31, Daniel Pielmeier wrote:
2 [SNIP]
3 > > Calculating world dependencies ..... ....... done!
4 > > [ebuild N ] sys-devel/binutils [2.16.1-r3] USE="nls
5 > > -multislot -multitarget -test -vanilla" 109 kB
6
7 $ emerge -pv binutils
8
9 These are the packages that would be merged, in order:
10
11 Calculating dependencies... done!
12 [ebuild R ] sys-devel/binutils-2.16.1-r3 USE="nls -multislot -multitarget -test -vanilla" 109 kB
13
14 Total size of downloads: 109 kB
15
16 $ emerge -fp binutils 2>&1 | grep http | \
17 while read src; do
18 [ ! -f `portageq distdir`/`basename "$src"` ] && basename "$src";
19 done
20 binutils-2.16.1-patches-1.11.tar.bz2
21
22 That patch was added by [1]. The cvs log entry says:
23
24 "add freebsd/amd64 and playstation2 support (Portage version: 2.1.1)" [2]
25
26 Which probably isn't relevant to you..
27
28 > > ...
29 > > [ebuild N ] net-dialup/ppp [2.4.3-r16] USE="gtk ipv6
30 > > pam -activefilter -atm -dhcp -eap-tls -mppe-mppc -radius" 55 kB
31 [SNIP]
32
33 This is due to [3] which has this cvs log entry:
34
35 "Fix broken build against openssl-0.9.8 (#146780)." [4]
36
37 As mentioned by Boris there is no need to do a bump for a build error since if
38 you succeeded to build it you don't need the fix.. As you can see you can (with
39 the aid of sources.gentoo.org) figure this out yourself... :)
40
41 [1] http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r3.ebuild?r1=1.6&r2=1.7
42 [2] http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r3.ebuild?rev=1.7&view=log
43 [3] http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.3-r16.ebuild?r1=1.7&r2=1.8
44 [4] http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/ppp/ppp-2.4.3-r16.ebuild?rev=1.9&view=log
45
46 --
47 Bo Andresen