Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Installed over and over again: Imagemagick
Date: Wed, 11 Dec 2019 04:09:31
Message-Id: 20191211040918.qflltsose7inym5s@solfire
In Reply to: Re: [gentoo-user] Installed over and over again: Imagemagick by Jack
1 On 12/10 01:37, Jack wrote:
2 > On 2019.12.09 22:22, tuxic@××××××.de wrote:
3 > > Hi,
4 > >
5 > > it seems, there is an installation loop for
6 > >
7 > > Installing (2 of 2) media-gfx/imagemagick-6.9.10.77::gentoo
8 > >
9 > > . Nearly every morning since some days I see this.
10 > > What may cause the problem? (It installas just fine.)
11 > >
12 > > Cheers!
13 > > mcc
14 > My portage shows that 6.9.10.77 is ~ but 7.0.9.5 is stable. Do you have any
15 > package.x entries which might affect which version can be installed? No, I
16 > have no idea why that would make it reinstall the same version daily, but it
17 > might be a starting point. Also, which emerge command is producing that
18 > result? Is the other package (1 of 2) always the same, or does that vary by
19 > day?
20 >
21 > Jack
22
23 Hi Jack,
24
25 this command is used for updateing:
26 ionice -c 3 -n 7 nice -n 5 eix-sync ;ionice -c 3 -n 7 nice -n 5 emerge --update --newuse --deep --with-bdeps=n --tree --keep-going --backtrack=30 -v --verbose-conflicts -1 @world
27
28 when this has done its job, this comand is used to clean up:
29 emerge --selective=n @preserved-rebuild && emerge --depclean -va && eclean-dist -C -d -v && eix-test-obsolete
30
31 In the past, this has worked fine for me (I am using 'unstable')
32
33 The last actions related to imagemagick were (qlop -m -u -v) :
34 2019-11-20T05:00:52 >>> media-gfx/imagemagick-6.9.10.73
35 2019-11-20T17:43:50 >>> media-gfx/imagemagick-6.9.10.73
36 2019-11-21T03:59:33 >>> media-gfx/imagemagick-6.9.10.73
37 2019-11-21T18:06:49 >>> media-gfx/imagemagick-6.9.10.73
38 2019-11-22T03:47:45 >>> media-gfx/imagemagick-6.9.10.73
39 2019-11-22T17:21:54 >>> media-gfx/imagemagick-6.9.10.73
40 2019-11-23T04:00:34 >>> media-gfx/imagemagick-6.9.10.73
41 2019-12-03T17:17:58 >>> media-gfx/imagemagick-6.9.10.77
42 2019-12-04T03:12:26 >>> media-gfx/imagemagick-6.9.10.77
43 2019-12-04T17:30:03 >>> media-gfx/imagemagick-6.9.10.77
44 2019-12-05T04:42:22 >>> media-gfx/imagemagick-6.9.10.77
45 2019-12-05T17:44:49 >>> media-gfx/imagemagick-6.9.10.77
46 2019-12-06T02:58:10 >>> media-gfx/imagemagick-6.9.10.77
47 2019-12-06T17:39:24 >>> media-gfx/imagemagick-6.9.10.77
48 2019-12-07T01:11:23 >>> media-gfx/imagemagick-6.9.10.77
49 2019-12-07T04:25:47 >>> media-gfx/imagemagick-6.9.10.77
50 2019-12-07T16:55:51 >>> media-gfx/imagemagick-7.0.9.7
51 2019-12-08T04:33:29 >>> media-gfx/imagemagick-6.9.10.77
52 2019-12-09T04:29:51 >>> media-gfx/imagemagick-6.9.10.77
53 2019-12-09T17:38:44 >>> media-gfx/imagemagick-6.9.10.77
54 2019-12-10T03:59:49 >>> media-gfx/imagemagick-6.9.10.77
55 2019-12-10T17:26:51 >>> media-gfx/imagemagick-6.9.10.77
56 2019-12-11T03:43:13 >>> media-gfx/imagemagick-6.9.10.77
57
58 The "other" packages differ with each update.
59
60 There are no package.x-entries (related to or nameing imagemagick) other than this one:
61 package.use/inkscape:media-gfx/inkscape jpeg nls openmp cdr dbus dia exif -gnome imagemagick inkjar latex lcms postscript visio wpg PYTHON_TARGETS="python2_7")
62
63
64 Cheers!
65 mcc

Replies

Subject Author
Re: [gentoo-user] Installed over and over again: Imagemagick Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Installed over and over again: Imagemagick Jack <ostroffjh@×××××××××××××××××.net>