Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139479 - about case sensitive atoms
Summary: about case sensitive atoms
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-06 13:46 UTC by David Carlos Manuelda
Modified: 2006-07-06 13:58 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 David Carlos Manuelda 2006-07-06 13:46:30 UTC
This bug is a real nonsense, but It may be confusing. Some atoms (parameters) are case sentitive and doesn't work for some emerge options, and same may be not case sensitive to another options.

Example of reproduction:

emerge -s imageMagick (works)
Searching...
[ Results for search key : imageMagick ]
[ Applications found : 1 ]

*  media-gfx/imagemagick
      Latest version available: 6.2.5.5
      Latest version installed: 6.2.5.5
      Size of files: 4,926 kB
      Homepage:      http://www.imagemagick.org/
      Description:   A collection of tools and libraries for many image formats
      License:       as-is

emerge -pv imageMagick (does not work)
>>> --pretend disables --ask... removing --ask from options.

These are the packages that would be merged, in order:

Calculating dependencies
emerge: there are no ebuilds to satisfy "imageMagick".

emerge --version:
Portage 2.1.1_pre2-r4 (default-linux/amd64/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gentoo-r11 x86_64)
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2006-07-06 13:58:17 UTC
Well, -s doesn't take atoms but search queries, so this isn't inconsistent. Atoms and CPV entries are always case sensitive.