Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Can't build PyKDE4 on kde-4.4 or kde-live from kde-testing
Date: Sun, 27 Sep 2009 23:11:51
Message-Id: 58965d8a0909271611q7e12bcf4yaa486d32c8f8064e@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Can't build PyKDE4 on kde-4.4 or kde-live from kde-testing by Paul Hartman
1 On Sun, Sep 27, 2009 at 12:15 AM, Paul Hartman
2 <paul.hartman+gentoo@×××××.com> wrote:
3 > On Sat, Sep 26, 2009 at 11:52 PM, Jonathan Callen <abcd@g.o> wrote:
4 >> Paul Hartman wrote:
5 >>> Hi,
6 >>>
7 >>> As the subject says, I can't build PyKDE4 from kde-4.4 or kde-live
8 >>> sets in the kde-testing overlay. I found various references to the
9 >>> same problem on lists and forums but no solutions. Does anyone use the
10 >>> bleeding-edge KDE and have some suggestion on where to look? Otherwise
11 >>> I think I will try to checkout progressively older snapshots of pykde
12 >>> until I find one that works.
13 >>>
14 >>> /usr/include/kcategorydrawer.h:37: error: non-static const member
15 >>> 'KCategoryDrawer::Private* const KCategoryDrawer::d', can't use
16 >>> default assignment operator
17 >>>
18 >>> thanks :)
19 >>>
20 >>>
21 >>
22 >> This is a known issue, and attempting to roll back pykde4 to an earlier
23 >> version will *not* work.
24 >>
25 >> The problem is that upstream changed *kdelibs* in such a way that broke
26 >> pykde4, and pykde4 *will not* work until someone makes the appropriate
27 >> changes there. Unfortunately, those kind of changes to pykde4 generally
28 >> aren't made at this point in the release cycle, and probably won't be
29 >> made until soon before beta 1 (4.3.85 or so).
30 >>
31 >> The last known good version that I'm aware of is before the 4.3 series
32 >> branched off of trunk.
33 >
34 > Thanks for the info, it will save me a lot of time.
35 >
36
37 Alright, went back to kdelibe-4.3.1 release temporarily and then
38 pykde4-9999 was able to compile properly. Thanks.