Gentoo Archives: gentoo-dev

From: Hannes Mehnert <hannes@g.o>
To: Ragnar Hojland Espinosa <ragnar@×××××××.com>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] kdebase-3.0.4-r3 broken ?
Date: Wed, 18 Dec 2002 17:16:26
Message-Id: 20021218171359.GA23532@mehnert.org
In Reply to: Re: [gentoo-dev] kdebase-3.0.4-r3 broken ? by Ragnar Hojland Espinosa
1 Hi again,
2
3 On Tue, Dec 17, 2002 at 06:34:52PM +0100, Ragnar Hojland Espinosa wrote:
4 > On Tue, Dec 17, 2002 at 04:50:06PM +0100, Hannes Mehnert wrote:
5 > > On Tue, Dec 17, 2002 at 04:42:24PM +0100, Ragnar Hojland Espinosa wrote:
6 > > > It appears to need the patch below to compile.
7 > >
8 > > please take a look at http://bugs.gentoo.org/show_bug.cgi?id=12011.
9 > > There is no patching needed.
10 >
11 > Thanks. After having a look I still believe it (the .h) should be patched
12 > to include klistview, as It doesn't make much sense to me to have to emerge
13 > kdelibs kdebase when I just want to emerge kdebase.
14 >
15 > Unless I'm missing something :)
16
17 well, keyecandypagedlg.cpp is generated during compile time by uic (from
18 keyecandypagedlg.ui). so the patch would have to be applied between uic
19 generates keyecandypagedlg.cpp and g++ compiles it.
20
21 another reason is that the kdewidgets-plugin (from kdelibs) compiled with
22 qt-3.0.x no longer works with qt-3.1.
23
24 so, building kdelibs after qt-3.0.x to qt-3.1 upgrade will produce less bugs
25 than patching kdebase in this case.
26
27 Best Regards,
28
29 Hannes Mehnert

Replies

Subject Author
Re: [gentoo-dev] kdebase-3.0.4-r3 broken ? Dan Armak <danarmak@g.o>