On Saturday 28 May 2016 11:25:47 Dale wrote:
> Mick wrote:
> > On Saturday 28 May 2016 10:53:53 Alan McKinnon wrote:
> >> On 28/05/2016 10:49, Mick wrote:
> >>> On Saturday 28 May 2016 09:27:06 Neil Bothwick wrote:
> >>>> On Sat, 28 May 2016 09:08:10 +0100, Mick wrote:
> >>>>> I came across this blocker and I'm not sure how to overcome it:
> >>>>> ===============================================================
> >>>>> [ebuild  NS    ] kde-apps/kmix-15.12.3:5::gentoo
> >>>>> [4.14.3-r1:4/4.14::gentoo] USE="alsa -debug -pulseaudio" 381 KiB
> >>>>> [uninstall     ] kde-apps/kmix-4.14.3-r1:4/4.14::gentoo  USE="alsa
> >>>>> handbook (- aqua) -canberra -debug -pulseaudio"
> >>>>> [blocks b      ] kde-apps/kmix:4 ("kde-apps/kmix:4" is blocking kde-
> >>>>> apps/kmix-15.12.3)
> >>>>> [ebuild  NS    ] kde-apps/kdemultimedia-meta-15.12.3:5::gentoo
> >>>>> [4.14.3:4::gentoo] USE="ffmpeg" 0 KiB
> >>>>> [uninstall     ] kde-apps/kdemultimedia-meta-4.14.3:4::gentoo
> >>>>> USE="ffmpeg (- aqua) -mplayer"
> >>>>> [blocks b      ] kde-apps/kdemultimedia-meta:4
> >>>>> ("kde-apps/kdemultimedia-
> >>>>> meta:4" is blocking kde-apps/kdemultimedia-meta-15.12.3)
> >>>>> [blocks B      ] kde-base/baloo:4[-minimal(-)] ("kde-base/baloo:4[-
> >>>>> minimal(-)]" is blocking kde-frameworks/baloo-5.21.0)
> >>>> 
> >>>> Have you tried adding "kde-base/baloo minimal" to package.use?
> >>>> 
> >>>> There have been a few cases where a software combination means you end
> >>>> up
> >>>> with both KDE4 and KDE5 versions of a package as dependencies and the
> >>>> solution is usually to emerge the KDE4 version with USE="minimal".
> >>> 
> >>> Thank you Alan and Neil for your replies.  I have tried:
> >>> 
> >>> 1. --backrack 90
> >>> 2. Adding USE="minimal" to kde-base/baloo
> >>> 3. Unmerging kde-base/baloo and running emerge -uaDv world.
> >>> 
> >>> but the clash remains.  On this box the user uses kmail, knotes,
> >>> korganiser. I don't mind upgrading to the latest kde-frameworks
> >>> equivalent, but I'd rather I stayed with stable packages as far as I can
> >>> and I am not sure what the kde- frameworks kdepim-meta equivalent is,
> >>> unless portage tells me.
> >>> 
> >>> These are the dependencies equery shows for kdepim-common-libs:
> >>> 
> >>> # equery depends kdepim-common-libs
> >>> 
> >>>  * These packages depend on kdepim-common-libs:
> >>> kde-apps/akonadiconsole-4.14.10 (>=kde-apps/kdepim-common-
> >>> libs-4.14.10:4[aqua=])
> >>> kde-apps/akregator-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/blogilo-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/calendarjanitor-4.14.10 (>=kde-apps/kdepim-common-
> >>> libs-4.14.10:4[aqua=])
> >>> kde-apps/kaddressbook-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=]) kde-apps/kalarm-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/kdepim-kresources-4.14.10 (>=kde-apps/kdepim-common-
> >>> libs-4.14.10:4[aqua=])
> >>> kde-apps/kjots-4.14.10 (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/kleopatra-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/kmail-4.14.10 (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/knode-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.12.1-r1:4[aqua=])
> >>> kde-apps/knotes-4.14.10 (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/konsolekalendar-4.14.10 (>=kde-apps/kdepim-common-
> >>> libs-4.14.10:4[aqua=])
> >>> kde-apps/kontact-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/korganizer-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >>> kde-apps/ktimetracker-4.14.10
> >>> (>=kde-apps/kdepim-common-libs-4.14.10:4[aqua=])
> >> 
> >> Neil is on the right track, kde-base/baloo[minimal] works with
> >> kde-frameworks/baloo
> >> 
> >> I suspect you have a kdepim package that requires
> >> kde-base/baloo[-minimal], so please
> > 
> > I have tried both minimal and -minimal, neither of which overcame the
> > blocker.> 
> >> equery depends baloo
> >> 
> >> and lets see what wants it
> > 
> > # equery depends baloo
> > 
> >  * These packages depend on baloo:
> > kde-apps/baloo-widgets-4.14.3 (>=kde-base/baloo-4.14.3:4[aqua=])
> > kde-apps/dolphin-4.14.3-r1 (semantic-desktop ? >=kde-
> > base/baloo-4.14.3:4[aqua=])
> > kde-apps/gwenview-4.14.3 (semantic-desktop ?
> > >=kde-base/baloo-4.14.3:4[aqua=]) kde-apps/kdepim-common-libs-4.14.10
> > (>=kde-base/baloo-4.14.3:4[aqua=])
> > 
> > 
> > # grep minimal -r /etc/portage/package.use
> > # required by virtual/ssh-0[-minimal]
> > 
> >> =kde-apps/kde4-l10n-15.08.3-r2:4 minimal
> > 
> > I recall having to add minimal to kde-apps/kde4-l10n a few weeks ago to
> > overcome some blocker for plasma5, but I can't recall the exact situation
> > was.
> I haven't seen you post this yet.  Could you add -t to the emerge update
> command and post it?  That may help Alan and Neil see what is pulling it
> in.  The what may lead to the why.   Heck, maybe I will see something
> that will help shed some light on this problem.
> 
> Dale
> 
> :-)  :-)

Thanks Dale, Gmane show it as posted so I assume it has made it to the list, 
but your client could be sluggish?

http://article.gmane.org/gmane.linux.gentoo.user/290139

-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to