public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4*
@ 2009-01-19 15:09 Peter Humphrey
  2009-01-19 15:34 ` Norberto Bensa
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Peter Humphrey @ 2009-01-19 15:09 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-19 15:09 [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4* Peter Humphrey
@ 2009-01-19 15:34 ` Norberto Bensa
  2009-01-19 16:51   ` Peter Humphrey
  2009-01-21 11:10 ` [gentoo-user] " Nikos Chantziaras
  2009-01-22 15:23 ` [gentoo-user] " Dominic Kexel
  2 siblings, 1 reply; 9+ messages in thread
From: Norberto Bensa @ 2009-01-19 15:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 581 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-19 15:34 ` Norberto Bensa
@ 2009-01-19 16:51   ` Peter Humphrey
  2009-01-19 17:33     ` Alan McKinnon
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Humphrey @ 2009-01-19 16:51 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-19 16:51   ` Peter Humphrey
@ 2009-01-19 17:33     ` Alan McKinnon
  2009-01-20  9:28       ` Peter Humphrey
  2009-01-20 11:44       ` Norberto Bensa
  0 siblings, 2 replies; 9+ messages in thread
From: Alan McKinnon @ 2009-01-19 17:33 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-19 17:33     ` Alan McKinnon
@ 2009-01-20  9:28       ` Peter Humphrey
  2009-01-20 11:44       ` Norberto Bensa
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Humphrey @ 2009-01-20  9:28 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-19 17:33     ` Alan McKinnon
  2009-01-20  9:28       ` Peter Humphrey
@ 2009-01-20 11:44       ` Norberto Bensa
  1 sibling, 0 replies; 9+ messages in thread
From: Norberto Bensa @ 2009-01-20 11:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

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 (?)

[-- Attachment #2: Type: text/html, Size: 540 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user]  Re: Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-19 15:09 [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4* Peter Humphrey
  2009-01-19 15:34 ` Norberto Bensa
@ 2009-01-21 11:10 ` Nikos Chantziaras
  2009-01-22 10:22   ` Peter Humphrey
  2009-01-22 15:23 ` [gentoo-user] " Dominic Kexel
  2 siblings, 1 reply; 9+ messages in thread
From: Nikos Chantziaras @ 2009-01-21 11:10 UTC (permalink / raw
  To: gentoo-user

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.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user]  Re: Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-21 11:10 ` [gentoo-user] " Nikos Chantziaras
@ 2009-01-22 10:22   ` Peter Humphrey
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Humphrey @ 2009-01-22 10:22 UTC (permalink / raw
  To: gentoo-user

On Wednesday 21 January 2009 11:10:05 Nikos Chantziaras wrote:
> equery depends qt-gui:4

$ equery depends qt-gui:4
[ Searching for packages depending on qt-gui:4... ]
app-text/poppler-bindings-0.8.7 (qt4? x11-libs/qt-gui:4)
x11-libs/qscintilla-2.1-r1 (qt4? x11-libs/qt-gui:4)
$ emerge --info | grep qt4
$ grep qt /etc/portage/*
$

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4*
  2009-01-19 15:09 [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4* Peter Humphrey
  2009-01-19 15:34 ` Norberto Bensa
  2009-01-21 11:10 ` [gentoo-user] " Nikos Chantziaras
@ 2009-01-22 15:23 ` Dominic Kexel
  2 siblings, 0 replies; 9+ messages in thread
From: Dominic Kexel @ 2009-01-22 15:23 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-22 14:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 15:09 [gentoo-user] Strange dependency of kopete-3.5.9 on qt-4* Peter Humphrey
2009-01-19 15:34 ` Norberto Bensa
2009-01-19 16:51   ` Peter Humphrey
2009-01-19 17:33     ` Alan McKinnon
2009-01-20  9:28       ` Peter Humphrey
2009-01-20 11:44       ` Norberto Bensa
2009-01-21 11:10 ` [gentoo-user] " Nikos Chantziaras
2009-01-22 10:22   ` Peter Humphrey
2009-01-22 15:23 ` [gentoo-user] " Dominic Kexel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox