Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Installed over and over again: Imagemagick tuxic@××××××.de
Re: [gentoo-user] Installed over and over again: Imagemagick Neil Bothwick <neil@××××××××××.uk>