Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554826 - Conflict between app-text/evince-3.16.1 and kde-apps/konqueror-4.14.3'
Summary: Conflict between app-text/evince-3.16.1 and kde-apps/konqueror-4.14.3'
Status: RESOLVED DUPLICATE of bug 544630
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-14 06:57 UTC by Juergen Rose
Modified: 2015-07-14 10:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2015-07-14 06:57:32 UTC
'emerge -v --update --newuse --deep --with-bdeps=y --backtrack=30  @world' fails with:

root@lynx:/root(4)# emerge -v --update --newuse --deep --with-bdeps=y --backtrack=30  @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  rR    ] dev-lang/ocaml-4.02.1:0/4.02.1::gentoo  USE="X emacs latex ncurses ocamlopt -xemacs" 0 KiB
...
[ebuild  r  U  ] app-text/poppler-0.34.0:0/53::gentoo [0.33.0-r1:0/52::gentoo] USE="cairo curl cxx doc introspection jpeg jpeg2k lcms png 
...
[ebuild  rR    ] app-text/texlive-core-2014-r4::gentoo  USE="X doc tk xetex -cjk -source" 0 KiB
[ebuild  rR    ] app-text/evince-3.16.1:0/evd3.4-evv3.3::gentoo  USE="djvu dvi gnome introspection nautilus nsplugin postscript t1lib tiff -debug -libsecret -xps" 0 KiB
...
[ebuild  rR    ] sys-devel/llvm-3.6.1:0/3.6::local  USE="clang doc gold libffi ncurses ocaml python static-analyzer xml -debug -libedit -multitarget {-test}" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7 -pypy" VIDEO_CARDS="-radeon" 0 KiB
[blocks B      ] app-text/evince[nsplugin] ("app-text/evince[nsplugin]" is blocking kde-apps/konqueror-4.14.3)

Total: 33 packages (9 upgrades, 24 reinstalls), Size of downloads: 3,027 KiB
Conflict: 1 block (1 unsatisfied)

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-lang/ocaml:0

  (dev-lang/ocaml-4.02.2:0/4.02.2::gentoo, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-lang/ocaml-4.02.1:0/4.02.1::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-lang/ocaml-3.10.2:0/4.02.1=[ocamlopt] required by (dev-ml/lablgl-1.05:0/1.05::gentoo, installed)
                           ^^^^^^^^^^                                                                                                         
    (and 1 more with the same problem)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (kde-apps/konqueror-4.14.3:4/4.14::gentoo, installed) pulled in by
    >=kde-apps/konqueror-4.14.3:4[aqua=] (>=kde-apps/konqueror-4.14.3:4[-aqua]) required by (kde-apps/kdebase-meta-4.14.3:4/4::gentoo, installed)
    >=kde-apps/konqueror-4.14.3:4[aqua=] (>=kde-apps/konqueror-4.14.3:4[-aqua]) required by (kde-apps/nsplugins-4.14.3:4/4.14::gentoo, installed)
    >=kde-apps/konqueror-4.14.3:4[aqua=] (>=kde-apps/konqueror-4.14.3:4[-aqua]) required by (kde-apps/konq-plugins-4.14.3:4/4.14::gentoo, installed)

  (app-text/evince-3.16.1:0/evd3.4-evv3.3::gentoo, ebuild scheduled for merge) pulled in by
    >=app-text/evince-3.13.3[introspection] required by (gnome-extra/gnome-documents-3.16.2:0/0::gentoo, installed)
    >=app-text/evince-3.16.0 required by (gnome-base/gnome-core-apps-3.16.0:3.0/3.0::gentoo, installed)
    app-text/evince:0 required by @__auto_slot_operator_replace_installed__
    >=app-text/evince-3.0[introspection] required by (gnome-extra/sushi-3.16.0:0/0::gentoo, installed)
Comment 1 Andrei Slavoiu 2015-07-14 07:23:44 UTC
That is intended behavior, evince with USE=nsplugin breakes konqueror. See bug 544630
Comment 2 Juergen Rose 2015-07-14 07:41:53 UTC
(In reply to Andrei Slavoiu from comment #1)
> That is intended behavior, evince with USE=nsplugin breakes konqueror. See
> bug 544630

Could you be a little bit more elaborate. Why breaks the gnome pdf viewer the kde browser?

And what is the best way to solve the issue, to remove the nsplugin USE flag from evince? I suppose doing this, evince can't follow embedded links in pdf files.
Comment 3 Andrei Slavoiu 2015-07-14 10:48:39 UTC
The details are in the bug I linked. USE=nsplugin causes evince to build a plugin for embedding PDF documents into browsers, not sure if it changes anything in the standalone app.
Comment 4 Pacho Ramos gentoo-dev 2015-07-14 10:54:08 UTC
You need to disable the nsplugin for evince (once you do that, the links will be opened by a separate evince window)

*** This bug has been marked as a duplicate of bug 544630 ***