* [gentoo-dev] kdebase-3.0.4-r3 broken ?
@ 2002-12-17 15:42 Ragnar Hojland Espinosa
2002-12-17 15:50 ` Hannes Mehnert
0 siblings, 1 reply; 7+ messages in thread
From: Ragnar Hojland Espinosa @ 2002-12-17 15:42 UTC (permalink / raw
To: gentoo-dev
It appears to need the patch below to compile.
--
Ragnar Hojland - Project Manager
Linalco "Especialistas Linux y en Software Libre"
http://www.linalco.com Tel: +34-91-5970074 Fax: +34-91-5970083
--- kdebase-3.0.4/kpersonalizer/keyecandypagedlg.cpp~ 2002-12-17 15:55:09.000000000 +0100
+++ kdebase-3.0.4/kpersonalizer/keyecandypagedlg.cpp 2002-12-17 16:39:42.000000000 +0100
@@ -18,6 +18,7 @@
#include <qlayout.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
+#include <klistview.h>
/*
* Constructs a KEyeCandyPageDlg as a child of 'parent', with the
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] kdebase-3.0.4-r3 broken ?
2002-12-17 15:42 [gentoo-dev] kdebase-3.0.4-r3 broken ? Ragnar Hojland Espinosa
@ 2002-12-17 15:50 ` Hannes Mehnert
2002-12-17 17:34 ` Ragnar Hojland Espinosa
0 siblings, 1 reply; 7+ messages in thread
From: Hannes Mehnert @ 2002-12-17 15:50 UTC (permalink / raw
To: Ragnar Hojland Espinosa; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
Hi,
On Tue, Dec 17, 2002 at 04:42:24PM +0100, Ragnar Hojland Espinosa wrote:
> It appears to need the patch below to compile.
please take a look at http://bugs.gentoo.org/show_bug.cgi?id=12011.
There is no patching needed.
Best Regards,
Hannes Mehnert
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] kdebase-3.0.4-r3 broken ?
2002-12-17 15:50 ` Hannes Mehnert
@ 2002-12-17 17:34 ` Ragnar Hojland Espinosa
2002-12-18 17:13 ` Hannes Mehnert
0 siblings, 1 reply; 7+ messages in thread
From: Ragnar Hojland Espinosa @ 2002-12-17 17:34 UTC (permalink / raw
To: Hannes Mehnert; +Cc: gentoo-dev
On Tue, Dec 17, 2002 at 04:50:06PM +0100, Hannes Mehnert wrote:
> On Tue, Dec 17, 2002 at 04:42:24PM +0100, Ragnar Hojland Espinosa wrote:
> > It appears to need the patch below to compile.
>
> please take a look at http://bugs.gentoo.org/show_bug.cgi?id=12011.
> There is no patching needed.
Thanks. After having a look I still believe it (the .h) should be patched
to include klistview, as It doesn't make much sense to me to have to emerge
kdelibs kdebase when I just want to emerge kdebase.
Unless I'm missing something :)
--
Ragnar Hojland - Project Manager
Linalco "Especialistas Linux y en Software Libre"
http://www.linalco.com Tel: +34-91-5970074 Fax: +34-91-5970083
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] kdebase-3.0.4-r3 broken ?
2002-12-17 17:34 ` Ragnar Hojland Espinosa
@ 2002-12-18 17:13 ` Hannes Mehnert
2002-12-18 18:42 ` Dan Armak
0 siblings, 1 reply; 7+ messages in thread
From: Hannes Mehnert @ 2002-12-18 17:13 UTC (permalink / raw
To: Ragnar Hojland Espinosa; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]
Hi again,
On Tue, Dec 17, 2002 at 06:34:52PM +0100, Ragnar Hojland Espinosa wrote:
> On Tue, Dec 17, 2002 at 04:50:06PM +0100, Hannes Mehnert wrote:
> > On Tue, Dec 17, 2002 at 04:42:24PM +0100, Ragnar Hojland Espinosa wrote:
> > > It appears to need the patch below to compile.
> >
> > please take a look at http://bugs.gentoo.org/show_bug.cgi?id=12011.
> > There is no patching needed.
>
> Thanks. After having a look I still believe it (the .h) should be patched
> to include klistview, as It doesn't make much sense to me to have to emerge
> kdelibs kdebase when I just want to emerge kdebase.
>
> Unless I'm missing something :)
well, keyecandypagedlg.cpp is generated during compile time by uic (from
keyecandypagedlg.ui). so the patch would have to be applied between uic
generates keyecandypagedlg.cpp and g++ compiles it.
another reason is that the kdewidgets-plugin (from kdelibs) compiled with
qt-3.0.x no longer works with qt-3.1.
so, building kdelibs after qt-3.0.x to qt-3.1 upgrade will produce less bugs
than patching kdebase in this case.
Best Regards,
Hannes Mehnert
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] kdebase-3.0.4-r3 broken ?
2002-12-18 17:13 ` Hannes Mehnert
@ 2002-12-18 18:42 ` Dan Armak
2002-12-18 20:07 ` Paul de Vrieze
[not found] ` <200212191125.42992.gkyla@telecom.ntua.gr>
0 siblings, 2 replies; 7+ messages in thread
From: Dan Armak @ 2002-12-18 18:42 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wednesday 18 December 2002 19:13, Hannes Mehnert wrote:
> Hi again,
>
> On Tue, Dec 17, 2002 at 06:34:52PM +0100, Ragnar Hojland Espinosa wrote:
> > On Tue, Dec 17, 2002 at 04:50:06PM +0100, Hannes Mehnert wrote:
> > > On Tue, Dec 17, 2002 at 04:42:24PM +0100, Ragnar Hojland Espinosa wrote:
> > > > It appears to need the patch below to compile.
> > >
> > > please take a look at http://bugs.gentoo.org/show_bug.cgi?id=12011.
> > > There is no patching needed.
> >
> > Thanks. After having a look I still believe it (the .h) should be
> > patched to include klistview, as It doesn't make much sense to me to have
> > to emerge kdelibs kdebase when I just want to emerge kdebase.
> >
> > Unless I'm missing something :)
>
> well, keyecandypagedlg.cpp is generated during compile time by uic (from
> keyecandypagedlg.ui). so the patch would have to be applied between uic
> generates keyecandypagedlg.cpp and g++ compiles it.
>
> another reason is that the kdewidgets-plugin (from kdelibs) compiled with
> qt-3.0.x no longer works with qt-3.1.
...in other words, even if we patch our way around this specific instance of
the problem, other instances are likely to show up in the future because
until kdelibs is recompiled the system is essentially broken in this regard.
>
> so, building kdelibs after qt-3.0.x to qt-3.1 upgrade will produce less
> bugs than patching kdebase in this case.
>
> Best Regards,
>
> Hannes Mehnert
- --
Dan Armak
Gentoo Linux developer (KDE)
Matan, Israel
Public GPG key: http://www.gentoo.org/~danarmak/danarmak-gpg-public.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+AMGJUI2RQ41fiVERAkr8AJ9WSdQ0mgXDvcRDKv5QeVFP3bNm2QCghHUy
6zkcAiWCc0h+Wa6JRw/AhNc=
=5ZXe
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] kdebase-3.0.4-r3 broken ?
2002-12-18 18:42 ` Dan Armak
@ 2002-12-18 20:07 ` Paul de Vrieze
[not found] ` <200212191125.42992.gkyla@telecom.ntua.gr>
1 sibling, 0 replies; 7+ messages in thread
From: Paul de Vrieze @ 2002-12-18 20:07 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 695 bytes --]
On Wednesday 18 December 2002 19:42, Dan Armak wrote:
>
> ...in other words, even if we patch our way around this specific instance
> of the problem, other instances are likely to show up in the future because
> until kdelibs is recompiled the system is essentially broken in this
> regard.
>
> > so, building kdelibs after qt-3.0.x to qt-3.1 upgrade will produce less
> > bugs than patching kdebase in this case.
It bit me too. Even though I did rebuild kdelibs at first. Probably I should
first have removed the old version, because the plugins were still build
against the wrong version.
Paul
--
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] kdebase-3.0.4-r3 broken ?
[not found] ` <200212191125.42992.gkyla@telecom.ntua.gr>
@ 2002-12-19 12:42 ` Dan Armak
0 siblings, 0 replies; 7+ messages in thread
From: Dan Armak @ 2002-12-19 12:42 UTC (permalink / raw
To: Georgios E. Kylafas, gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thursday 19 December 2002 11:25, Georgios E. Kylafas wrote:
> Shouldn't, then, the ebuild of qt-3.1.0 force, or at least recommend (with
> a message at the end[1]), a kdelibs re-emerging?
>
> Giorgos
>
> [1] I am not sure, but I believe it does not display such a message. If
> yes, just ignore this message
I've added such a message yesterday.
- --
Dan Armak
Gentoo Linux developer (KDE)
Matan, Israel
Public GPG key: http://www.gentoo.org/~danarmak/danarmak-gpg-public.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+Ab7JUI2RQ41fiVERAtTiAJ9xwZOnnH2z+iBjYsueL8qqNtIxGACdHFeL
TOkaMnqW6bEU0YdYIJjpumA=
=BaHn
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-12-19 17:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-17 15:42 [gentoo-dev] kdebase-3.0.4-r3 broken ? Ragnar Hojland Espinosa
2002-12-17 15:50 ` Hannes Mehnert
2002-12-17 17:34 ` Ragnar Hojland Espinosa
2002-12-18 17:13 ` Hannes Mehnert
2002-12-18 18:42 ` Dan Armak
2002-12-18 20:07 ` Paul de Vrieze
[not found] ` <200212191125.42992.gkyla@telecom.ntua.gr>
2002-12-19 12:42 ` Dan Armak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox