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

Bug 49576

Summary: Wrong option for KDE include dir in the configure script
Product: Gentoo Linux Reporter: sawanv <vithlani>
Component: New packagesAssignee: Desktop Misc. Team <desktop-misc>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***