- Code: Select all
# emerge -1vp kde-meta
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds built with USE flags to satisfy ">=kde-base/kdepimlibs-4.5.1[aqua=,-kdeprefix,semantic-desktop]".
!!! One of the following packages is required to complete your request:
- kde-base/kdepimlibs-4.5.1 (Change USE: +semantic-desktop)
(dependency required by "kde-base/kdeplasma-addons-4.5.1" [ebuild])
(dependency required by "kde-base/kde-meta-4.5.1" [ebuild])
(dependency required by "kde-meta" [argument])
#
OK, seems I need to enable the semantic-desktop USE flag to get kdepimlibs-4.5.1 to build:
- Code: Select all
# USE="semantic-desktop" emerge -1vp kde-meta
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:
dev-python/sip:0
(dev-python/sip-4.10, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(dev-python/sip-4.11.1, ebuild scheduled for merge) pulled in by
>=dev-python/sip-4.11 required by (dev-python/PyQt4-4.7.6, ebuild scheduled for merge)
(and 1 more with the same problem)
dev-python/PyQt4:0
(dev-python/PyQt4-4.7.3, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)
(dev-python/PyQt4-4.7.6, ebuild scheduled for merge) pulled in by
>dev-python/PyQt4-4.7.3 required by (kde-base/pykde4-4.5.1-r1, ebuild scheduled for merge)
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.
emerge: there are no ebuilds to satisfy "=dev-lang/python-3.2*".
(dependency required by "net-zope/zope-fixers-1.0" [ebuild])
(dependency required by "net-zope/zope-interface-3.6.1" [ebuild])
(dependency required by "dev-python/twisted-10.1.0" [ebuild])
(dependency required by "kde-base/kajongg-4.5.1" [ebuild])
(dependency required by "kde-base/kdegames-meta-4.5.1" [ebuild])
(dependency required by "kde-base/kde-meta-4.5.1" [ebuild])
(dependency required by "kde-meta" [argument])
#
OK, so it looks like I've got to upgrade dev-python/sip from 4.10 to 4.11.1. Fair enough. But the error message "there are no ebuilds to satisfy "=dev-lang/python-3.2*" has got me perplexed, as I have today done an emerge --sync and there is no python-3.2* in it:
- Code: Select all
# eix dev-lang/python
[U] dev-lang/python
Available versions:
(2.4) 2.4.6
(2.5) 2.5.4-r4
(2.6) 2.6.4-r1 (~)2.6.4-r1[1] 2.6.5-r2 2.6.5-r3
(2.7) [M](~)2.7
(3.1) [m]3.1.2-r3 [m]3.1.2-r4
{-berkdb bootstrap build +cxx doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml}
Installed versions: 2.4.6(2.4)(17:27:53 05/06/10)(berkdb cxx gdbm ipv6 ncurses readline ssl threads wide-unicode xml -bootstrap -build -doc -elibc_uclibc -examples -tk -wininst) 2.6.4-r1(2.6)[1](20:08:41 30/03/10)(berkdb gdbm ipv6 ncurses readline sqlite ssl threads wide-unicode xml -build -doc -elibc_uclibc -examples -tk -wininst)
Homepage: http://www.python.org/
Description: Python is an interpreted, interactive, object-oriented programming language.
[1] "sabayon" /var/lib/layman/sabayon[/i]
#
Advice please, anyone?

