For bug #188559, invalidate dblink._contents_inodes as necessary to prevent FEATURES...
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Aug 2007 11:43:59 +0000 (11:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Aug 2007 11:43:59 +0000 (11:43 -0000)
svn path=/main/branches/2.1.2/; revision=7592

pym/portage.py

index e8bcc0ec254207a04f616c9eff533751f72412bc..4d4c6c84cdbfb17461275e5dd488be7e5604b066 100644 (file)
@@ -7952,7 +7952,13 @@ class dblink:
                        if dblnk.mycpv != self.mycpv:
                                continue
                        writemsg_stdout(">>> Safely unmerging already-installed instance...\n")
+                       # These caches are populated during collision-protect and the data
+                       # they contain is now invalid. It's very important to invalidate
+                       # the contents_inodes cache so that FEATURES=unmerge-orphans
+                       # doesn't unmerge anything that belongs to this package that has
+                       # just been merged.
                        self.contentscache = None
+                       self._contents_inodes = None
                        others_in_slot.append(self)  # self has just been merged
                        others_in_slot.remove(dblnk) # dblnk will unmerge itself now
                        dblnk.unmerge(trimworld=0, ldpath_mtimes=prev_mtimes,