Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6801 - Kde base does not compile exiting with error about imake/xmkmf
Summary: Kde base does not compile exiting with error about imake/xmkmf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Highest normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-20 17:28 UTC by Adrian Almenar
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 Adrian Almenar 2002-08-20 17:28:15 UTC
checking for xmkmf... not found
configure: error: xmkmf/imake not found. Please make sure it's in PATH!

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -7419, Exitcode 1
!!! died running ./configure, kde_src_compile:configure

!!! emerge aborting on  /usr/portage/kde-base/kdebase/kdebase-3.0.3.ebuild .
Comment 1 Adrian Almenar 2002-08-20 17:30:43 UTC
the command i runned was:

emerge -u kde

all the other software was updated
Comment 2 Adrian Almenar 2002-08-21 08:20:51 UTC
The old version of openmotif used to provide xmkmf/imake. This probably
overwrote the one that came with xfree. The new version of openmotif does not
install xmkmf. This means that you could lose xmkmf/imake if you had installed
the old openmotif version after installing X.

Re-emerging X may be best to get this back.
or going back to version before 2.2.2 can make this work.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-22 22:48:33 UTC
Nick,  openmotif installed xmkmf??
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-08-29 08:43:53 UTC
If this openmotif-based explanation is true, it'll solve not just this bug but  
another one, several months old, about the same thing. I can't find it now, but 
several people have reported this at one time or another. Nick or someone, 
please confirm this explanation so I can reassign these to whoever the 
openmotif guy is! :-) 
Comment 5 Nick Hadaway 2002-08-29 10:13:14 UTC
openmotif-2.1.30 installed xmkmf and imake.  I have spent the last three days playing with the openmotif-2.2.2 install.  I went from configure to imake and then back to configure for installing it.  It appears that the imake based ebuild is not actively maintained anymore and doing things via configure is the supported way now.  openmotif-2.2.2-r1 is now in portage and installs things properly back into /usr/X11R6 instead of just /usr.  imake and xmkmf are not installed with 2.2.2 or 2.2.2-r1.  Anybody who installed 2.1.30 probably overwrote the xmkmf and imake from xfree.  These people will need to re-emerge xfree.  Please test the openmotif-2.2.2-r1.ebuild and let me know if there are any other problems you are aware of. 
Comment 6 Dan Armak (RETIRED) gentoo-dev 2002-08-30 08:04:12 UTC
Adrian: please confirm - emerge xfree and the new openmotif, then try kdebase 
again. 
Comment 7 Hannes Mehnert (RETIRED) gentoo-dev 2002-08-31 04:32:12 UTC
I had the same problem (imake/openmotif), newer openmotif and reemerging xfree 
worked, resolved #5160, I resolve this bug, too.