Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Q on portage's rational to re-emerge packages
Date: Fri, 27 Sep 2013 09:28:49
Message-Id: 1380274123.4038.1@numa-i.igpm.rwth-aachen.de
In Reply to: Re: [gentoo-user] Q on portage's rational to re-emerge packages by Alan McKinnon
1 On 09/27/2013 11:09:11 AM, Alan McKinnon wrote:
2 > On 27/09/2013 10:24, Helmut Jarausch wrote:
3 > > Hi,
4 > > would anybody please be so kind to explain to me the rational used
5 > by
6 > > portage to re-emerge
7 > > some packages.
8 > >
9 > > I've installed portage 2.2.7 and when I try to emerge, say,
10 > > app-shells/zsh-completions
11 > > it re-emerges (emerge -vp shows 'rR') several packages including,
12 > i.e.,
13 > > app-office/libreoffice
14 > >
15 > > I can't imaging libreoffice depends in any way on zsh-completions.
16 > >
17 > > So, what's going on?
18 > >
19 > > (and rebuilding libreoffice isn't just fun)
20 > >
21 > > Many thanks,
22 > > Helmut.
23 >
24 >
25 > You didn't supply any output or any details about your system, so your
26 > question can't be properly answered. I can make a guess, so from the
27 > man
28 > page:
29 >
30 > r reinstall (forced for some reason, possibly due to
31 > slot or sub-slot)
32 > R replacing (remerging same version)
33 >
34 >
35 > I'd guess libreoffice needs to be rebuilt and is triggered by a
36 > sub-slot
37 > (in the old days you would have had to run revdep-rebuild or emerge
38 > @preserved-rebuild to find this)
39 >
40 > I imagine this is in no way related to zsh-completions, that just
41 > happens to be on the command line. It's related to running emerge.
42 >
43 > If you require a better answer, please provide proper emerge output.
44 > Rage questions don't usually lead to correct explanations
45 >
46 >
47 > --
48 > Alan McKinnon
49 > alan.mckinnon@×××××.com
50 >
51 >
52
53 Here is a full example:
54 emerge -auv1 app-shells/zsh-completions
55
56 These are the packages that would be merged, in order:
57
58 Calculating dependencies - * Digest verification failed:
59 * /LOCAL/local/portage/dev-python/wxpython/wxpython-9999.ebuild
60 * Reason: Filesize does not match recorded size
61 * Got: 4166
62 * Expected: 4167
63 ... done!
64 [ebuild rR ] dev-python/setuptools-1.1.6 PYTHON_TARGETS="python2_7
65 python3_3 -pypy2_0 -python2_6 -python3_2" 0 kB
66 [ebuild rR ] dev-python/sip-4.15.2:0/10 USE="-debug -doc"
67 PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB
68 [ebuild rR ] dev-python/pyopenssl-0.13.1 USE="-doc"
69 PYTHON_TARGETS="python2_7 python3_3 -pypy2_0 -python2_6 -python3_2" 0 kB
70 [ebuild rR ] dev-python/pmw-2.0.0-r2:py3 USE="-doc -examples
71 {-test}" PYTHON_TARGETS="python3_3 -python3_2" 0 kB
72 [ebuild rR ] app-portage/gentoolkit-0.3.0.8-r1
73 PYTHON_TARGETS="python2_7 python3_3 -pypy2_0 -python2_6 -python3_2" 0 kB
74 [ebuild rR ] dev-python/pytz-2013d PYTHON_TARGETS="python2_7
75 python3_3 -pypy2_0 -python2_6 -python3_2" 0 kB
76 [ebuild rR ] dev-python/paramiko-1.11.0 USE="-doc -examples"
77 PYTHON_TARGETS="python2_7 -python2_6" 0 kB
78 [ebuild rR ] dev-python/numpydoc-0.4-r1 USE="{-test}"
79 PYTHON_TARGETS="python2_7 -python2_6" 0 kB
80 [ebuild rR ] dev-python/PyQt4-4.10.3 USE="X dbus declarative help
81 kde opengl script sql svg webkit -debug -doc -examples -multimedia
82 -phonon -scripttools -xmlpatterns" PYTHON_TARGETS="python2_7 python3_3
83 -python2_6 -python3_2" 0 kB
84 [ebuild U ] app-shells/zsh-completions-0.10.0::sunrise
85 [0.8.0::sunrise] 145 kB
86 [ebuild rR ] app-office/libreoffice-4.1.2.2 USE="bluetooth
87 branding cups dbus gnome gtk java kde opengl vba webdav (-aqua) -debug
88 -eds -gstreamer -gtk3 -jemalloc -mysql -odk -postgres -telepathy
89 {-test}" LIBREOFFICE_EXTENSIONS="presenter-minimizer -nlpsolver
90 -scripting-beanshell -scripting-javascript -wiki-publisher"
91 PYTHON_SINGLE_TARGET="python2_7 -python3_3" PYTHON_TARGETS="python2_7
92 python3_3" 0 kB
93
94 Total: 11 packages (1 upgrade, 10 reinstalls), Size of downloads: 145 kB
95
96
97 Does portage keep a "todo list" anywhere?
98
99 Thanks,
100 Helmut.

Replies

Subject Author
Re: [gentoo-user] Q on portage's rational to re-emerge packages Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>