Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144254 - net-im/licq-1.3.2-r1.ebuild - kde plugin needs qt plugin to be built
Summary: net-im/licq-1.3.2-r1.ebuild - kde plugin needs qt plugin to be built
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 14:01 UTC by kalium
Modified: 2006-09-19 06:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
kde plugin needs qt plugin (licq-1.3.2-r1.ebuild.patch,1.15 KB, patch)
2006-08-17 14:01 UTC, kalium
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.