Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Updating world
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
ckid113
n00b
n00b


Joined: 19 Oct 2010
Posts: 42

PostPosted: Sun Sep 25, 2011 11:02 pm    Post subject: Updating world Reply with quote

I am running `emerge --update --deep --newuse -av world` and receive this:

Code:

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

Calculating dependencies... done!

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

kde-base/oxygen-icons:4

  (kde-base/oxygen-icons-4.6.5::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (kde-base/oxygen-icons-4.7.1::gentoo, ebuild scheduled for merge) pulled in by
    >=kde-base/oxygen-icons-4.7.1:4[aqua=] required by (kde-base/khelpcenter-4.7.1::gentoo, ebuild scheduled for merge)
    (and 2 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. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

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


The following keyword changes are necessary to proceed:
#required by kde-base/kdelibs-4.7.1-r1, required by kde-base/kdesu-4.7.1, required by kde-base/khelpcenter-4.7.1
>=kde-base/kde-env-4.7.1 ~amd64
#required by kde-base/kdelibs-4.7.1-r1[handbook], required by kde-base/kdesu-4.7.1
>=kde-base/khelpcenter-4.7.1 ~amd64
#required by kde-base/khelpcenter-4.7.1, required by kde-base/kdelibs-4.7.1-r1[handbook], required by kde-base/kfilereplace-4.6.5, required by kde-base/kdewebdev-meta-4.6.5, required by @selected, required by @world (argument)
>=kde-base/kdesu-4.7.1 ~amd64
#required by kde-base/kdesu-4.7.1, required by kde-base/khelpcenter-4.7.1
>=kde-base/kdelibs-4.7.1-r1 ~amd64
#required by kde-base/kdelibs-4.7.1-r1, required by kde-base/kdesu-4.7.1, required by kde-base/khelpcenter-4.7.1
>=kde-base/oxygen-icons-4.7.1 ~amd64

The following USE changes are necessary to proceed:
#required by kde-base/klinkstatus-4.6.5, required by kde-base/kdewebdev-meta-4.6.5, required by @selected, required by @world (argument)
=kde-base/kdepimlibs-4.6.5 semantic-desktop
#required by dev-vcs/git-1.7.3.4-r1[subversion,perl], required by sys-devel/gettext-0.18.1.1-r1[git], required by media-libs/gstreamer-0.10.35[nls], required by media-libs/phonon-gstreamer-4.5.0, required by media-libs/phonon-4.5.0[gstreamer], required by kde-base/kdelibs-4.7.1-r1, required by kde-base/kdesu-4.7.1, required by kde-base/khelpcenter-4.7.1
=dev-vcs/subversion-1.6.17 -dso
#required by kde-base/kdesu-4.7.1, required by kde-base/khelpcenter-4.7.1
>=kde-base/kdelibs-4.7.1-r1 semantic-desktop

NOTE: This --autounmask behavior can be disabled by setting
      EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf.

Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).

!!! All ebuilds that could satisfy ">=kde-base/kdelibs-4.6.5:4[aqua=,semantic-desktop=]" have been masked.
!!! One of the following masked packages is required to complete your request:
- kde-base/kdelibs-4.7.1-r1::gentoo (masked by: ~amd64 keyword)
- kde-base/kdelibs-4.7.1::gentoo (masked by: ~amd64 keyword)
- kde-base/kdelibs-4.7.0-r1::gentoo (masked by: ~amd64 keyword)
- kde-base/kdelibs-4.6.5-r1::gentoo (masked by: )

(dependency required by "kde-base/kdepimlibs-4.6.5" [ebuild])
(dependency required by "kde-base/klinkstatus-4.6.5" [ebuild])
(dependency required by "kde-base/kdewebdev-meta-4.6.5" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


How do I rectify this situation? Why some 4.7 packages are unmasked and others are masked. Is this a temporary problem and I should wait and run `emerge --sync` again later?
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Mon Sep 26, 2011 5:06 pm    Post subject: Reply with quote

Follow the keyword and use flag changes suggested.

This kind of portage block I've dealt with by unmerging the offending packages, and if they aren't emerged again as dependencies, I emerge them manually.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
few
Guru
Guru


Joined: 03 Mar 2008
Posts: 448

PostPosted: Mon Sep 26, 2011 5:39 pm    Post subject: Reply with quote

Maybe adding --autounmask=n would give a better error message. It looks like you have some use flag conflict that renders some of your kde-4.6 package unusable, which lets emerge pull in 4.7 packages.
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Tue Sep 27, 2011 5:48 pm    Post subject: Reply with quote

Hence, follow the use flag changes Portage wants you to make. :wink:
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
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