Syncing task from Mir.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1436718

Title:
  'make abi-check' reports false negatives

Status in Mir:
  New
Status in mir package in Ubuntu:
  New

Bug description:
  'make abi-check' reports false negatives, meaning it tells you the
  code is not ABI-compatible when it is, kind of.

  The issue is that the abi-check target ignores DSO versioning. So
  'make abi-check-mirplatform' in series 0.13 against base 0.11 is
  actually testing libmirplatform.so.7 against libmirplatform.so.6. And
  the ABI check reports failure. Of course it fails - we don't expect
  libmirplatform.so.7 to be compatiable with libmirplatform.so.6.

  An ABI failure should only be reported when the SONAME (DSO version)
  is unchanged. Often that's just libmirclient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1436718/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to