Skip to content
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

AppImage fails to run #3843

Open
flukejones opened this issue Dec 10, 2021 · 3 comments
Open

AppImage fails to run #3843

flukejones opened this issue Dec 10, 2021 · 3 comments

Comments

@flukejones
Copy link

Related issue: #2444

From what I can gather, the issue is:

sed: /home/luke/Downloads/Onivim2-linux-master/Onivim2.AppDir/usr/lib/libselinux.so.1: no version information available (required by sed)
sed: /home/luke/Downloads/Onivim2-linux-master/Onivim2.AppDir/usr/lib/libselinux.so.1: no version information available (required by sed)
@donbex
Copy link

donbex commented Dec 11, 2021

By the looks of it, the AppImage is no longer self contained. On my ArchLinux system it fails to run with a different error:

$ Onivim2.AppImage --nofork --debug
/tmp/.mount_OnivimSEERJQ/usr/bin/Oni2_editor: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full

This is with the 0.5.7 build from the early access portal.

Edit: It turns out my issue had already been reported #3824

@web3Gurung
Copy link

By the looks of it, the AppImage is no longer self contained. On my ArchLinux system it fails to run with a different error:

$ Onivim2.AppImage --nofork --debug
/tmp/.mount_OnivimSEERJQ/usr/bin/Oni2_editor: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full

This is with the 0.5.7 build from the early access portal.

Edit: It turns out my issue had already been reported #3824

Hey donbex!
The AppImage needs two patches, one is for glibc, mentioned here. You may get another error for libffi.so.7, then you need to install libffi7 from AUR. It should then work for you.

@DarkArc
Copy link

DarkArc commented Jul 6, 2022

This also affects Fedora FWIW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants