Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36972 - qpkg runs forever with some options.
Summary: qpkg runs forever with some options.
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-01 14:49 UTC by Sune Foldager
Modified: 2004-01-22 20:24 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 Sune Foldager 2004-01-01 14:49:26 UTC
Doing:
qpkg -i gcc
takes forever where my harddisk is working like crazy.. the same does typing qpkg without any arguments. However typing:
qpkg -i -l gcc
Terminates with the info and the file list right away. So to see info for a package you need the -l option cause otherwise it takes minutes (or longer; I never let it complete) to get the _same information_, only a bit less, than with the -i -l options. That seems weird to me.

Reproducible: Always
Steps to Reproduce:
1. Type qpkg -i gcc ...wait a very long time.
2. Type qpkg -i -l gcc ...wait a very short time.
Actual Results:  
Already described.

Expected Results:  
Already described.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-01-22 20:24:54 UTC
The --list option only works for installed packages, so it implies --installed (-I). --info alone also works for uninstalled packages so it has to search the whole portage tree instead of only searching the database of  installed packages.
So to "solve" your problem use the --installed option or narrow the search by specifying the category.