Gentoo Archives: gentoo-user

From: Gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] openjpeg dependency conflict
Date: Sat, 08 Nov 2014 16:47:42
Message-Id: 545e4924.c28a700a.6892.ffffdd2f@mx.google.com
In Reply to: Re: [gentoo-user] openjpeg dependency conflict by Lin Xiao
1 On Sat, 08 Nov 2014 18:36:59 +0800 Lin Xiao <xiaoliniess@×××××.com> wrote:
2
3 >
4 > On 11/08/2014 04:43 PM, Gevisz wrote:
5 > > Yesterday, during my system update,
6 > > I have got the following warning:
7 > >
8 > > WARNING: One or more updates have been skipped due to a dependency conflict:
9 > >
10 > > media-libs/openjpeg:2
11 > >
12 > > (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
13 > > <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
14 > >
15 > > Here is more global view:
16 > >
17 > > # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world
18 > >
19 > > These are the packages that would be merged, in order:
20 > >
21 > > Calculating dependencies... done!
22 > > [ebuild U ] media-sound/pulseaudio-5.0-r4 [5.0-r2]
23 > >
24 > > WARNING: One or more updates have been skipped due to a dependency conflict:
25 > >
26 > > media-libs/openjpeg:2
27 > >
28 > > (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
29 > > <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
30 > >
31 > > Would you like to merge these packages? [Yes/No] n
32 > >
33 > > After that I tryed to depclean mupdf package so that to emerge it later
34 > > but it did not work as mupdf actually was needed for llpp...
35 > >
36 > > So, I depcleaned llpp and then mupdf and all the other related packages.
37 > >
38 > > After that, I did system update that this time released no warning.
39 > >
40 > > Then I tried to emerge llpp back but once again got the following:
41 > >
42 > >
43 > > # emerge --ask llpp
44 > >
45 > > These are the packages that would be merged, in order:
46 > >
47 > > Calculating dependencies... done!
48 > > [ebuild N ] media-libs/openjpeg-2.0.0 USE="-doc -static-libs {-test}"
49 > > [ebuild N ] x11-misc/xsel-1.2.0
50 > > [ebuild N ] dev-lang/ocaml-3.12.1 USE="X gdbm ncurses ocamlopt -emacs -latex -tk -xemacs"
51 > > [ebuild N ] app-text/mupdf-1.3_p20140118 USE="X -static -static-libs -vanilla"
52 > > [ebuild N ] dev-ml/lablgl-1.05 USE="glut ocamlopt -doc -tk"
53 > > [ebuild N ] app-text/llpp-17_p20140112 USE="ocamlopt -static"
54 > >
55 > > WARNING: One or more updates have been skipped due to a dependency conflict:
56 > >
57 > > media-libs/openjpeg:2
58 > >
59 > > (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
60 > > <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, ebuild scheduled for merge)
61 > >
62 > >
63 > > Would you like to merge these packages? [Yes/No] n
64 > >
65 > > Quitting.
66 > >
67 > > Is this a bug?
68 > >
69 > > What shall I do to keep my system clean?
70 > > (except for not installing llpp, of course :)
71 > >
72 > >
73 > >
74 > That's just a WARNING. You can safely press 'y' to merge those packages.
75 > Mupdf expect <media-libs/openjpeg-2.1:2. But the latest stable version
76 > of openjpeg is 2.1.0.
77 > So the warning just telling you that update to latest openjpeg is skipped.
78 > Mupdf-1.5-r1 doesn't have this restriction. So when it's stabilized the
79 > warning will gone.
80
81 Ok, thank you for explanation.