← Back to team overview

linaro-release team mailing list archive

[Bug 885895] Re: linaro-image-tools: automated unit tests are failing (5 out of 599) on 64 bit Oneiric

 

As expected, this is because of a change in python-apt. On 32-bits
Oneiric, in apt.package.Version.get_dependencies(),
self._cand.depends_list has the expected conflicts list:

  {'Conflicts': [[<apt_pkg.Dependency object: pkg:'baz' ver:'' comp:''>,
<apt_pkg.Dependency object: pkg:'zap' ver:'' comp:''>]],...}

Whereas on 64-bits, it has the following:

  {'Conflicts': [[<apt_pkg.Dependency object: pkg:'baz' ver:'' comp:''>,
<apt_pkg.Dependency object: pkg:'baz' ver:'' comp:''>,
<apt_pkg.Dependency object: pkg:'zap' ver:'' comp:''>],
[<apt_pkg.Dependency object: pkg:'zap' ver:'' comp:''>]],...}

And in both cases this content is taken from an identical Packages
entry:

Package: top
Version: 1.0
Filename: top_1.0_all.deb
Size: 26
Architecture: all
Depends: foo
Pre-Depends: bar (>= 1.0)
Conflicts: baz | zap
Recommends: zing, zang
MD5sum: d58702017db565c1fb359e2026f71088

-- 
You received this bug notification because you are a member of linaro-
infrastructure-drivers, which is the registrant for Linaro Image Tools.
https://bugs.launchpad.net/bugs/885895

Title:
  linaro-image-tools: automated unit tests are failing (5 out of 599) on
  64 bit Oneiric

Status in Linaro Image Tools:
  Triaged

Bug description:
  Related: Bug #797135 
  Related: Bug #885428
  While running the automated tests there are 5 failures. Details are attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-image-tools/+bug/885895/+subscriptions


References