Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155360 - kde-base/kdepim is blocking app-pda/libopensync-plugin-kdepim
Summary: kde-base/kdepim is blocking app-pda/libopensync-plugin-kdepim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-16 07:28 UTC by Daniele Boffi
Modified: 2006-11-27 07:50 UTC (History)
2 users (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 Daniele Boffi 2006-11-16 07:28:54 UTC
I wanted to emerge app-pda/libopensync-plugin-kdepim. Unfortunately, that package seems to require kde-base/ktnef and kde-base/libkcal which are blocked by the installed kde-base/kdepim.

On the other hand, kde-base/kdepim should already contain the libraries required by app-pda/libopensync-plugin-kdepim. Indeed, if I force the installation, everything looks OK, but then I break the dependency tree.

I did not get completely how the kde packages are now organized. For kdepim, for instance, one can apparently choose among kde-base/kdepim-meta, kde-base/kdepim, or single ebuilds and my guess is that the dependencies of app-pda/libopensync-plugin-kdepim have been assigned only against the split ebuilds.

Reproducible: always.

How to reproduce: if you have kde-base/kdepim installed, try to emerge app-pda/libopensync-plugin-kdepim
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-16 07:37:48 UTC
Post emerge -pvt app-pda/libopensync-plugin-kdepim output, works just fine here.
Comment 2 Daniele Boffi 2006-11-16 08:37:29 UTC
(In reply to comment #1)
> Post emerge -pvt app-pda/libopensync-plugin-kdepim output, works just fine
> here.
> 

>> emerge -pvt app-pda/libopensync-plugin-kdepim

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

Calculating dependencies... done!
[blocks B     ] =kde-base/kdepim-3.5* (is blocking kde-base/ktnef-3.5.5)
[blocks B     ] =kde-base/kdepim-3.5* (is blocking kde-base/libkcal-3.5.5)
[ebuild  N    ] app-pda/libopensync-plugin-kdepim-0.20  USE="-arts" 0 kB
[ebuild  N    ]  kde-base/libkcal-3.5.5  USE="-arts -debug -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB
[ebuild  N    ]   kde-base/ktnef-3.5.5  USE="-arts -debug -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB

Total size of downloads: 0 kB
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-11-16 08:47:13 UTC
The stuff in kde eclasses apparently doesn't work properly then...

# emerge -pv kdepim app-pda/libopensync-plugin-kdepim

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

Calculating dependencies... done!
[ebuild  N    ] dev-libs/cyrus-sasl-2.1.22-r1  USE="-authdaemond berkdb crypt gdbm -java -kerberos -ldap -mysql -ntlm_unsupported_patch pam -postgres -sample -srp ssl urandom" 1,571 kB 
[ebuild  N    ] kde-base/kdebase-pam-6  0 kB 
[ebuild  N    ] x11-apps/xset-1.0.2  USE="-debug" 90 kB 
[ebuild  N    ] kde-base/kdebase-3.5.5-r1  USE="-arts cups -debug -hal -ieee1394 -java kdeenablefinal kdehiddenvisibility -ldap lm_sensors -logitech-mouse -openexr opengl pam samba ssl xcomposite xinerama -xscreensaver -zeroconf" 23,313 kB 
[ebuild  N    ] kde-base/kdepim-3.5.5-r2  USE="-arts crypt -debug -gnokii kdeenablefinal kdehiddenvisibility -pda xinerama" 12,610 kB 
[ebuild  N    ] kde-base/ktnef-3.5.5  USE="-arts -debug kdeenablefinal kdehiddenvisibility xinerama" 0 kB 
[ebuild  N    ] kde-base/libkcal-3.5.5  USE="-arts -debug kdeenablefinal kdehiddenvisibility xinerama" 0 kB 
[ebuild  N    ] app-pda/libopensync-0.20  USE="-debug -doc python" 665 kB 
[ebuild  N    ] app-pda/libopensync-plugin-kdepim-0.20  USE="-arts" 397 kB 
Comment 4 Dominik Stadler (RETIRED) gentoo-dev 2006-11-27 06:38:33 UTC
I think this may be a small problem in the ebuild of app-pda/libopensync-plugin-kdepim, it currently only depends on libkcal

DEPEND="...
	kde-base/libkcal"

Shouldn't it be something like "|| (kde-base/libkal kde-base/kdepim)" to either depend on libkcal or the complete kdepim? Not sure about the exact syntax right now, don't have access to my machine atm.
Comment 5 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-11-27 07:41:57 UTC
My mistake, sry. Will fix that soon.
Comment 6 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-11-27 07:50:42 UTC
Ok, fixed. Thanks all.

afaik there should be some whitespace around parentheses.
"|| ( kde-base/libkal kde-base/kdepim )"