Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High critical
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-11 21:33 UTC by Jason Stubbs (RETIRED)
Modified: 2003-09-15 19:33 UTC (History)
1 user (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 Jason Stubbs (RETIRED) gentoo-dev 2003-09-11 21:33:46 UTC
configure fails because of the head -1 problem. 
 
Adding the following to the ebuild fixed it for me: 
 
src_compile() { 
      kde_src_compile myconf 
      kde_fix_head_instances acinclude.m4 aclocal.m4 admin/cvs.sh 
admin/libtool.m4 debian/rules 
      kde_src_compile configure 
      kde_src_compile make 
}
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-09-12 11:50:07 UTC
fixed in cvs. Note that this should also be fixed in kde 3.1.4 whish will be released in a few 
days 
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-09-15 19:33:38 UTC
yeah..