Bug 31539 - abidb: formalize solib metadata abeam abixml
Summary: abidb: formalize solib metadata abeam abixml
Status: NEW
Alias: None
Product: libabigail
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-23 09:01 UTC by Frank Ch. Eigler
Modified: 2024-03-23 09:01 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2024-03-23 09:01:03 UTC
An abidb git repo stores primarily abixml documents.  In order to allow a user to more fully diagnose a problem, it'd be useful to also store some metadata for the solibs, such as:

- the path name(s?) for the shared library  (/lib64/libfoo.so.45)
- the package name from which the file was extracted (foo-libs.rpm)
- version tagging of the abidw binary
- abidw options in effect

Such bits could go into an optional file right beside the abixml file, with a naming convention such as /path/buildid.json (or perhaps xml or txt :-).