Wireshark-bugs: [Wireshark-bugs] [Bug 13036] New: check-abi failed due to removed abi-compliance

Date: Fri, 21 Oct 2016 23:10:21 +0000
Bug ID 13036
Summary check-abi failed due to removed abi-compliance-checker --check-implementation option
Product Wireshark
Version Git
Hardware All
OS Linux (other)
Status UNCONFIRMED
Severity Major
Priority Low
Component Build process
Assignee [email protected]
Reporter [email protected]
CC [email protected]

Build Information:

--
The current Clang Code Analysis buildbot has been failing for some time now,
apparently because tools/compare-abis.sh dies on an unknown option.

Apparently it was removed in
https://github.com/lvc/abi-compliance-checker/commit/52b2e35f3dfda9369631beeb5d5480df65c47950

I could not quickly see whether we can just remove the option or not.

---8<---
creating compatibility report ...
result: COMPATIBLE
total "Binary" compatibility problems: 0, warnings: 0
total "Source" compatibility problems: 0, warnings: 0
see detailed report:
  compat_reports/libwiretap/0.0.0_to_0.0.0/compat_report.html
Unknown option: check-implementation

ABI Compliance Checker (ABICC) 1.99.14
A tool for checking backward compatibility of a C/C++ library API
Copyright (C) 2015 Andrey Ponomarenko's ABI Laboratory
License: GNU LGPL or GNU GPL

Usage: abi-compliance-checker [options]
Example: abi-compliance-checker -lib NAME -old OLD.xml -new NEW.xml

OLD.xml and NEW.xml are XML-descriptors:

    <version>
        1.0
    </version>

    <headers>
        /path/to/headers/
    </headers>

    <libs>
        /path/to/libraries/
    </libs>

More info: abi-compliance-checker --help
--->8---


You are receiving this mail because:
  • You are watching all bug changes.