Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39293 - qpkg doesnt quote correctly
Summary: qpkg doesnt quote correctly
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-01-24 16:40 UTC by Mikael Magnusson
Modified: 2004-08-21 13:43 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 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