Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49576 - Wrong option for KDE include dir in the configure script
Summary: Wrong option for KDE include dir in the configure script
Status: RESOLVED DUPLICATE of bug 53271
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-01 01:05 UTC by sawanv
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sawanv 2004-05-01 01:05:40 UTC
when you emerge the 3ddesktop package (emerge -s 3ddesktop for more info), the configure script does not detect KDE as installed and leaves out KDE support. This is due to an invalid location for the KDE installation being passed in the script (/usr/include/kde instead of /usr/kde/3.x/include for Gentoo). 

Reproducible: Always
Steps to Reproduce:
1. emerge 3ddesktop
2.
3.

Actual Results:  
KDE installation not detected 

Expected Results:  
KDE should have been detected. 

Manual solution: 
 
#myconf="--with-kde-libraries=/usr/kde/3.2/include" emerge 3ddesktop
Comment 1 Brandon Hale (RETIRED) gentoo-dev 2004-09-03 18:06:26 UTC

*** This bug has been marked as a duplicate of 53271 ***