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

Bug 40692

Summary: pcmcia-cs-3.2.5-r1 fails to emerge
Product: Gentoo Linux Reporter: Joerg Holzapfel <j.holzapfel>
Component: New packagesAssignee: Mobile Herd (OBSOLETE) <mobile+disabled>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Joerg Holzapfel 2004-02-07 02:28:17 UTC
Trying to emerge pcmcia-cs-3.2.5-r1 fails with the following message:

# emerge -p pcmcia-cs-3.2.5-r1

These are the packages that I would merge, in order:

Calculating dependencies
!!! Problem in sys-apps/pcmcia-cs-3.2.5-r1 dependencies.
!!! "Specific key requires an operator (sys-apps/pcmcia-cs-3.2.5-r1) (try adding an '=')"
#


Reproducible: Always
Steps to Reproduce:
1. emerge -p pcmcia-cs-3.2.5-r1
2.
3.

Actual Results:  
!!! Problem in sys-apps/pcmcia-cs-3.2.5-r1 dependencies.
!!! "Specific key requires an operator (sys-apps/pcmcia-cs-3.2.5-r1) (try adding
an '=')"

Expected Results:  
emerge correctly
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2004-02-07 10:11:52 UTC
This is actually kinda of a portage problem. The syntax for emerging a specific version is :

# emerge -p =pcmcia-cs-3.2.5-r1

Notice the "=" sign preceding the version you want to emerge.

To get pcmcia-cs-3.2.5-r1 which is marked ~x86, do

# ACCEPT_KEYWORDS='~x86' emerge =pcmcia-cs-3.2.5-r1
Comment 2 Joerg Holzapfel 2004-02-07 23:08:52 UTC
Thanks Peter, I'll close this one here.