PCLinuxOS
- Login to post new content in the forum.
Topic | Replies | Created | Last reply![]() | |
---|---|---|---|---|
![]() |
Got Space | 2 | 15 years 37 weeks ago by jmiahman |
15 years 37 weeks ago by Texstar |
![]() |
Is PCLINUXOS a debian distro or another type? | 18 | 14 years 17 weeks ago by stevenpowers |
13 years 43 weeks ago by dufpatrol |
![]() |
fan control on Sony Laptop | 0 | 12 years 47 weeks ago by rlboorth |
n/a |
![]() |
Lost GUI in PCLinuxOS | 1 | 12 years 34 weeks ago by cecil0627 |
12 years 34 weeks ago by derRainer |
![]() |
Unetbootin | 1 | 12 years 27 weeks ago by joohn1 |
6 years 48 weeks ago by ariszlo |

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
2 hours 3 min ago
3 hours 45 min ago
3 hours 50 min ago
4 hours 17 min ago
4 hours 27 min ago
4 hours 29 min ago
4 hours 50 min ago
9 hours 15 min ago
10 hours 12 min ago
10 hours 33 min ago