Comment 1 for bug 1768782

Revision history for this message
Brian Murray (brian-murray) wrote :

Here's the Traceback:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/UpdateManager/UpdatesAvailable.py", line 445, in pkg_toggle_renderer_data_func
    this_install = item.is_selected()
  File "/usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py", line 54, in is_selected
    return self.pkg.marked_install or self.pkg.marked_upgrade
  File "/usr/lib/python3/dist-packages/apt/package.py", line 1140, in marked_install
    return self._pcache._depcache.marked_install(self._pkg)
ValueError: Object of different cache passed as argument to apt_pkg.DepCache method

Looks similar to another 'different cache' error.