linuxdeploy / linuxdeploy-plugin-appimage

Plugin for linuxdeploy. Creates AppImages from AppDirs.
https://github.com/linuxdeploy/linuxdeploy
34 stars 15 forks source link

Builds are broken #1

Closed probonopd closed 6 years ago

probonopd commented 6 years ago

Builds are broken with ERROR: Could not find dependency: libffi.so.5.

Note that squashfs-root/usr/lib/libffi.so.5 is already deployed. https://travis-ci.org/linuxdeploy/linuxdeploy-plugin-appimage/jobs/417058047#L665

TheAssassin commented 6 years ago

Travis recently broke some infrastructure. Not sure what's going on, but e.g., appimaged's not building any more, too. Will look into it.

TheAssassin commented 6 years ago

you have held broken packages -> Travis holds packages -> scratching head

TheAssassin commented 6 years ago

True, but the question is why the .6 version is deployed by linuxdeploy (https://travis-ci.org/linuxdeploy/linuxdeploy-plugin-appimage/jobs/417058047#L701).

I guess it is unnecessary to call linuxdeploy on the extracted appimagetool AppDir. I'll remove the call to quick-fix this issue.