Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3602 - Progress meter for ebuilds
Summary: Progress meter for ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
: 8333 (view as bug list)
Depends on: 3585
Blocks:
  Show dependency tree
 
Reported: 2002-06-10 18:16 UTC by Aniruddha Shankar
Modified: 2011-10-30 22:37 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 Aniruddha Shankar 2002-06-10 18:16:45 UTC
A progress meter for ebuilds should, in some manner, indicate what percentage 
of the code has already been compiled. I dont know how gcc works, or the 
mechanics of the automade programs... maybe this can be done by figuring out 
how many output files have to be created and how many have, in reality, been 
created...  or recording how much of the source code has been inputted into 
the compiler... 

pretty blue sky but I think it'd be very very very cool :)

Aniruddha Karim Shankar
Comment 1 Wout Mertens (RETIRED) gentoo-dev 2002-06-10 19:34:55 UTC
This would become feasible if the number of output lines of a "normal" build    (more or less standard use flags) were saved as a metric by the ebuild    committer. So this depends on bug #3585 for logging support and bug #2905 also  requires storing some kind of building information.  
Comment 2 Tom Ribbens 2002-08-13 10:05:47 UTC
What would do it for my is that it just shows how many packages it already 
installed. So that you emerge something with 20 dependencies still to build 
(or you update for the first time since long), it would say something 
like "Installed 3 out of 20 packages".

The only problem i see is that it would be very difficult for this to be handy 
AND output all current output to the terminal.
Comment 3 SpanKY gentoo-dev 2002-09-24 23:19:35 UTC
*** Bug 8333 has been marked as a duplicate of this bug. ***
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2002-10-22 23:19:28 UTC
Portage loggin features in 2.0.42 will take care of this.
Carries a count of (done/total).