-
-
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
Applications packaged on Ubuntu 16.04 do not work on 20.04 #1076
Comments
Seems like this symbol was introduced only recently (2018ish): |
Please provide a direct download link to the |
Thanks for the reminder [ref]; working on getting you a link for the latest AppImage right now. |
Here you go: ftp://www.nitrc.org/home/groups/captk/downloads/CaPTk-1.8.0.bin I will keep this link persistent, until I figure out a better mechanism to automate this via CI. |
Thanks, but we'd need a http(s) link to an |
Unfortunately it doesn't get picked up from within a git respository, but if you could put it on https://github.com/CBICA/precompiledBinaries/releases it might work. Thanks! |
https://github.com/CBICA/precompiledBinaries/releases/tag/0.0.1 |
Thank you @sarthakpati. It passes the test on Ubuntu xenial 16.04 at least in the sense that it starts and then shows a dialog box concerning the lack of graphics drivers on the headless test machine. So if it stops working on 20.04, then something weird is going on. By the way, what is |
It is a command line application and you can launch the help message via |
Ah, so inside the AppImage there is more than one "payload" binary? Then deploying and testing the main one is not sufficient. We need to deploy (and test) the secondary ones as well... |
Unfortunately, yes. This application consists of a number of "mini applications"... |
OK, how did you AppImage-fy/deploy those? (i.e., make sure their dependencies are properly bundled)? |
Apart from Qt, all other dependencies are statically linked for each executable. |
Hi @probonopd, any update on this? |
Can you please run the AppImage with |
Hi @probonopd: one of our developers is working on this and will directly reply here. |
This was tried on a fresh 20.04 installation and this message didn't come up. |
Describe the bug
I first saw this problem with a collaborator who is running this application.
To Reproduce
Steps to reproduce the behavior:
Error message:
Expected behavior
This should work.
CaPTk Version
1.8.0
Desktop (please complete the following information):
Additional context
Cross-posted in CBICA/CaPTk#1336
The text was updated successfully, but these errors were encountered: