Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249805 - Portage 2.2 rc16 got backtrace handling preserved libs
Summary: Portage 2.2 rc16 got backtrace handling preserved libs
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks: preserve-libs 210077
  Show dependency tree
 
Reported: 2008-12-04 15:11 UTC by Carsten Lohrke (RETIRED)
Modified: 2008-12-05 01:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add more calls to PreservedLibsRegistry.pruneNonExisting(). (prune_plibs.patch,996 bytes, patch)
2008-12-04 19:04 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2008-12-04 15:11:17 UTC
Updating to nvidia-drivers-177.82 went fine, but:

!!! existing preserved libs:
Traceback (most recent call last):
  File "/usr/bin/emerge", line 18, in <module>
    retval = _emerge.emerge_main()
  File "//usr/lib/portage/pym/_emerge/__init__.py", line 14358, in emerge_main
    post_emerge(root_config, myopts, mtimedb, retval)
  File "//usr/lib/portage/pym/_emerge/__init__.py", line 11342, in post_emerge
    display_preserved_libs(vardbapi)
  File "//usr/lib/portage/pym/_emerge/__init__.py", line 11215, in display_preserved_libs
    consumers = list(linkmap.findConsumers(f))
  File "//usr/lib/portage/pym/portage/dbapi/vartree.py", line 656, in findConsumers
    raise KeyError("%s (%s) not in object list" % (obj_key, obj))
KeyError: '<portage.dbapi.vartree._ObjectKey object at 0xb94482c> (/usr/lib/opengl/nvidia/lib/libGL.so.177.80) not in object list'
Comment 1 Zac Medico gentoo-dev 2008-12-04 19:04:22 UTC
Created attachment 174254 [details, diff]
Add more calls to PreservedLibsRegistry.pruneNonExisting().

Thanks, this is fixed in svn r12152.
Comment 2 Zac Medico gentoo-dev 2008-12-05 01:41:14 UTC
This is fixed in 2.2_rc17.