-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message 'ELF file ABI version invalid' #1199
Comments
This is probably an unintended side effect of adding the AppImage magic bytes ( For a future version of the AppImage spec, we are considering to put the AppImage magic bytes at another offfset. |
Seems a duplicate of AppImage/AppImageSpec | #15. |
Planning to close reports of mine on this platform that remain open indefinitely in undone/unfixed states soon, rather than continuing to keep them in such states, which would not be healthy for the project owner. |
My philosophy on this is that issue tickets should be closed only once the issue is fixed. Nobody doing anything never is a reason to close anything imho. So, the current hypothesis is that this issue is caused by the magic bytes in type-2 AppImages, so most likely this issue will go away once there is a newer version of the AppImage format with the magic bytes at another location. At that point in time, this issue should be retested and if it is no longer an issue, it should be closed. Thanks for your patience @Ricky-Tigg. |
Well, this is obviously a bug that needs to be fixed in a future version of the AppImageSpec. |
General information
AppImage file properties
Hello. The application would run as intended without requesting explicitly the interpreter, be it outside or inside a sandbox program –
firejail
for instance, e.g. viafirejail --appimage --private --noprofile ./<AppImage>
, assuming the support of AppImage is enabled, which can be checked againstfirejail --version
.Note: the conversion into AppImage-format file was achieved against an existing binary package in .deb format, for instance from LibreOffice, by observing the methodology on that same platform present within the antoniofaccioli repository, which is viable, instead of the one promoted by this very repository (pkg2appimage), which obviously lacks a concrete example for this purpose.
The text was updated successfully, but these errors were encountered: