Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] app-text/evince blocked by kde-apps/konqueror
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
leifbk
Guru
Guru


Joined: 05 Jan 2004
Posts: 425
Location: Bærum, Norway

PostPosted: Wed Sep 09, 2015 1:47 pm    Post subject: [SOLVED] app-text/evince blocked by kde-apps/konqueror Reply with quote

I'm running Gentoo stable x86-64 with a normal KDE 4 desktop, with Mozilla Firefox as my preferred browser. A couple of days ago a conflict arose between app-text/evince and kde-apps/konqueror which I temporarily solved by running

Code:
nice emerge -avuDU @world --exclude app-text/evince


Today I ran a new emerge --sync and nice emerge -avuDU @world, and here's the output:

Code:
balapapa ~ # nice emerge -avuDU @world

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

Calculating dependencies... done!
[ebuild     U  ] gnome-extra/yelp-xsl-3.16.1::gentoo [3.14.0::gentoo] 552 KiB
[ebuild     U  ] app-text/yelp-tools-3.16.1::gentoo [3.14.1::gentoo] 199 KiB
[ebuild     U  ] app-text/evince-3.16.1:0/evd3.4-evv3.3::gentoo [3.14.2-r1:0/evd3.4-evv3.3::gentoo] USE="gnome introspection nsplugin postscript tiff -debug -djvu -dvi -libsecret -nautilus -t1lib -xps" 3 041 KiB
[blocks B      ] app-text/evince[nsplugin] ("app-text/evince[nsplugin]" is blocking kde-apps/konqueror-4.14.3)

Total: 3 packages (3 upgrades), Size of downloads: 3 792 KiB
Conflict: 1 block (1 unsatisfied)

 * 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.0[introspection] required by (gnome-extra/sushi-3.16.0:0/0::gentoo, installed)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages

balapapa ~ #


It seems like evince is needed for nautilus, which is ultimately needed for www-plugins/gecko-mediaplayer. The latter is for viewing video in Firefox. So, to watch video in Firefox, I have to have a substantial part of Gnome installed on my system; and now, like a newly hatched cuckoo, it attemps to push its step siblings out of the nest. I don't want to unmerge Konqueror; even if it's a lousy Web browser, I'm using it all the time as my file browser. Dolphin sucks.

I was a little surprised to see that the issue hasn't been reported on this forum by anyone else, so maybe it's something in my setup that creates this unfortunate situation?
_________________
Grumpy old man


Last edited by leifbk on Wed Sep 09, 2015 2:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Wed Sep 09, 2015 2:29 pm    Post subject: Reply with quote

Quote:
app-text/evince[nsplugin] ("app-text/evince[nsplugin]" is blocking kde-apps/konqueror-4.14.3)


This is easily one... evince with nsplugin flag blocks konqueror, unset nsplugin for evince, and it no longer blocks...
Back to top
View user's profile Send private message
leifbk
Guru
Guru


Joined: 05 Jan 2004
Posts: 425
Location: Bærum, Norway

PostPosted: Wed Sep 09, 2015 2:37 pm    Post subject: Reply with quote

ct85711 wrote:
Quote:
app-text/evince[nsplugin] ("app-text/evince[nsplugin]" is blocking kde-apps/konqueror-4.14.3)


This is easily one... evince with nsplugin flag blocks konqueror, unset nsplugin for evince, and it no longer blocks...


Thanks a lot, you saved my day! Obviously, I wasn't quite aware of what portage tried to tell me :)

Code:
balapapa ~ # echo "app-text/evince -nsplugin" >> /etc/portage/package.use
balapapa ~ # nice emerge -avuDU @world

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

Calculating dependencies... done!
[ebuild     U  ] gnome-extra/yelp-xsl-3.16.1::gentoo [3.14.0::gentoo] 552 KiB
[ebuild     U  ] app-text/yelp-tools-3.16.1::gentoo [3.14.1::gentoo] 199 KiB
[ebuild     U  ] app-text/evince-3.16.1:0/evd3.4-evv3.3::gentoo [3.14.2-r1:0/evd3.4-evv3.3::gentoo] USE="gnome introspection postscript tiff -debug -djvu -dvi -libsecret -nautilus -nsplugin* -t1lib -xps" 3 041 KiB

Total: 3 packages (3 upgrades), Size of downloads: 3 792 KiB

Would you like to merge these packages? [Yes/No]

_________________
Grumpy old man
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum