-
-
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
AppImage created on Ubuntu 18.04 and does not work in 20.04 because of `GLIBC_2.30' not found error #1078
Comments
How did |
As I mentioned above: with
|
Can you please elaborate on "do not work" when it comes to https://github.com/probonopd/linuxdeployqt? What happens if you follow https://github.com/probonopd/linuxdeployqt/#using-linuxdeployqt-with-travis-ci exactly? |
I have.
We have custom Qt libraries build like I said so
|
|
Tried it several times with no luck. Whether it works on Ubuntu 18.04 or glibc version problems there again? |
No it install and uses system:
I need some LIBDIR pointing to custom Qt. |
@akontsevich please feel free to create an issue in linuxdeploy's issue tracker. Otherwise, issues cannot be fixed. |
I'm not sure what to do here: rise an issue for |
This like should make it use the non-system Qt. It works for many other apps. |
That is not clear to me: what is it -- https://github.com/mavlink/qgroundcontrol/blob/master/deploy/create_linux_appimage.sh#L91-L97 |
In any way when |
This comment has been minimized.
This comment has been minimized.
Thanks @azubieta will try, any link for quick start or small piece of code to modify this: create_linux_appimage.sh#L91-L97 - i.e. for prepared App Image Dir? |
Are you creating type 1 AppImage ? As I can see from your script, several deb packages are extracted manually into the AppDir. This can also be done using appimage-builder. I guess that it would be better to discuss this on a separated issue in the qtgroudcontrol project. |
I do not know, I need whatever working. 😉
This is not necessary in our AppImage: qgroudcontrol fork (private).
Not sure
|
@azubieta tried to use your |
If For setting LD_LIBRARY_PATH check the section AppDir > runtime > env , there you will find a APPDIR_LIBRARY_PATH which is set as LD_LIBRARY_PATH on runtime. |
I see thanks, @azubieta, trying.. What is correct notation for
Correct one? Or |
Error:
How to fix? Specify full path? |
Copied icon manually to |
Next bug:
Why it loos for executable in |
Created sample PR so You may see the issues: https://github.com/airmap/qgroundcontrol/pull/1 |
@akontsevich sorry for being away, I'm dealing here with a IP camera setup. I'll let my comments on the PR. Regarding the icon issue: appimage-builder follows the XDG specification for icon themes so it expect the icon to be deployed at |
Created AppImage with
appimagetool
under Ubuntu 18.04 or Ubuntu 18.04 docker image, however it works in Ubuntu 18.04 and does not work in 20.04 because of following error:Any ideas how to solve this? This happened even if I bundle glibs a well. Use higher level tool?
linuxdeploy
does now work for me as well as it tries to bundle system Qt libraries but need to bundle custom built Qt version (more modern) than installed in the system and does not create AppImage at all.The text was updated successfully, but these errors were encountered: