Comment 2 for bug 462462

Revision history for this message
Michael Vogt (mvo) wrote :

The below is probably all that is needed:

=== modified file 'scripts/install.py'
--- scripts/install.py 2009-10-27 10:17:28 +0000
+++ scripts/install.py 2009-10-28 08:38:46 +0000
@@ -2101,7 +2101,7 @@
         self.db.progress('STOP')

     def traverse_for_kernel(self, cache, pkg):
- kern = self.get_cache_pkg(pkg)
+ kern = self.get_cache_pkg(cache, pkg)
         if kern is None:
             return None
         pkc = cache._depcache.GetCandidateVer(kern._pkg)