Bug 138925

Summary: checking if UIC has KDE plugins available... no. i HAVE kdelibs-dev
Product: [Fedora] Fedora Reporter: Mattias Larsson <machew>
Component: kdelibsAssignee: Than Ngo <than>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: gajownik, sebool
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-18 18:05:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mattias Larsson 2004-11-11 23:03:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; rv:1.7.3)
Gecko/20041020 Firefox/0.10.1

Description of problem:
When i configure a kde-program. I get 

checking if UIC has KDE plugins available... no
configure: error: you need to install kdelibs first.


config.log gives error at the line 
/usr/lib64/qt-3.3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload
 actest.ui > actest.cpp

when i try to run it in console i get 
 uic: Could not open file 'actest.ui'

Version-Release number of selected component (if applicable):
6:3.3.1-2.2

How reproducible:
Always

Steps to Reproduce:
1.configure kde-app
2.
3.
    

Actual Results:  see description

Expected Results:  configure should have went through

Additional info:

Comment 1 Jordan Benjamin 2004-11-22 21:12:25 UTC
This is apparently a bug in the configuration of KDE or QT shipped  
with FC3. There is a FAQ on this:  
http://developer.kde.org/documentation/other/developer-faq.html#q2.23  
Unfortunately I don't find it even remotely useful since I'm not a  
KDE guru.   

Comment 2 Sebastian Sala 2005-07-15 19:51:47 UTC
The same problem is with Fedora 4 x86_64

Comment 3 Than Ngo 2005-07-18 11:35:58 UTC
I don't think it's a bug in our KDE, it looks a bug in the configure from your
kde-program. Could you plese tell me which kde-program has this problem? Thanks

Comment 4 Sebastian Sala 2005-07-18 17:28:26 UTC
krusader, superkaramba, kasablanca and every program which needs kdelibs. 

Comment 5 Than Ngo 2005-07-18 18:05:40 UTC
i'm surely it's a bug in the configure script. Most of them does not detect lib64
correctly. You should please try to add following options 

 --with-qt-libraries=$QTDIR/lib \
 --enable-libsuffix=64

it will fix the rebuild problem.