Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problems with depclean
Date: Thu, 17 Oct 2019 07:23:27
Message-Id: 20191017082307.548edea5@digimed.co.uk
In Reply to: Re: [gentoo-user] problems with depclean by John Covici
1 On Wed, 16 Oct 2019 21:28:18 -0400, John Covici wrote:
2
3 > > Can you post an example output from emerge, the eix entry from that
4 > > package and the entry in @world?
5 > In the case I see before me, depclean wants to unmerge
6 > dev-util/glib-utils -- its not in my world file, but if I do
7 > qdepends dev-util/glib-utils I get
8 > dev-util/glib-utils-2.58.3: dev-libs/libxslt app-arch/xz-utils
9 > >=dev-lang/python-exec-2:2/2=[python_targets_python3_6(+),-python_single_target_jython2_7(+),-python_single_target_pypy(+),-python_single_target_pypy3(+),-python_single_target_python2_7(+),python_single_target_python3_6(+)]
10 > > !<dev-libs/glib-2.56.2:2 dev-lang/python:3.6
11 > > app-text/docbook-xsl-stylesheets
12
13 That is odd, I use emerge -cpv rather than qdepends and it shows many
14 reverse dependencies.
15
16 > but if I do eix of that it says:
17 > [U] dev-util/glib-utils
18 > Available versions: 2.58.3{tbz2} 2.60.6 (~)2.60.7
19 > {PYTHON_SINGLE_TARGET="python3_5 python3_6 python3_7"
20 > PYTHON_TARGETS="python3_5 python3_6 python3_7"}
21 > Installed versions: 2.58.3{tbz2}(08:28:38 AM
22 > 05/10/2019)(PYTHON_SINGLE_TARGET="python3_6 -python3_5
23 > -python3_7" PYTHON_TARGETS="python3_6 -python3_5
24 > -python3_7")
25
26 It may not be relevant, but you don't have the latest version installed
27 and it is recommended to run depclean after a full world update.
28
29 > But if I do
30 > script -c "emerge --update --deep
31 > --with-bdeps=y --changed-use --backtrack=500 --keep-going
32 > world" /usr/src/world_update.txt
33 >
34 > It says 0 packages and stops.
35
36 So it's odd to see that portage considers your system up to date.
37 Although this is consistent with portage considering glib-utils to be
38 unnecessary. Does
39
40 grep -r glib-utils /etc/portage
41
42 show anything. Is the package listed in the output from emerge -ep @world?
43
44
45 --
46 Neil Bothwick
47
48 Engineers do it with less resistance.

Replies

Subject Author
Re: [gentoo-user] problems with depclean John Covici <covici@××××××××××.com>