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

Create org.flowkeeper.Flowkeeper #3440

Closed
wants to merge 3 commits into from
Closed

Conversation

co-stig
Copy link

@co-stig co-stig commented Feb 3, 2025

No description provided.

@co-stig
Copy link
Author

co-stig commented Feb 4, 2025

This AppImage contains binaries built on 24.04, and it does not work on Ubuntu 20.04, as its GLIBC version is too old. It should work on 22.04 though.

I also tried building another AppImage, this time with binaries built on 20.04, and then obviously it does work on 20.04, but unfortunately then it doesn't work on the latest 24.04, because Wayland introduced some breaking change, which is not backwards compatible, so it crashes with a "can't find endpoint" error.

The only realistic way for me to make it work is by saying that 20.04 is not supported by this AppImage, unfortunately.

@probonopd
Copy link
Member

Does not run on the oldest still-supported Ubuntu LTS.
Was built on a too new system.

libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found

Please build on a system no newer than the oldest still-supported Ubuntu LTS.

@probonopd probonopd closed this Feb 5, 2025
@co-stig
Copy link
Author

co-stig commented Feb 5, 2025

Does not run on the oldest still-supported Ubuntu LTS.

Was built on a too new system.

libpython3.11.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found

Please build on a system no newer than the oldest still-supported Ubuntu LTS.

I have a build for 20.04, it doesn't work on 24.04 due to breaking changes in Wayland. Would it be better if I submit that?

@probonopd
Copy link
Member

If you can build a pure X11 version without Wayland, that would be best. It will also run under Wayland thanks to Xwayland. Thanks!

@co-stig
Copy link
Author

co-stig commented Feb 7, 2025

The build is done by PyInstaller on a CI agent without either Wayland or X installed, and those dynamic linker errors are thrown by Qt libraries, so it will likely take me days or even weeks to figure out how to build an X11-only version. I guess I'll just wait till May and then resubmit. It's not urgent. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants