wedesoft / anymeal

AnyMeal is a free and open source recipe management software developed using SQLite3 and Qt5. It can manage a cookbook with more than 250,000 MealMaster recipes, thereby allowing to import, export, search, display, edit, and print them. AnyMeal is available for GNU/Linux and Microsoft Windows.
https://wedesoft.github.io/anymeal
GNU General Public License v3.0
56 stars 5 forks source link

Does not run on Ubuntu xenial #19

Closed probonopd closed 4 years ago

probonopd commented 4 years ago

Please build on Ubuntu xenial or earlier, so that the AppImage can run on all still-supported versions of Ubuntu. Thank you very much!

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /run/firejail/appimage/.appimage-9355/usr/bin/../lib/libsqlite3.so.0

Reference: https://github.com/AppImage/appimage.github.io/pull/2299

wedesoft commented 4 years ago

Hi, I tried building on Ubuntu Xenial but the linuxdeploy-qt-plugin crashes. I also tried Debian 9 but there the linuxdeploy AppImage is too recent.

Am 24. August 2020 22:39:41 GMT+01:00 schrieb probonopd notifications@github.com:

Please build on Ubuntu xenial or earlier, so that the AppImage can run on all still-supported versions of Ubuntu. Thank you very much!

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
(required by
/run/firejail/appimage/.appimage-9355/usr/bin/../lib/libsqlite3.so.0

Reference: https://github.com/AppImage/appimage.github.io/pull/2299

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/wedesoft/anymeal/issues/19

-- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.

probonopd commented 4 years ago

Hi, I tried building on Ubuntu Xenial but the linuxdeploy-qt-plugin crashes.

Thanks for trying. Could you please open an issue with some information on how to reproduce the crash over at https://github.com/linuxdeploy/linuxdeploy-plugin-qt/issues?

wedesoft commented 4 years ago

Sorry, I realized that I actually I tried it on a Bionic Beaver machine (I have opened issue 73 in the linuxdeploy-plugin-qt). Will now try building on Xenial using Docker.

wedesoft commented 4 years ago

The Qt version of Ubuntu Xenial does not support "QOverload". Also the C++ compiler does not support more recent features such as "auto".

probonopd commented 4 years ago

Please use a recent Qt version for xenial then, e.g., from https://launchpad.net/~beineri.

wedesoft commented 4 years ago

Well, I can have another look into it. Maybe I need to use the old SIGNAL, SLOT syntax instead of QOverload.

wedesoft commented 4 years ago

Ok, I have backported the code to compile with the older compiler and built anymeal-0d52131-x86_64.AppImage under Ubuntu Xenial. Let me know if it works.

wedesoft commented 4 years ago

For some reason the image does not work on Xenial. I deleted the AppDir and rebuilt it again. But now I get the following error when trying to run the AppImage (on Debian 10):

This application failed to start because it could not find or load the Qt platform plugin "xcb".
probonopd commented 4 years ago

Thans for trying @wedesoft. If you can upload the non-working one somewhere, I can have a look at it.

wedesoft commented 4 years ago

Thanks for looking into it. I would be happy if AnyMeal would work on older distributions. I have uploaded anymeal-e7df77c-x86_64.AppImage. I didn't manage to get X11 running in the container so I haven't tested it under Xenial. But running it on Debian 10 gives the following error:

This application failed to start because it could not find or load the Qt platform plugin "xcb".

Reinstalling the application may fix this problem.
Abgebrochen
wedesoft commented 4 years ago

Ok, tested it with a Xenial Docker container with X11 and it works on that distribution (but not on Debian 10).

wedesoft commented 4 years ago

Any idea how to debug this? I tried strace and it seemed to access libraries from /usr/lib instead of /tmp/.mount_anymeaaWxUDE. I don't understand because qt.conf seems to be correct.