Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168282 - equery and $ROOT problem
Summary: equery and $ROOT problem
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-25 02:30 UTC by Svyatoslav Trukhanov
Modified: 2007-02-25 02:41 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 Svyatoslav Trukhanov 2007-02-25 02:30:22 UTC
equery does not show package installed in $ROOT when package with the same name is not installed in /


Reproducible: Always

Steps to Reproduce:
1. ROOT=/image emerge openssh
install openssh (or other package that is not installed in main system to $ROOT)

Actual Results:  
# ROOT=/image equery l openssh
package is not shown
# ROOT=/image equery l coreutils 
(or other package that is installed in both / and $ROOT)
equery shows package properly


Expected Results:  
# ROOT=/image equery l openssh
should show installed openssh package
Comment 1 Svyatoslav Trukhanov 2007-02-25 02:41:55 UTC
Bug occured in gentoolkit-0.2.2 version
masked version gentoolkit-0.2.3 works fine.