Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56852 - portage _pre13 fails on emerge regen
Summary: portage _pre13 fails on emerge regen
Status: RESOLVED CANTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 19:07 UTC by Pieter Van den Abeele (RETIRED)
Modified: 2004-07-31 20:16 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 Pieter Van den Abeele (RETIRED) gentoo-dev 2004-07-12 19:07:10 UTC
coming from _pre12, emerge regen on a pristine cvs portage tree checkout,  .51_pre13 fails with the following error:

  File "/var/lib/portage/bin/emerge", line 2401, in ?
    mymatches=portage.portdb.xmatch("match-all",x)
  File "/usr/lib/portage/pym/portage.py", line 5352, in xmatch
    myval=match_from_list(mydep,self.cp_list(mykey))
  File "/usr/lib/portage/pym/portage.py", line 4027, in match_from_list
    raise KeyError, "Specific key requires an operator (%s) (try adding an '=')" % (mydep)
KeyError: "Specific key requires an operator (app-doc/ebook-gtk-2.0) (try adding an '=')"
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2004-07-23 10:48:30 UTC
I imagine the proper is somewhere in here:

grep -r app-doc/ebook-gtk-2.0 /etc/portage /var/lib/portage/world /var/cache/edb/world
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2004-07-31 20:16:41 UTC
Old, no response.