Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27712 - qpkg is case sensitive to package names
Summary: qpkg is case sensitive to package names
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-01 08:09 UTC by Thomas Moerkerken
Modified: 2011-10-30 22:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Added +i on these 2 grep lines. Works for me. (qpkg-case-insensitivity.patch,258 bytes, patch)
2003-09-01 08:11 UTC, Thomas Moerkerken
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Moerkerken 2003-09-01 08:09:45 UTC
qpkg does not find installed/not-installed packages when not using the exact
packagename (case-sensitive). See example. 

Reproducible: Always
Steps to Reproduce:
1. thomas@linux $ qpkg 4suite
2. there is no result.
3. thomas@linux $ qpkg 4Suite
dev-python/4Suite




Not sure if this behaviour is intentional. However `find` commands in qpkg are
case insensitive ( -iname ) but the grepping for my argument is not.
Comment 1 Thomas Moerkerken 2003-09-01 08:11:33 UTC
Created attachment 16904 [details, diff]
Added +i on these 2 grep lines. Works for me.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-09-30 11:34:22 UTC
in cvs