Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27246 - auxpickle traceback in 2.0.49 with just about everything
Summary: auxpickle traceback in 2.0.49 with just about everything
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-24 14:51 UTC by SpanKY
Modified: 2011-10-30 22:19 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 SpanKY gentoo-dev 2003-08-24 14:51:39 UTC
i got it while `emerge world -up`, `emerge <pkg>`, `emerge <pkg> && ctrl+c` ...

lisa said if she removed the cache it worked but it would just run a lot slower ...

 * Regenerating GNU info directory index...
 * Processed 6 info files.

Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.2/atexit.py", line 20, in _run_exitfuncs
    apply(func, targs, kargs)
  File "/usr/lib/python2.2/site-packages/portage.py", line 5109, in portageexit
    portdb.saveauxcache()
  File "/usr/lib/python2.2/site-packages/portage.py", line 3405, in saveauxcache
    self.auxpickle[self.root] = self.auxcache
TypeError: object does not support item assignment
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-08-25 12:49:24 UTC
I yanked that code... It had potential, but it's annoying me.