* [gentoo-user] KDE3 apps installation fails...
@ 2009-02-25 12:33 Andrew Gaydenko
2009-02-25 12:38 ` Volker Armin Hemmann
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Gaydenko @ 2009-02-25 12:33 UTC (permalink / raw
To: gentoo-user
...with the same error shown below (the error takes place for, say,
soundkonverter, tellico, ...). I have KDE4 installed (~amd64), but some KDE3
libs and apps are still in use also (ones which were not upgraded during KDE4
installation).
How to resolve the issue?
-----------------------------------------------------------
...
checking for KDE... libraries /usr/kde/3.5/lib64, headers /usr/include
checking if UIC has KDE plugins available... no
configure: error:
you need to install kdelibs first.
If you did install kdelibs, then the Qt version that is picked up by
this configure is not the same version you used to compile kdelibs.
The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
_same Qt version_, compiled with the _same compiler_ and the same Qt
configuration settings.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KDE3 apps installation fails...
2009-02-25 12:33 [gentoo-user] KDE3 apps installation fails Andrew Gaydenko
@ 2009-02-25 12:38 ` Volker Armin Hemmann
2009-02-25 12:44 ` Andrew Gaydenko
0 siblings, 1 reply; 6+ messages in thread
From: Volker Armin Hemmann @ 2009-02-25 12:38 UTC (permalink / raw
To: gentoo-user
On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> ...with the same error shown below (the error takes place for, say,
> soundkonverter, tellico, ...). I have KDE4 installed (~amd64), but some
> KDE3 libs and apps are still in use also (ones which were not upgraded
> during KDE4 installation).
>
> How to resolve the issue?
>
> -----------------------------------------------------------
> ...
> checking for KDE... libraries /usr/kde/3.5/lib64, headers /usr/include
> checking if UIC has KDE plugins available... no
> configure: error:
> you need to install kdelibs first.
>
> If you did install kdelibs, then the Qt version that is picked up by
> this configure is not the same version you used to compile kdelibs.
> The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
> _same Qt version_, compiled with the _same compiler_ and the same Qt
> configuration settings.
do you have rebuild the 3.5 libs?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KDE3 apps installation fails...
2009-02-25 12:38 ` Volker Armin Hemmann
@ 2009-02-25 12:44 ` Andrew Gaydenko
2009-02-25 12:50 ` Volker Armin Hemmann
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Gaydenko @ 2009-02-25 12:44 UTC (permalink / raw
To: gentoo-user
On Wednesday 25 February 2009 15:38:59 Volker Armin Hemmann wrote:
> On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> > ...with the same error shown below (the error takes place for, say,
> > soundkonverter, tellico, ...). I have KDE4 installed (~amd64), but some
> > KDE3 libs and apps are still in use also (ones which were not upgraded
> > during KDE4 installation).
> >
> > How to resolve the issue?
> >
> > -----------------------------------------------------------
> > ...
> > checking for KDE... libraries /usr/kde/3.5/lib64, headers /usr/include
> > checking if UIC has KDE plugins available... no
> > configure: error:
> > you need to install kdelibs first.
> >
> > If you did install kdelibs, then the Qt version that is picked up by
> > this configure is not the same version you used to compile kdelibs.
> > The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
> > _same Qt version_, compiled with the _same compiler_ and the same Qt
> > configuration settings.
>
> do you have rebuild the 3.5 libs?
I have not (at least, manually, and the portage, IIRC, didn't insist on
rebuilding also). Must I?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KDE3 apps installation fails...
2009-02-25 12:44 ` Andrew Gaydenko
@ 2009-02-25 12:50 ` Volker Armin Hemmann
2009-02-25 13:33 ` Andrew Gaydenko
0 siblings, 1 reply; 6+ messages in thread
From: Volker Armin Hemmann @ 2009-02-25 12:50 UTC (permalink / raw
To: gentoo-user
On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> On Wednesday 25 February 2009 15:38:59 Volker Armin Hemmann wrote:
> > On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> > > ...with the same error shown below (the error takes place for, say,
> > > soundkonverter, tellico, ...). I have KDE4 installed (~amd64), but some
> > > KDE3 libs and apps are still in use also (ones which were not upgraded
> > > during KDE4 installation).
> > >
> > > How to resolve the issue?
> > >
> > > -----------------------------------------------------------
> > > ...
> > > checking for KDE... libraries /usr/kde/3.5/lib64, headers /usr/include
> > > checking if UIC has KDE plugins available... no
> > > configure: error:
> > > you need to install kdelibs first.
> > >
> > > If you did install kdelibs, then the Qt version that is picked up by
> > > this configure is not the same version you used to compile kdelibs.
> > > The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
> > > _same Qt version_, compiled with the _same compiler_ and the same Qt
> > > configuration settings.
> >
> > do you have rebuild the 3.5 libs?
>
> I have not (at least, manually, and the portage, IIRC, didn't insist on
> rebuilding also). Must I?
the message you posted tells you to do so. You should.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KDE3 apps installation fails...
2009-02-25 12:50 ` Volker Armin Hemmann
@ 2009-02-25 13:33 ` Andrew Gaydenko
2009-02-25 13:43 ` Volker Armin Hemmann
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Gaydenko @ 2009-02-25 13:33 UTC (permalink / raw
To: gentoo-user
On Wednesday 25 February 2009 15:50:19 Volker Armin Hemmann wrote:
> On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> > On Wednesday 25 February 2009 15:38:59 Volker Armin Hemmann wrote:
> > > On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> > > > ...with the same error shown below (the error takes place for, say,
> > > > soundkonverter, tellico, ...). I have KDE4 installed (~amd64), but
> > > > some KDE3 libs and apps are still in use also (ones which were not
> > > > upgraded during KDE4 installation).
> > > >
> > > > How to resolve the issue?
> > > >
> > > > -----------------------------------------------------------
> > > > ...
> > > > checking for KDE... libraries /usr/kde/3.5/lib64, headers
> > > > /usr/include checking if UIC has KDE plugins available... no
> > > > configure: error:
> > > > you need to install kdelibs first.
> > > >
> > > > If you did install kdelibs, then the Qt version that is picked up by
> > > > this configure is not the same version you used to compile kdelibs.
> > > > The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
> > > > _same Qt version_, compiled with the _same compiler_ and the same Qt
> > > > configuration settings.
> > >
> > > do you have rebuild the 3.5 libs?
> >
> > I have not (at least, manually, and the portage, IIRC, didn't insist on
> > rebuilding also). Must I?
>
> the message you posted tells you to do so. You should.
Thanks, it helped! I was not sure to reinstall kdelibs-3 as have thought some
kind of KDE 3+4 interference takes place.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] KDE3 apps installation fails...
2009-02-25 13:33 ` Andrew Gaydenko
@ 2009-02-25 13:43 ` Volker Armin Hemmann
0 siblings, 0 replies; 6+ messages in thread
From: Volker Armin Hemmann @ 2009-02-25 13:43 UTC (permalink / raw
To: gentoo-user
On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> On Wednesday 25 February 2009 15:50:19 Volker Armin Hemmann wrote:
> > On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> > > On Wednesday 25 February 2009 15:38:59 Volker Armin Hemmann wrote:
> > > > On Mittwoch 25 Februar 2009, Andrew Gaydenko wrote:
> > > > > ...with the same error shown below (the error takes place for, say,
> > > > > soundkonverter, tellico, ...). I have KDE4 installed (~amd64), but
> > > > > some KDE3 libs and apps are still in use also (ones which were not
> > > > > upgraded during KDE4 installation).
> > > > >
> > > > > How to resolve the issue?
> > > > >
> > > > > -----------------------------------------------------------
> > > > > ...
> > > > > checking for KDE... libraries /usr/kde/3.5/lib64, headers
> > > > > /usr/include checking if UIC has KDE plugins available... no
> > > > > configure: error:
> > > > > you need to install kdelibs first.
> > > > >
> > > > > If you did install kdelibs, then the Qt version that is picked up
> > > > > by this configure is not the same version you used to compile
> > > > > kdelibs. The Qt Plugin installed by kdelibs is *ONLY* loadable if
> > > > > it is the _same Qt version_, compiled with the _same compiler_ and
> > > > > the same Qt configuration settings.
> > > >
> > > > do you have rebuild the 3.5 libs?
> > >
> > > I have not (at least, manually, and the portage, IIRC, didn't insist on
> > > rebuilding also). Must I?
> >
> > the message you posted tells you to do so. You should.
>
> Thanks, it helped! I was not sure to reinstall kdelibs-3 as have thought
> some kind of KDE 3+4 interference takes place.
no, kde3 is still installed into /usr/kde/3.X while kde4 is either installed
into /usr or /usr/kde/4.Y - depending on the kdeprefix useflag. The two don't
influence each other.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-02-25 13:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 12:33 [gentoo-user] KDE3 apps installation fails Andrew Gaydenko
2009-02-25 12:38 ` Volker Armin Hemmann
2009-02-25 12:44 ` Andrew Gaydenko
2009-02-25 12:50 ` Volker Armin Hemmann
2009-02-25 13:33 ` Andrew Gaydenko
2009-02-25 13:43 ` Volker Armin Hemmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox