* [gentoo-user] openjpeg dependency conflict
@ 2014-11-08 8:43 Gevisz
2014-11-08 10:36 ` Lin Xiao
0 siblings, 1 reply; 3+ messages in thread
From: Gevisz @ 2014-11-08 8:43 UTC (permalink / raw
To: gentoo-user
Yesterday, during my system update,
I have got the following warning:
WARNING: One or more updates have been skipped due to a dependency conflict:
media-libs/openjpeg:2
(media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
<media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
Here is more global view:
# emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] media-sound/pulseaudio-5.0-r4 [5.0-r2]
WARNING: One or more updates have been skipped due to a dependency conflict:
media-libs/openjpeg:2
(media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
<media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
Would you like to merge these packages? [Yes/No] n
After that I tryed to depclean mupdf package so that to emerge it later
but it did not work as mupdf actually was needed for llpp...
So, I depcleaned llpp and then mupdf and all the other related packages.
After that, I did system update that this time released no warning.
Then I tried to emerge llpp back but once again got the following:
# emerge --ask llpp
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] media-libs/openjpeg-2.0.0 USE="-doc -static-libs {-test}"
[ebuild N ] x11-misc/xsel-1.2.0
[ebuild N ] dev-lang/ocaml-3.12.1 USE="X gdbm ncurses ocamlopt -emacs -latex -tk -xemacs"
[ebuild N ] app-text/mupdf-1.3_p20140118 USE="X -static -static-libs -vanilla"
[ebuild N ] dev-ml/lablgl-1.05 USE="glut ocamlopt -doc -tk"
[ebuild N ] app-text/llpp-17_p20140112 USE="ocamlopt -static"
WARNING: One or more updates have been skipped due to a dependency conflict:
media-libs/openjpeg:2
(media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
<media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, ebuild scheduled for merge)
Would you like to merge these packages? [Yes/No] n
Quitting.
Is this a bug?
What shall I do to keep my system clean?
(except for not installing llpp, of course :)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] openjpeg dependency conflict
2014-11-08 8:43 [gentoo-user] openjpeg dependency conflict Gevisz
@ 2014-11-08 10:36 ` Lin Xiao
2014-11-08 16:46 ` Gevisz
0 siblings, 1 reply; 3+ messages in thread
From: Lin Xiao @ 2014-11-08 10:36 UTC (permalink / raw
To: gentoo-user
On 11/08/2014 04:43 PM, Gevisz wrote:
> Yesterday, during my system update,
> I have got the following warning:
>
> WARNING: One or more updates have been skipped due to a dependency conflict:
>
> media-libs/openjpeg:2
>
> (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
> <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
>
> Here is more global view:
>
> # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild U ] media-sound/pulseaudio-5.0-r4 [5.0-r2]
>
> WARNING: One or more updates have been skipped due to a dependency conflict:
>
> media-libs/openjpeg:2
>
> (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
> <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
>
> Would you like to merge these packages? [Yes/No] n
>
> After that I tryed to depclean mupdf package so that to emerge it later
> but it did not work as mupdf actually was needed for llpp...
>
> So, I depcleaned llpp and then mupdf and all the other related packages.
>
> After that, I did system update that this time released no warning.
>
> Then I tried to emerge llpp back but once again got the following:
>
>
> # emerge --ask llpp
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies... done!
> [ebuild N ] media-libs/openjpeg-2.0.0 USE="-doc -static-libs {-test}"
> [ebuild N ] x11-misc/xsel-1.2.0
> [ebuild N ] dev-lang/ocaml-3.12.1 USE="X gdbm ncurses ocamlopt -emacs -latex -tk -xemacs"
> [ebuild N ] app-text/mupdf-1.3_p20140118 USE="X -static -static-libs -vanilla"
> [ebuild N ] dev-ml/lablgl-1.05 USE="glut ocamlopt -doc -tk"
> [ebuild N ] app-text/llpp-17_p20140112 USE="ocamlopt -static"
>
> WARNING: One or more updates have been skipped due to a dependency conflict:
>
> media-libs/openjpeg:2
>
> (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
> <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, ebuild scheduled for merge)
>
>
> Would you like to merge these packages? [Yes/No] n
>
> Quitting.
>
> Is this a bug?
>
> What shall I do to keep my system clean?
> (except for not installing llpp, of course :)
>
>
>
That's just a WARNING. You can safely press 'y' to merge those packages.
Mupdf expect <media-libs/openjpeg-2.1:2. But the latest stable version
of openjpeg is 2.1.0.
So the warning just telling you that update to latest openjpeg is skipped.
Mupdf-1.5-r1 doesn't have this restriction. So when it's stabilized the
warning will gone.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] openjpeg dependency conflict
2014-11-08 10:36 ` Lin Xiao
@ 2014-11-08 16:46 ` Gevisz
0 siblings, 0 replies; 3+ messages in thread
From: Gevisz @ 2014-11-08 16:46 UTC (permalink / raw
To: gentoo-user
On Sat, 08 Nov 2014 18:36:59 +0800 Lin Xiao <xiaoliniess@gmail.com> wrote:
>
> On 11/08/2014 04:43 PM, Gevisz wrote:
> > Yesterday, during my system update,
> > I have got the following warning:
> >
> > WARNING: One or more updates have been skipped due to a dependency conflict:
> >
> > media-libs/openjpeg:2
> >
> > (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
> > <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
> >
> > Here is more global view:
> >
> > # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> > [ebuild U ] media-sound/pulseaudio-5.0-r4 [5.0-r2]
> >
> > WARNING: One or more updates have been skipped due to a dependency conflict:
> >
> > media-libs/openjpeg:2
> >
> > (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
> > <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, installed)
> >
> > Would you like to merge these packages? [Yes/No] n
> >
> > After that I tryed to depclean mupdf package so that to emerge it later
> > but it did not work as mupdf actually was needed for llpp...
> >
> > So, I depcleaned llpp and then mupdf and all the other related packages.
> >
> > After that, I did system update that this time released no warning.
> >
> > Then I tried to emerge llpp back but once again got the following:
> >
> >
> > # emerge --ask llpp
> >
> > These are the packages that would be merged, in order:
> >
> > Calculating dependencies... done!
> > [ebuild N ] media-libs/openjpeg-2.0.0 USE="-doc -static-libs {-test}"
> > [ebuild N ] x11-misc/xsel-1.2.0
> > [ebuild N ] dev-lang/ocaml-3.12.1 USE="X gdbm ncurses ocamlopt -emacs -latex -tk -xemacs"
> > [ebuild N ] app-text/mupdf-1.3_p20140118 USE="X -static -static-libs -vanilla"
> > [ebuild N ] dev-ml/lablgl-1.05 USE="glut ocamlopt -doc -tk"
> > [ebuild N ] app-text/llpp-17_p20140112 USE="ocamlopt -static"
> >
> > WARNING: One or more updates have been skipped due to a dependency conflict:
> >
> > media-libs/openjpeg:2
> >
> > (media-libs/openjpeg-2.1.0::gentoo, ebuild scheduled for merge) conflicts with
> > <media-libs/openjpeg-2.1:2 required by (app-text/mupdf-1.3_p20140118::gentoo, ebuild scheduled for merge)
> >
> >
> > Would you like to merge these packages? [Yes/No] n
> >
> > Quitting.
> >
> > Is this a bug?
> >
> > What shall I do to keep my system clean?
> > (except for not installing llpp, of course :)
> >
> >
> >
> That's just a WARNING. You can safely press 'y' to merge those packages.
> Mupdf expect <media-libs/openjpeg-2.1:2. But the latest stable version
> of openjpeg is 2.1.0.
> So the warning just telling you that update to latest openjpeg is skipped.
> Mupdf-1.5-r1 doesn't have this restriction. So when it's stabilized the
> warning will gone.
Ok, thank you for explanation.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-08 16:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-08 8:43 [gentoo-user] openjpeg dependency conflict Gevisz
2014-11-08 10:36 ` Lin Xiao
2014-11-08 16:46 ` Gevisz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox