Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88040 - Error whilst emerging GNUCASH 1.8.11
Summary: Error whilst emerging GNUCASH 1.8.11
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-05 08:08 UTC by Mark Nevins
Modified: 2005-04-05 12:38 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 Mark Nevins 2005-04-05 08:08:46 UTC
bash-2.05b# emerge gnucash-1.8.11
Calculating dependencies

!!! Problem in null/gnucash-1.8.11 dependencies.
!!! "Specific key requires an operator (null/gnucash-1.8.11) (try adding an '=')" exceptions
bash-2.05b#

ge tthe same error for 1.8.10 and 1.8.9


Reproducible: Always
Steps to Reproduce:
1.emerge gnucash-1.8.11
2.
3.

Actual Results:  
Calculating dependencies 
 
!!! Problem in null/gnucash-1.8.11 dependencies. 
!!! "Specific key requires an operator (null/gnucash-1.8.11) (try adding an 
'=')" exceptions 
bash-2.05b# 

Expected Results:  
gnucash 1.8.11 to emerge and be useable
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-05 08:26:56 UTC
As the error states, if you want to emerge a *precise* version of a package, you must prefix it with =.

So for example emerge =gnucash-1.8.11

If you just want to emerge the latest version, simply emerge gnucash.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-05 12:38:58 UTC
^^