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

Bug 39293

Summary: qpkg doesnt quote correctly
Product: Portage Development Reporter: Mikael Magnusson <mikachu>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mikael Magnusson 2004-01-24 16:40:43 UTC
% qpkg -f /bin/\[  
grep: Unmatched [ or [^
% qpkg -f /bin/'\['
sys-apps/coreutils *

hopefully it is obvious what's wrong, i have qpkg 0.1.7 in gentoolkit 0.2.0_pre4
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-02-06 13:57:08 UTC
hmm, I changed the grep call to grep -F and removed the regexp part, hope that don't break anything else. Will be in pre6.
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2004-02-06 16:47:55 UTC
pre6 is out now
Comment 3 Mikael Magnusson 2004-02-11 07:33:53 UTC
so i encountered another problem today, i ran
qpkg -f `which tc`, and it answered dev-lang/tcl which is obviously wrong. i don't have the iproute package emerged but i think you want it to say that the file wasn't found
Comment 4 Maurice van der Pot (RETIRED) gentoo-dev 2004-07-15 12:01:19 UTC
This last problem is the same one as #47451
Comment 5 Marius Mauch (RETIRED) gentoo-dev 2004-08-21 13:43:47 UTC
this tool is deprecated