Bug 205310

Summary: First Autotools Build Takes Very Long Time Refreshing
Product: [Fedora] Fedora Reporter: Jeff Johnston <jjohnstn>
Component: eclipse-cdtAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-27 23:02:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnston 2006-09-05 22:48:01 UTC
When using the Autotools plugin to build a relatively large C project (e.g.
newlib) for the first time, there is a stage between configuration and build
that is called refresh.  This stage takes a very long time to complete and there
is no real feedback on %complete (0 or done).

The cause of the delay should be investigated to see if it can be addressed and
if not, some better form of progress should be displayed.

Comment 1 Jeff Johnston 2007-02-27 23:02:48 UTC
Problem is actually caused when populating the Make Target dialog for Build
Special Targets.  The interface provided only allows one Make Target at a time
to be added and it ends up rewriting .cdtproject.  This causes events to be
triggered.  Fix was to added to Autotools 0.0.8.1 to provide new interface. 
Time between configure and build for newlib project goes down from >10 minutes
to about 4 seconds.