Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36335 - Bash Equivalents for items in portage
Summary: Bash Equivalents for items in portage
Status: RESOLVED DUPLICATE of bug 10365
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-22 18:13 UTC by Eric Brown
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Eric Brown 2003-12-22 18:13:41 UTC
I've found that many people in #gentoo ask how long it takes to compile various items in portage.  So to give everyone a break, why not include Bash Equivalent times in portage? it's just a number that can be echoed when something is emerge'd or emerge -s'd... then people can try to predict how long things will take roughly.

The reason i submit this now is because it seems very easy to implement, and i think a lot of people could use this functionality.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-12-22 21:59:20 UTC
Because it's not that easy, different CFLAGS and USE flags make a comparison
very hard.
Comment 2 Eric Brown 2003-12-22 22:08:22 UTC
it just has to be proportional right?, so if you say 5 bash units with -march=athlon -O3 -pipe -fomit-frame-pointer, and your bash unit = 5min...

if i use a different set of flags, the times should still be proportional to my own bash time right?  at least the ratio shouldn't be TOO far off right?
Comment 3 SpanKY gentoo-dev 2003-12-22 22:23:25 UTC

*** This bug has been marked as a duplicate of 10365 ***