Gentoo Archives: gentoo-user

From: wabe <wabenbau@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] strange dependency conflict
Date: Sun, 15 Jan 2017 20:39:47
Message-Id: 20170115213904.4d364bcc@hal9000.localdomain
In Reply to: Re: [gentoo-user] strange dependency conflict by Daniel Frey
1 Daniel Frey <djqfrey@×××××.com> wrote:
2
3 > On 2017-01-15 11:28 AM, wabe wrote:
4 >
5 > > Since some days, portage moans about a dependency conflict when I
6 > > update my system:
7 > >
8 > >
9 > > These are the packages that would be merged, in order:
10 > >
11 > > Calculating dependencies... done!
12 > >
13 > > Total: 0 packages, Size of downloads: 0 KiB
14 > >
15 > > WARNING: One or more updates/rebuilds have been skipped due to a
16 > > dependency conflict:
17 > >
18 > > app-text/xmlto:0
19 > >
20 > > (app-text/xmlto-0.0.26-r1:0/0::gentoo, ebuild scheduled for
21 > > merge) conflicts with
22 > > >=app-text/xmlto-0.0.26-r1[text(+)] required by
23 > > >(x11-misc/xdg-utils-1.1.1-r1:0/0::gentoo, installed)
24 > > >
25 > >
26 > > Nothing to merge; quitting.
27 > >
28 > >
29 > > I don't understand this because these versions are already
30 > > installed on my system:
31 > >
32 > > [I] app-text/xmlto
33 > > Available versions: 0.0.26-r1{tbz2} ~0.0.28-r1 {latex text}
34 > > Installed versions: 0.0.26-r1{tbz2}(19:30:25 12/02/15)(text
35 > > -latex)
36 > >
37 > > [I] x11-misc/xdg-utils
38 > > Available versions: 1.1.1^t{tbz2} 1.1.1-r1^t{tbz2} {doc
39 > > +perl} Installed versions: 1.1.1-r1^t{tbz2}(20:14:37 01/15/17)(doc
40 > > perl)
41 > >
42 > >
43 > >
44 > > How can a package conflict with itself (same version)?
45 > >
46 > > --
47 > > Regards
48 > > wabe
49 > >
50 >
51 > From what I can tell it's telling you that the xmlto package is too
52 > old. xdg-utils needs a newer version, and I suspect that it's marked
53 > unstable. If you unmask a newer version of xmlto the error will go
54 > away.
55
56 That was also my first thought. But then I noticed the "greater or
57 equal" sign ">=". According to that, the installed version should
58 be sufficient.
59
60 And I also expect that a stable package doesn't depend on an unstable
61 (~amd64) one.
62
63 However you are right. Unmasking xmlto resolved the conflict.
64
65 Thanks for the hint.
66
67 --
68 Regards
69 wabe

Replies

Subject Author
Re: [gentoo-user] strange dependency conflict Daniel Frey <djqfrey@×××××.com>