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

Bug 27712

Summary: qpkg is case sensitive to package names
Product: Portage Development Reporter: Thomas Moerkerken <gentoo>
Component: UnclassifiedAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED FIXED    
Severity: minor CC: mholzer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Added +i on these 2 grep lines. Works for me.

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