Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 144254

Summary: net-im/licq-1.3.2-r1.ebuild - kde plugin needs qt plugin to be built
Product: Gentoo Linux Reporter: kalium
Component: New packagesAssignee: Gentoo Net-im project <net-im>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: kde plugin needs qt plugin

Description kalium 2006-08-17 14:01:24 UTC
Look at summary.
Comment 1 kalium 2006-08-17 14:01:45 UTC
Created attachment 94483 [details, diff]
kde plugin needs qt plugin
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2006-08-23 05:33:46 UTC
I'm confused on what you're trying to fix.  

If you have kdelibs installed, you HAVE to have qt installed, so I'm not sure what's going on here.
Comment 3 Chris Williams 2006-09-18 01:40:52 UTC
(In reply to comment #2)
> I'm confused on what you're trying to fix.  
> 

I think the OP was having this problem:

$ licq
18:08:35: [ERR] Unable to load plugin (kde-gui): /usr/lib/licq/licq_kde-gui.so: cannot open shared object file: No such file or directory.

which occurs when licq is built with the kde USE flag but without the qt3 USE flag.  The patch tries to ensure that this USE flag situation results in the a working install by building the qt3 components if kde is requested.
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2006-09-19 06:05:34 UTC
Gotcha.  Merged in some of the patch.  Should be fixed now.