Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102780 - [PATCH] Make kdebase stop looking for imake
Summary: [PATCH] Make kdebase stop looking for imake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 102613 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-16 19:43 UTC by Donnie Berkholz (RETIRED)
Modified: 2005-10-19 07:10 UTC (History)
2 users (show)

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


Attachments
kdm.patch (kdm.patch,1.75 KB, patch)
2005-08-16 19:43 UTC, Donnie Berkholz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Donnie Berkholz (RETIRED) gentoo-dev 2005-08-16 19:43:01 UTC
The only reason kdebase looked for imake/xmkmf was for kdm's possible Imakefile
build, which hasn't been used for years.

Following is a patch committed to the kde 3.5 branch.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-08-16 19:43:19 UTC
Created attachment 66118 [details, diff]
kdm.patch
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-08-17 02:38:11 UTC
*** Bug 102613 has been marked as a duplicate of this bug. ***
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-08-17 03:45:44 UTC
Unfortunately imake is still used (the patch was reverted), we need to wait 
for another fix for this... 
Comment 4 Miguel Duarte 2005-08-17 06:22:41 UTC
(In reply to comment #3) 
> Unfortunately imake is still used (the patch was reverted), we need to wait  
> for another fix for this...  
 
Actualy after I deleted the ofending lines, kdm compiled fine for me. 
I didn't see if the patch was like what I did, but in the bug I reported (the 
duplicate), I wrote what I removed. 
 
 
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-08-17 07:24:23 UTC
Looking more at it, kdm compiles even with the patch, but then the entries 
related to X referred in the generated kdmrc configuration file are probably 
missing. It seems imake is used only to provide the #defines used to generate 
the default kdm configuration. 
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2005-08-17 09:34:27 UTC
That's odd... Here's what I heard.

09:55 < JakubS> spyderous: that my 'fix' for imake in kdm is probably quite
                wrong  - imake was used to find X binary dir, library dir etc.
09:56 < JakubS> but in case of particular distribution like gentoo those are
                fixed so you can just put it in Makefile.am and don't care
                anymore
Comment 7 Stefan Schweizer (RETIRED) gentoo-dev 2005-10-15 07:18:44 UTC
So can we get this fixed please?

This is quite an annoying bug.
Applying the patch makes kdm compile and work for me.
Comment 8 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-19 07:10:07 UTC
Should be fixed in kdebase-3.4.3-r1/kdm-3.4.3-r1, with the patch I submitted 
at https://bugs.kde.org/show_bug.cgi?id=114466. Give it a try.