Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 168282

Summary: equery and $ROOT problem
Product: Portage Development Reporter: Svyatoslav Trukhanov <linux>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.