Comment 2 for bug 362295

Revision history for this message
Laurent Bigonville (bigon) wrote :

Same problem in lucid

$ sudo update-apt-xapian-index
/usr/share/apt-xapian-index/plugins/apttags.py:28: DeprecationWarning: Attribute 'FindFile' of the 'apt_pkg.Configuration' object is deprecated, use 'find_file' instead.
  file = apt.apt_pkg.Config.FindFile("Dir::Cache::pkgcache")
/usr/share/apt-xapian-index/plugins/descriptions.py:25: DeprecationWarning: Attribute 'FindFile' of the 'apt_pkg.Configuration' object is deprecated, use 'find_file' instead.
  file = apt.apt_pkg.Config.FindFile("Dir::Cache::pkgcache")
/usr/share/apt-xapian-index/plugins/origin.py:26: DeprecationWarning: Attribute 'FindFile' of the 'apt_pkg.Configuration' object is deprecated, use 'find_file' instead.
  file = apt.apt_pkg.Config.FindFile("Dir::Cache::pkgcache")
/usr/share/apt-xapian-index/plugins/sections.py:24: DeprecationWarning: Attribute 'FindFile' of the 'apt_pkg.Configuration' object is deprecated, use 'find_file' instead.
  file = apt.apt_pkg.Config.FindFile("Dir::Cache::pkgcache")
/usr/share/apt-xapian-index/plugins/sizes.py:24: DeprecationWarning: Attribute 'FindFile' of the 'apt_pkg.Configuration' object is deprecated, use 'find_file' instead.
  file = apt.apt_pkg.Config.FindFile("Dir::Cache::pkgcache")
/usr/share/apt-xapian-index/plugins/software-center.py:31: DeprecationWarning: Attribute 'FindFile' of the 'apt_pkg.Configuration' object is deprecated, use 'find_file' instead.
  file = apt.apt_pkg.Config.FindFile("Dir::Cache::pkgcache")
Rebuilding Xapian index: done.