Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kde-apps/libksane blocker
Date: Mon, 30 May 2016 07:32:36
Message-Id: 574BEC83.9070307@gmail.com
In Reply to: [gentoo-user] kde-apps/libksane blocker by Dale
1 On 30/05/2016 05:20, Dale wrote:
2 > Howdy,
3 >
4 > I'm trying to do a update and have this last blocker that I can't figure
5 > out. I fixed another one but this one doesn't make sense to me. Here
6 > is the relevant output.
7
8
9 Portage is abusing your pixels (using too many). Here's the important bits:
10
11 > [blocks B ] <kde-apps/libksane-15.08.3-r1:4
12 > ("<kde-apps/libksane-15.08.3-r1:4" is blocking kde-apps/libksane-16.04.1)
13
14 This is the only important blocker ("blocks B")
15
16 procps stuff that followed is just a long explanation of why portage
17 kept procps back and didn't upgrade
18
19 > * Error: The above package list contains packages which cannot be
20 > * installed at the same time on the same system.
21
22 The asterisks indicate this is part relevant to hard blockers and
23 failures. (bangs ! indicate info or warnings, not errors)
24
25 > (kde-apps/libksane-15.08.3:4/15.08::gentoo, installed) pulled in by
26 > >=kde-apps/libksane-4.14.3:4[aqua=]
27 > (>=kde-apps/libksane-4.14.3:4[-aqua]) required by
28 > (kde-apps/ksaneplugin-16.04.1:4/16.04::gentoo, ebuild scheduled for merge)
29 > >=kde-apps/libksane-4.14.3:4[aqua=]
30 > (>=kde-apps/libksane-4.14.3:4[-aqua]) required by
31 > (kde-apps/kolourpaint-16.04.1:4/16.04::gentoo, ebuild scheduled for merge)
32 >
33 > (kde-apps/libksane-16.04.1:5/5::gentoo, ebuild scheduled for merge)
34 > pulled in by
35 > >=kde-apps/libksane-14.12.0:5 required by
36 > (kde-misc/skanlite-2.0:5/5::gentoo, ebuild scheduled for merge)
37 > >=kde-apps/libksane-16.04.1 required by
38 > (kde-apps/kdegraphics-meta-16.04.1:5/5::gentoo, ebuild scheduled for merge)
39 >
40
41
42 So this is really a clash between KDE4 stuff and KDE5 stuff, and nothing
43 is demanding a certain maximum version, so upgrades should in theory be
44 clean. I'm not at a Gentoo machine right now so can't give exact info,
45 but do this:
46
47 eix libksane
48 - is 15.08.3-r1 the latest version in :4? If not, upgrade it manually
49 and continue.
50 - does 15.08.3-r1 have a minimal USE? If so, set it on. This often
51 removes the clash with :5
52
53 If all else fails, quickpkg and unmerge all libksane version, emerge
54 world and let portage fix whatever it needs to.
55
56 /alanm

Replies

Subject Author
Re: [gentoo-user] kde-apps/libksane blocker Dale <rdalek1967@×××××.com>