Gentoo Archives: gentoo-user

From: John Covici <covici@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problems with depclean
Date: Thu, 17 Oct 2019 01:29:10
Message-Id: m3pniwcg99.wl-covici@ccs.covici.com
In Reply to: Re: [gentoo-user] problems with depclean by Neil Bothwick
1 On Wed, 16 Oct 2019 03:33:29 -0400,
2 Neil Bothwick wrote:
3 >
4 > [1 <text/plain; US-ASCII (quoted-printable)>]
5 > On Tue, 15 Oct 2019 19:41:14 -0400, John Covici wrote:
6 >
7 > > Thanks much. Now, what about depclean deleting packages where I have
8 > > the name in my world file, but no version numbers or anything, it
9 > > seems to want to delete what it maybe thinks are older versions even
10 > > if the "older" version is the only one installed?
11 >
12 > Can you post an example output from emerge, the eix entry from that
13 > package and the entry in @world?
14 In the case I see before me, depclean wants to unmerge
15 dev-util/glib-utils -- its not in my world file, but if I do
16 qdepends dev-util/glib-utils I get
17 dev-util/glib-utils-2.58.3: dev-libs/libxslt app-arch/xz-utils
18 >=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(+)]
19 > !<dev-libs/glib-2.56.2:2 dev-lang/python:3.6
20 > app-text/docbook-xsl-stylesheets
21
22 but if I do eix of that it says:
23 [U] dev-util/glib-utils
24 Available versions: 2.58.3{tbz2} 2.60.6 (~)2.60.7
25 {PYTHON_SINGLE_TARGET="python3_5 python3_6 python3_7"
26 PYTHON_TARGETS="python3_5 python3_6 python3_7"}
27 Installed versions: 2.58.3{tbz2}(08:28:38 AM
28 05/10/2019)(PYTHON_SINGLE_TARGET="python3_6 -python3_5
29 -python3_7" PYTHON_TARGETS="python3_6 -python3_5
30 -python3_7")
31 Homepage: https://www.gtk.org/
32 Description: Build utilities for GLib
33 using projects
34 But if I do
35 script -c "emerge --update --deep --with-bdeps=y
36 --changed-use --backtrack=500 --keep-going
37 world" /usr/src/world_update.txt
38
39 It says 0 packages and stops.
40
41 --
42 Your life is like a penny. You're going to lose it. The question is:
43 How do
44 you spend it?
45
46 John Covici wb2una
47 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-user] problems with depclean Neil Bothwick <neil@××××××××××.uk>