-
Notifications
You must be signed in to change notification settings - Fork 85
Error building Appimage after latest update #272
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
Comments
Also, using |
Note this isn't strictly related to libffi.so.8, libpangoft2-1.0.so.0 has the same issue. The current linuxdeploy CI release succeeds on Debian stable, but fails when stripping on Arch Linux. |
Found an upstream bug report. See linuxdeploy/linuxdeploy#272 for context.
Yeah, as I mentioned in the bug report itself, it is having issue with a bunch of libraries, so I guess it is issue with the LinuxDeploy itself. Regarding Debian, it is not an issue right now, because the libraries are not updated for Debian yet. Downgrading only these libraries on Arch work fine as well. After a few weeks, the issue will be faced on Debian as well. |
Should linuxdeploy be using the host system's |
YES! |
Sorry, how do I use it ? Where do I put |
@FrancoRATOVOSON Define it as an environment variable before running linuxdeploy. Here is an example where I unpack the linuxdeploy AppImage and then define NO_STRIP as a temporary environment variable for the invocation: hdclark/DICOMautomaton@35d7c4c |
Disabling stripping seems to be the issue, as per: linuxdeploy/linuxdeploy#272
This is rather straight-forward to do locally. Linuxdeploy already has the logic to use linuxdeploy/src/core/appdir.cpp Line 379 in 0473bab
There, now you have Now, your linuxdeploy should work if it previously failed with errors like:
For those still in doubt, if we do
|
For one, it fails on arch linux, which is what I'm developing on: tauri-apps/tauri#8929 tauri-apps/tauri#11149 linuxdeploy/linuxdeploy#272 At the moment, I plan on distributing Linux and Windows binaries as well as an APK for Android. If I'll ever include any bundles in the CI, they can be manually triggered using --bundles.
Hi there!
After the latest Arch Linux package updates, the LinuxDeploy is having errors, and can't build at all. The error is as shown below
And same errors for a couple of libraries, like
libpango
,libgstreamer
,libgsttag
,libgsttranscoder
etc.I have tried
Any insight on this issue?
The text was updated successfully, but these errors were encountered: