Linux 101
- Login to post new content in the forum.
Topic | Replies | Created | Last reply![]() | |
---|---|---|---|---|
![]() |
Mutiple Boot | 1 | 14 years 38 weeks ago by leamon |
14 years 38 weeks ago by srlinuxx |
![]() |
Distro Magic | 2 | 14 years 13 weeks ago by jdriller |
14 years 11 weeks ago by pharman |
![]() |
Linux Cheat sheets I have made | 2 | 13 years 4 weeks ago by pkrumins |
12 years 13 weeks ago by pkrumins |
![]() |
Thinking of Trying Linux Mint 16 Cinnemon on Old Systems | 0 | 6 years 46 weeks ago by Roy Schestowitz |
n/a |
![]() |
WiFi | 2 | 6 years 3 weeks ago by Xarzu |
6 years 2 weeks ago by gfranken |

More in Tux Machines
- Highlights
- Front Page
- Latest Headlines
- Archive
- Recent comments
- All-Time Popular Stories
- Hot Topics
- New Members
ABI checking
There is no day so wasted that you can’t take notes about what didn’t work, so here’s some talk about ABI-compliance-checking. ABI-compliance, or ABI-compatibility, is roughly when a shared library can be changed (to a different version, usually an update and upgrade) and users of that shared library (applications, or other libraries) just work with the new version. This requires some discipline, and there are tools to help out.
[...]
One way to help maintain binary compatibility is to use tools that check the ABI: figure out the shape of the ABI in one version, the shape in another version, and compare those shapes. KDE Frameworks have checks in place, like this one (that link assumes openSUSE and Qt 5.15 are still in use and that there was a recent successful build).
Generally, an ABI-shape getting bigger is not a problem (from a technical perspective, although you can have all kinds of semantic mix-ups). Things that go away – functions, variables, etc. – those are problematic.
Calamares is a Linux system installer – it can be customized by Linux distro’s to act as the installer for their ISO images. It’s a C++ program offering modules for all kinds of system-installation services. It also offers an ABI: the modules use the ABI of the Calamares libraries to talk to the main program. Calamares supports “third-party” modules, e.g. modules specific to one distro or otherwise customized, and for those third-party modules, ABI compatibility suddenly becomes an issue: it would be nice if they didn’t have to be recompiled when a new Calamares library comes out. That can only happen if the Calamares libraries commit to ABI compatibility.
| Devices: Jetson, Aaeon, Raspberry Pi
|
WWW: Chrome 89 and DevOps at Mozilla
| CMS: Kiwi TCMS 10.0 and WordPress 5.7 Release Candidate 2
|
Recent comments
5 min 34 sec ago
4 hours 3 min ago
5 hours 45 min ago
5 hours 50 min ago
6 hours 16 min ago
6 hours 27 min ago
6 hours 29 min ago
6 hours 50 min ago
11 hours 15 min ago
12 hours 12 min ago