Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411741 - emerge won't recognize concrete package version if its name has a "-"
Summary: emerge won't recognize concrete package version if its name has a "-"
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 14:46 UTC by David Carlos Manuelda
Modified: 2012-04-12 14: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 2012-04-12 14:46:28 UTC
I am trying to emerge specific version of pecl-imagick, and so I tried to run:
emerge =pecl-imagick-3.1.0_r1
With this result:
!!! '=pecl-imagick-3.1.0_r1' is not a valid package atom.
!!! Please check ebuild(5) for full details.

It seems that having "-" in package name makes portage not recognize the version I want correcly.

Tested in portage 2.2_alpha100 and I guess this is valid for every package that has "-" in its name.

Expected result:
Emerge processing this concrete version of pecl-imagick
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-04-12 14:58:20 UTC
You passed the wrong version, it should be

# emerge =pecl-imagick-3.1.0_rc1

instead of 3.1.0_r1