AppImageCommunity / pkg2appimage

Tool and recipes to convert existing deb packages to AppImage
http://appimage.org
MIT License
684 stars 209 forks source link

Unable to create appimage files within ubuntu-18.04 since ~2023-09-12 #544

Closed uli-heller closed 8 months ago

uli-heller commented 9 months ago

VSCODIUM uses ubuntu-18.04 for its build. Since a couple of weeks, building the appimage fails. I guess this is due to a new version of pkg2appimage. I can reproduce the failure. Using ubuntu-18.04 fails building appimage files. Using ubuntu-20.04, appimage files can be created.

Since VSCODE uses ubuntu-18.04 for its build at the moment, I guess VSCODIUM should use the same version.

I created a custom version of pkg2appimage. Using this version, the build succeeds under ubuntu-18.04. I'll create a pull request for the version. Maybe you can accept the PR?

I case of questions, please drop me a note. I can provide lots of more details and informations

https://github.com/VSCodium/vscodium/issues/1654

probonopd commented 8 months ago

So this is the change?

https://github.com/AppImageCommunity/pkg2appimage/compare/master...uli-heller:pkg2appimage:master

GitMensch commented 8 months ago

Yes, see the linked PR.