Gentoo Archives: gentoo-user

From: David Fellows <dmf@××××××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Installation loop...
Date: Sat, 18 Apr 2020 13:14:44
Message-Id: 13565.1587215676@owl.pooh.corner
In Reply to: [gentoo-user] Installation loop... by tuxic@posteo.de
1 >Hi,
2 >
3 >on my system are installed (beside other things, of course... :)
4 >
5 >[I] virtual/w3m
6 > Available versions: 0
7 > Installed versions: 0(03:51:00 AM 04/18/2020)
8 > Description: Virtual for the w3m web browser
9 >
10 >[I] www-client/w3m
11 > Available versions: 0.5.3_p20180125 (~)0.5.3_p20190105 {X fbcon gdk-pixbuf gpm imlib libressl lynxkeymap nls nntp ssl unicode xface L10N="de ja"}
12 > Installed versions: 0.5.3_p20190105(08:50:56 AM 04/10/2020)(X nls ssl unicode -fbcon -gdk-pixbuf -gpm -imlib -libressl -lynxkeymap -nntp -xface L10N="-de -ja")
13 > Homepage: https://github.com/tats/w3m
14 > Description: Text based WWW browser, supports tables and frames
15 >
16 >
17 >Normally I do a cleanup after each upgrade/compilation/install like
18 >so:
19 >
20 >
21 > emerge --selective=n @preserved-rebuild && emerge --depclean -va && eclean-dist -C -d -v && eix-test-obsolete
22 >
23 >which removes
24 >
25 > virtual/w3m
26 >
27 >then. Next upgrade, which looks liek:
28 >
29 > eix-sync ; emerge --update --newuse --deep --with-bdeps=y --tree --keep-going --backtrack=30 -v --verbose-conflicts -1 @world
30 >
31 >it installs
32 >
33 > virtual/w3m
34 >
35 >again.
36 >
37 >And so on.
38 >
39 >How can I stop this?
40
41 After this annoyed me for a month I did the following with by system in a
42 state with both installed:
43 emerge --deselect www-client/w3m
44 emerge --select virtual/w3m
45 Which stopped the foolishness.
46
47 >Are the commands I use fishy?
48 >What is the reason of this loop -- other parts of the system will not
49 >be reinstalled over and over again.... ?
50
51 In my case, I had installed www-client/w3m explicitly to satisfy a program
52 that was installed outside portage possibly before there was a virtual/w3m.
53
54 DaveF
55
56 >
57 >Cheers!
58 >Meino
59 >
60 >
61 >
62 >

Replies

Subject Author
Re: [gentoo-user] Installation loop... tuxic@××××××.de