Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14116 - emerge --help is slow
Summary: emerge --help is slow
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-17 15:39 UTC by Mr. Bones. (RETIRED)
Modified: 2011-10-30 22:18 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 Mr. Bones. (RETIRED) gentoo-dev 2003-01-17 15:39:36 UTC
emerge --help takes a long time to produce any output on my old P-200.

$ time emerge --help
.
.
.
real	0m5.651s
user	0m5.378s
sys	0m0.152s

Could it be made to go faster?  I know this sounds picky, but it bothers
me every time I want to use some obscure emerge feature that I can't remember
the command-line option for.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-01-21 01:11:30 UTC
Nope. Delay is python and the fact hat it's a p200. If you really
need it quickly I'd recommend you dump it to a file and use cat/less.

emerge --help > emergehelp
less emergehelp