On Monday 19 January 2009 15:34:37 Norberto Bensa wrote:
> On Mon, Jan 19, 2009 at 1:09 PM, Peter Humphrey
<peter@humphrey.ukfsn.org>wrote:
> > Does anyone here know why we have this dependency of a kde-3 package on
> > qt-4?
>
> It shouldn't.
>
> kopete ssl wants qca-tls-1
> qca-tls-1 want qca-1
> qca-1 want qt:3
>
> what does emerge -pt kopete gives?
This is weird. Now it just wants to reinstall kopete, adding the ssl USE
flag.
Before I put "kde-base/kopete -crypt -ssl" into /etc/portage/package.use,
it wanted to install those qt4 packages; now it doesn't. In between, what I
did was to unmerge the qt4 packages, put that entry into packages.use and
reinstall kopete without them.
Something odd is going on again.
--
Rgds
Peter
01-19-2009, 04:33 PM
Alan McKinnon
Strange dependency of kopete-3.5.9 on qt-4*
On Monday 19 January 2009 18:51:50 Peter Humphrey wrote:
> On Monday 19 January 2009 15:34:37 Norberto Bensa wrote:
> > On Mon, Jan 19, 2009 at 1:09 PM, Peter Humphrey
>
> <peter@humphrey.ukfsn.org>wrote:
> > > Does anyone here know why we have this dependency of a kde-3 package on
> > > qt-4?
> >
> > It shouldn't.
> >
> > kopete ssl wants qca-tls-1
> > qca-tls-1 want qca-1
> > qca-1 want qt:3
> >
> > what does emerge -pt kopete gives?
>
> This is weird. Now it just wants to reinstall kopete, adding the ssl USE
> flag.
>
> Before I put "kde-base/kopete -crypt -ssl" into
> /etc/portage/package.use, it wanted to install those qt4 packages; now it
> doesn't. In between, what I did was to unmerge the qt4 packages, put that
> entry into packages.use and reinstall kopete without them.
>
> Something odd is going on again.
I suspect kopete-4.x got pulled into your emerge and it slipped past your
radar. Does
grep -r "kopete" /etc/portage/*
reveal anything about kopete-4?
--
alan dot mckinnon at gmail dot com
01-20-2009, 08:28 AM
Peter Humphrey
Strange dependency of kopete-3.5.9 on qt-4*
On Monday 19 January 2009 17:33:11 Alan McKinnon wrote:
> On Monday 19 January 2009 18:51:50 Peter Humphrey wrote:
>
> > Something odd is going on again.
>
> I suspect kopete-4.x got pulled into your emerge and it slipped past your
> radar.
Quite possible.
> Does grep -r "kopete" /etc/portage/*
>
> reveal anything about kopete-4?
No; kopete isn't mentioned at all in /etc/portage/* or /etc/make.conf.
--
Rgds
Peter
01-20-2009, 10:44 AM
"Norberto Bensa"
Strange dependency of kopete-3.5.9 on qt-4*
On Mon, Jan 19, 2009 at 3:33 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
I suspect kopete-4.x got pulled into your emerge and it slipped past your
radar.
But then OP should see kdelibs-4 installed (?)
01-21-2009, 10:10 AM
Nikos Chantziaras
Strange dependency of kopete-3.5.9 on qt-4*
Peter Humphrey wrote:
After reading a post here today I decided to investigate why I have several
qt-4.4.2 packages on this workstation, when I don't have kde-4. It turns
out that the SSL USE flag causes kopete-3.5.9 to pull in 14 qt-4.4.2
packages. This strikes me as somewhat odd.
For the moment I've specified kopete -ssl in portage.use and removed all the
qt-4 packages.
Does anyone here know why we have this dependency of a kde-3 package on
qt-4?
As others mentioned, there isn't such a dependency in kopete (or any
other package that is an official part of KDE3). Can you emerge
gentoolkit and then do:
equery depends qt-gui:4
This will show which packages on your system are pulling-in qt-gui-4.x
(replace "qt-gui:4" with any other qt package that got pulled in.)
There have been some ebuilds in the past that incorrectly used an
unslotted or unversioned dependency on Qt. If you run across one, this
should be reported as a bug since Qt3 and Qt4 are totally incompatible.
01-22-2009, 09:22 AM
Peter Humphrey
Strange dependency of kopete-3.5.9 on qt-4*
On Wednesday 21 January 2009 11:10:05 Nikos Chantziaras wrote:
> equery depends qt-gui:4
As I said (or tried to say) on Monday, whatever was causing kopete to call
in qt:4 has disappeared. Perhaps I was doing something stupid (I'm having
to face that possibility more often these days).
--
Rgds
Peter
01-22-2009, 02:23 PM
Dominic Kexel
Strange dependency of kopete-3.5.9 on qt-4*
I had the same problem this morning.
Adding >=app-crypt/qca-2.0.0-r2 to /etc/portage/package.mask
solved it for me, since kopete wanted qca and qca-2 wanted qt4.
Dominic
On Mon, 19 Jan 2009 15:09:04 +0000
Peter Humphrey <peter@humphrey.ukfsn.org> wrote:
> After reading a post here today I decided to investigate why I have several
> qt-4.4.2 packages on this workstation, when I don't have kde-4. It turns
> out that the SSL USE flag causes kopete-3.5.9 to pull in 14 qt-4.4.2
> packages. This strikes me as somewhat odd.
>
> For the moment I've specified kopete -ssl in portage.use and removed all the
> qt-4 packages.
>
> Does anyone here know why we have this dependency of a kde-3 package on
> qt-4?
>
> --
> Rgds
> Peter